Date: Thu, 20 Sep 2007 18:27:45 +0400 (MSD) From: Dmitry Marakasov <amdmi3@amdmi3.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/116499: graphics/cegui: doesn't build Message-ID: <20070920142745.D3E2A4093@hades.panopticon> Resent-Message-ID: <200709202330.l8KNU2Rq059619@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 116499 >Category: ports >Synopsis: graphics/cegui: doesn't build >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 20 23:30:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 6.1-RELEASE-p12 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Tue Jan 16 23:12:21 MSK 2007 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: --- CEGUI.log.tail50 begins here --- (cd .libs && rm -f libCEGUILuaScriptModule.la && ln -s ../libCEGUILuaScriptModule.la libCEGUILuaScriptModule.la) Making all in include Making all in package Making all in Samples Making all in common Making all in include Making all in src if /bin/sh ../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../Samples/common/include -I../../../include -I../../.. -O2 -fno-strict-aliasing -pipe -march=pentium4 -MT CEGuiRendererSelector.lo -MD -MP -MF ".deps/CEGuiRendererSelector.Tpo" -c -o CEGuiRendererSelector.lo `test -f 'CEGuiRendererSelector.cpp' || echo './'`CEGuiRendererSelector.cpp; then mv -f ".deps/CEGuiRendererSelector.Tpo" ".deps/CEGuiRendererSelector.Plo"; else rm -f ".deps/CEGuiRendererSelector.Tpo"; exit 1; fi mkdir .libs c++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../Samples/common/include -I../../../include -I../../.. -O2 -fno-strict-aliasing -pipe -march=pentium4 -MT CEGuiRendererSelector.lo -MD -MP -MF .deps/CEGuiRendererSelector.Tpo -c CEGuiRendererSelector.cpp -fPIC -DPIC -o .libs/CEGuiRendererSelector.o if /bin/sh ../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../Samples/common/include -I../../../include -I../../.. -O2 -fno-strict-aliasing -pipe -march=pentium4 -MT CEGuiSample.lo -MD -MP -MF ".deps/CEGuiSample.Tpo" -c -o CEGuiSample.lo `test -f 'CEGuiSample.cpp' || echo './'`CEGuiSample.cpp; then mv -f ".deps/CEGuiSample.Tpo" ".deps/CEGuiSample.Plo"; else rm -f ".deps/CEGuiSample.Tpo"; exit 1; fi c++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../Samples/common/include -I../../../include -I../../.. -O2 -fno-strict-aliasing -pipe -march=pentium4 -MT CEGuiSample.lo -MD -MP -MF .deps/CEGuiSample.Tpo -c CEGuiSample.cpp -fPIC -DPIC -o .libs/CEGuiSample.o CEGuiSample.cpp: In destructor `virtual CEGuiSample::~CEGuiSample()': CEGuiSample.cpp:106: warning: possible problem detected in invocation of delete operator: CEGuiSample.cpp:106: warning: invalid use of undefined type `struct CEGuiRendererSelector' ../../../Samples/common/include/CEGuiSample.h:44: warning: forward declaration of `struct CEGuiRendererSelector' CEGuiSample.cpp:106: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. CEGuiSample.cpp: In member function `virtual bool CEGuiSample::initialise()': CEGuiSample.cpp:173: error: invalid use of undefined type `struct CEGuiRendererSelector' ../../../Samples/common/include/CEGuiSample.h:44: error: forward declaration of `struct CEGuiRendererSelector' CEGuiSample.cpp:173: error: `OpenGLGuiRendererType' undeclared (first use this function) CEGuiSample.cpp:173: error: (Each undeclared identifier is reported only once for each function it appears in.) CEGuiSample.cpp:180: error: invalid use of undefined type `struct CEGuiRendererSelector' ../../../Samples/common/include/CEGuiSample.h:44: error: forward declaration of `struct CEGuiRendererSelector' CEGuiSample.cpp:183: error: invalid use of undefined type `struct CEGuiRendererSelector' ../../../Samples/common/include/CEGuiSample.h:44: error: forward declaration of `struct CEGuiRendererSelector' CEGuiSample.cpp:242: warning: possible problem detected in invocation of delete operator: CEGuiSample.cpp:242: warning: invalid use of undefined type `struct CEGuiRendererSelector' ../../../Samples/common/include/CEGuiSample.h:44: warning: forward declaration of `struct CEGuiRendererSelector' CEGuiSample.cpp:242: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. CEGuiSample.cpp: In member function `virtual void CEGuiSample::cleanup()': CEGuiSample.cpp:264: warning: possible problem detected in invocation of delete operator: CEGuiSample.cpp:264: warning: invalid use of undefined type `struct CEGuiRendererSelector' ../../../Samples/common/include/CEGuiSample.h:44: warning: forward declaration of `struct CEGuiRendererSelector' CEGuiSample.cpp:264: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. *** Error code 1 Stop in /usr/work/usr/ports/graphics/cegui/work/CEGUI-0.5.0/Samples/common/src. *** Error code 1 Stop in /usr/work/usr/ports/graphics/cegui/work/CEGUI-0.5.0/Samples/common. *** Error code 1 Stop in /usr/work/usr/ports/graphics/cegui/work/CEGUI-0.5.0/Samples. *** Error code 1 Stop in /usr/work/usr/ports/graphics/cegui/work/CEGUI-0.5.0. *** Error code 1 Stop in /usr/ports/graphics/cegui. --- CEGUI.log.50 ends here --- >How-To-Repeat: cd /usr/ports/graphics/cegui && make >Fix: >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070920142745.D3E2A4093>