From owner-freebsd-ports@FreeBSD.ORG Tue Mar 9 07:45:49 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BAD1416A4CE for ; Tue, 9 Mar 2004 07:45:49 -0800 (PST) Received: from mcp.lphp.org (APastourelles-107-1-1-242.w80-13.abo.wanadoo.fr [80.13.78.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 002A643D39 for ; Tue, 9 Mar 2004 07:45:47 -0800 (PST) (envelope-from ajacoutot@lphp.org) Received: from bsdbox.lphp.local (bsdbox.lphp.local [192.168.0.2]) by mcp.lphp.org (8.12.10/8.12.10) with ESMTP id i29Fjlsd054150 for ; Tue, 9 Mar 2004 16:45:47 +0100 (CET) (envelope-from ajacoutot@lphp.org) From: Antoine Jacoutot To: freebsd-ports@freebsd.org Date: Tue, 9 Mar 2004 16:45:31 +0100 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200403091645.31958.ajacoutot@lphp.org> Subject: celestia port broken ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Mar 2004 15:45:49 -0000 Hi :) I'm trying to compile astro/celestia under 5.2.1-p1 and I get the following error. In case that has anything to do with this, I'm using the NVidia binary driver and make the celestia port with the following knob: "-DWITHOUT_GNOME" Thanks in advance. Regards. gmake[4]: Leaving directory `/usr/ports/astro/celestia/work/celestia-1.2.4/src/celestia/res' gmake[4]: Entering directory `/usr/ports/astro/celestia/work/celestia-1.2.4/src/celestia' c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I/usr/X11R6/include -I/usr/X11R6/include/GL -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentium3 -fomit-frame-pointer -c celestiacore.cpp In file included from ../celengine/texmanager.h:15, from ../celengine/simulation.h:22, from ../celengine/execenv.h:15, from ../celengine/execution.h:13, from celestiacore.cpp:33: ../celutil/resmanager.h: In member function `ResourceHandle ResourceManager::getHandle(const T&)': ../celutil/resmanager.h:62: warning: `std::map, std::allocator > >::iterator' is implicitly a typename ../celutil/resmanager.h:62: warning: implicit typename is deprecated, please see the documentation for details c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I/usr/X11R6/include -I/usr/X11R6/include/GL -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentium3 -fomit-frame-pointer -c configfile.cpp c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I/usr/X11R6/include -I/usr/X11R6/include/GL -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentium3 -fomit-frame-pointer -c destination.cpp c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I/usr/X11R6/include -I/usr/X11R6/include/GL -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentium3 -fomit-frame-pointer -c favorites.cpp In file included from ../celengine/texmanager.h:15, from ../celengine/simulation.h:22, from ../celengine/execenv.h:15, from ../celengine/command.h:14, from ../celengine/cmdparser.h:17, from favorites.cpp:15: ../celutil/resmanager.h: In member function `ResourceHandle ResourceManager::getHandle(const T&)': ../celutil/resmanager.h:62: warning: `std::map, std::allocator > >::iterator' is implicitly a typename ../celutil/resmanager.h:62: warning: implicit typename is deprecated, please see the documentation for details c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I/usr/X11R6/include -I/usr/X11R6/include/GL -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentium3 -fomit-frame-pointer -c imagecapture.cpp c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -I/usr/X11R6/include -I/usr/X11R6/include/GL -I/usr/local/include -D_THREAD_SAFE -O -pipe -march=pentium3 -fomit-frame-pointer -c glutmain.cpp In file included from ../celengine/texmanager.h:15, from ../celengine/simulation.h:22, from ../celengine/execenv.h:15, from ../celengine/command.h:14, from celestiacore.h:17, from glutmain.cpp:34: ../celutil/resmanager.h: In member function `ResourceHandle ResourceManager::getHandle(const T&)': ../celutil/resmanager.h:62: warning: `std::map, std::allocator > >::iterator' is implicitly a typename ../celutil/resmanager.h:62: warning: implicit typename is deprecated, please see the documentation for details glutmain.cpp: In function `int main(int, char**)': glutmain.cpp:449: error: `cerr' undeclared (first use this function) glutmain.cpp:449: error: (Each undeclared identifier is reported only once for each function it appears in.) glutmain.cpp:461: error: `cout' undeclared (first use this function) gmake[4]: *** [glutmain.o] Error 1 gmake[4]: Leaving directory `/usr/ports/astro/celestia/work/celestia-1.2.4/src/celestia' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/astro/celestia/work/celestia-1.2.4/src/celestia' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/astro/celestia/work/celestia-1.2.4/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/astro/celestia/work/celestia-1.2.4' gmake: *** [all-recursive-am] Error 2 *** Error code 2 Stop in /usr/ports/astro/celestia. -- Antoine Jacoutot ajacoutot@lphp.org http://www.lphp.org