Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 01:07:26 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Walter Hurry <walterhurry@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Can't compile lxpanel
Message-ID:  <6390C1B9-5DBC-473D-8AE3-D4E7BFC700E9@FreeBSD.org>
In-Reply-To: <koqcuk$tb6$1@ger.gmane.org>
References:  <kooj35$g5k$1@ger.gmane.org> <CAOtMX2ioQs-3ZjxiJdtVZWarORUV_1Lf%2B7S%2BS%2Bt0RMa76Jmmhw@mail.gmail.com> <koqcuk$tb6$1@ger.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 6, 2013, at 18:21, Walter Hurry <walterhurry@gmail.com> wrote:
> On Thu, 06 Jun 2013 09:19:20 -0600, asomers wrote:
>> Looks like a bug upstream.  If this port worked in FreeBSD-9, then the
>> difference might be the switch from gcc to clang.  You could try
>> compiling the port with gcc.  Just add these lines to /etc/make.conf
>> 
>> CC=gcc CXX=g++
>> CPP=gcpp
>> 
>> Note: that will change the compiler used for ALL ports, as well as
>> kernel and world.  To selectively change the compiler for just a few
>> ports, you can follow the examples here:
>> http://www.freebsd.org/doc/en/articles/custom-gcc/article.html
>> 
> Thank you. Yes, switching to gcc (for that port only) worked.
> 
> So should that go down as a defect in lxpanel, or in clang?

It is a defect in lxpanel.  The code is simply broken, as the error
messages clearly show.  




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6390C1B9-5DBC-473D-8AE3-D4E7BFC700E9>