Date: Tue, 29 Oct 2013 07:52:14 -0700 From: Cy Schubert <Cy.Schubert@komquats.com> To: Matthias Apitz <guru@unixarea.de> Cc: freebsd-ports@freebsd.org, cy@FreeBSD.org Subject: Re: net/vnc r327755 does not build in /head Message-ID: <201310291452.r9TEqEoc008141@slippy.cwsent.com> In-Reply-To: Message from Matthias Apitz <guru@unixarea.de> of "Tue, 29 Oct 2013 09:48:36 %2B0100." <20131029084836.GA19333@sh4-5.1blu.de>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <20131029084836.GA19333@sh4-5.1blu.de>, Matthias Apitz writes: > > Hello, > > The vnc client only build in /head (anyway if with clang or gcc46) if > one adds an > > #include <stdlib.h> to the following three files: > > ./work/vnc-4_1_3-unixsrc/common/network/TcpSocket.cxx > ./work/vnc-4_1_3-unixsrc/unix/tx/TXImage.cxx > ./work/vnc-4_1_3-unixsrc/unix/x0vncserver/Image.cxx > > The server part stops building in: > > ... > cc -c -O -I../../include -I../../imports/x11/include/X11 `./ccimake` imake.c > cc -o imake -O -I../../include -I../../imports/x11/include/X11 imake.o > rm -f ./config/makedepend/Makefile.proto > ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f > ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend > objformat: not found > In file included from Imakefile.c:16: > In file included from ./config/cf/Imake.tmpl:104: > ./config/cf/FreeBSD.cf:477:35: error: '#' is not followed by a macro paramete > r I haven't looked at it completely but it appears vnc needs a few patches to add includes for stdlib.h. It's on my plate of things to do. -- Cheers, Cy Schubert <Cy.Schubert@komquats.com> FreeBSD UNIX: <cy@FreeBSD.org> Web: http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310291452.r9TEqEoc008141>