bug-cgicc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-cgicc] Can't compile 3.2.1 on Mac OS X


From: Pete Carss
Subject: [bug-cgicc] Can't compile 3.2.1 on Mac OS X
Date: Sun, 11 May 2003 07:30:37 -0700

Has anybody managed to successfully compile 3.2.1 (or any version) under Mac OS X, './configure' runs ok - everything looks sane., but make fails with:

[PeachMelba:~/Downloads/cgicc-3.2.1] pete% gnumake
Making all in cgicc
gnumake  all-am
source='CgiEnvironment.cpp' object='CgiEnvironment.lo' libtool=yes \
depfile='.deps/CgiEnvironment.Plo' tmpdepfile='.deps/CgiEnvironment.TPlo' \
depmode=gcc3 /bin/sh ../support/depcomp \
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -c -o CgiEnvironment.lo `test -f CgiEnvironment.cpp || echo './'`CgiEnvironment.cpp
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -c CgiEnvironment.cpp -MT CgiEnvironment.lo -MD -MP -MF .deps/CgiEnvironment.TPlo -fno-common -DPIC
mv -f CgiEnvironment.o .libs/CgiEnvironment.lo
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -c CgiEnvironment.cpp -MT CgiEnvironment.lo -MD -MP -MF .deps/CgiEnvironment.TPlo >/dev/null 2>&1
mv -f .libs/CgiEnvironment.lo CgiEnvironment.lo
source='CgiInput.cpp' object='CgiInput.lo' libtool=yes \
depfile='.deps/CgiInput.Plo' tmpdepfile='.deps/CgiInput.TPlo' \
depmode=gcc3 /bin/sh ../support/depcomp \
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -c -o CgiInput.lo `test -f CgiInput.cpp || echo './'`CgiInput.cpp
rm -f .libs/CgiInput.lo
g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -c CgiInput.cpp -MT CgiInput.lo -MD -MP -MF .deps/CgiInput.TPlo -fno-common -DPIC
../cgicc/CgiInput.h: In function `void
   __static_initialization_and_destruction_0(int, int)':
../cgicc/CgiInput.h:57: no matching function for call to `std::type_info::
   type_info()'
/usr/include/gcc/darwin/3.1/g++-v3/typeinfo:78: candidates are:
   std::type_info::type_info(const char*)
/usr/include/gcc/darwin/3.1/g++-v3/typeinfo:72:
   std::type_info::type_info(const std::type_info&)
gnumake[2]: *** [CgiInput.lo] Error 1
gnumake[1]: *** [all] Error 2
gnumake: *** [all-recursive] Error 1
[PeachMelba:~/Downloads/cgicc-3.2.1] pete%


I notice that gnu-darwin have a package version of 3.1.5 - which I've played with, but the process of install gnu-darwin broke some prebinding/linking thing that I couldn't work out, and had to reinstall - I don't want to go there again...

Pete





reply via email to

[Prev in Thread] Current Thread [Next in Thread]