cgicc-3.2.2.tar.gz error

<[email protected]> Wed, 7 Apr 2004 15:41:11 +0300
Newsgroups gmane.comp.gcc.cgicc.general
Message-ID <47F6B827EE05184396EEEB13B29E0E6C06A440A5@exh3412.turkcell.entp.tgc>
Hello, some printouts on my unix system.

çıktılar aşağıda.

$ uname -a

Linux toledo 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown

 

gcc -v

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs

gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)

$ g++ -v

Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/2.96/specs

gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98)

 

I have donloaded cgicc-3.2.2.tar.gz file from http://www.gnu.org/software/cgicc/cgicc.html and have loaded my system.

Printouts of configure and make commands in out.txt and out2.txt.

 

 

I can't use cgicc library.

$ g++ -o demo demo.cpp -lcgicc

demo.cpp:5:25: cgicc/Cgicc.h: No such file or directory

demo.cpp:6:34: cgicc/HTTPHTMLHeader.h: No such file or directory

demo.cpp:7:31: cgicc/HTMLClasses.h: No such file or directory

 

Please help.



***********************************************************************
Bu elektronik posta ve onunla iletilen bütün dosyalar sadece göndericisi tarafından alması amaçlanan yetkili gerçek ya da tüzel kişinin kullanımı içindir.Eğer söz konusu yetkili alıcı değilseniz bu elektronik postanın içeriğini açıklamanız,kopyalamanız, yönlendirmeniz ve kullanmanız kesinlikle yasaktır ve bu elektronik postayı derhal silmeniz gerekmektedir
TURKCELL bu mesajın içerdiği bilgilerin doğruluğu veya eksiksiz olduğu konusunda herhangi bir garanti vermemektedir. Bu nedenle bu bilgilerin ne şekilde olursa olsun içeriğinden, iletilmesinden, alınmasından ve saklanmasından sorumlu değildir. Bu mesajdaki görüşler yalnızca gönderen kişiye aittir ve TURKCELL'in görüşlerini yansıtmayabilir
Bu e-posta bilinen bütün bilgisayar virüslerine karşı taranmıştır.
***********************************************************************
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient you are hereby notified that any dissemination, forwarding, copying or use of any of the information is strictly prohibited, and the e-mail should immediately be deleted.
TURKCELL makes no warranty as to the accuracy or completeness of any information contained in this message and hereby excludes any liability of any kind for the information contained therein or for the information transmission, reception, storage or use of such in any way whatsoever.The opinions expressed in this message belong to sender alone and may not necessarily reflect the opinions of TURKCELL.
This e-mail has been scanned for all known computer viruses.
***********************************************************************

_______________________________________________
help-cgicc mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/help-cgicc
out2.txt (text/plain, 1.3 KB)
[root@toledo cgicc-3.2.2]# make
Making all in cgicc
make[1]: Entering directory `/var/www/cgi-bin/fikret/CPP/cgicc-3.2.2/cgicc'
make  all-am
make[2]: Entering directory `/var/www/cgi-bin/fikret/CPP/cgicc-3.2.2/cgicc'
if /bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I..    -Wall -W -pedantic
 -g -O2 -MT CgiEnvironment.lo -MD -MP -MF ".deps/CgiEnvironment.Tpo" \
  -c -o CgiEnvironment.lo `test -f 'CgiEnvironment.cpp' || echo './'`CgiEnvironment.cpp; \
then mv -f ".deps/CgiEnvironment.Tpo" ".deps/CgiEnvironment.Plo"; \
else rm -f ".deps/CgiEnvironment.Tpo"; exit 1; \
fi
 g++ -DHAVE_CONFIG_H -I. -I. -I. -I.. -I.. -Wall -W -pedantic -g -O2 -MT CgiEnvironment.lo -MD -MP -
MF .deps/CgiEnvironment.Tpo -c CgiEnvironment.cpp  -fPIC -DPIC -o .libs/CgiEnvironment.o
CgiEnvironment.cpp: In method `void cgicc::CgiEnvironment::parseCookie
(const string &)':
CgiEnvironment.cpp:141: parse error before `__ctype_b'
CgiEnvironment.cpp:141: parse error before `]'
CgiEnvironment.cpp:149: confused by earlier errors, bailing out
make[2]: *** [CgiEnvironment.lo] Error 1
make[2]: Leaving directory `/var/www/cgi-bin/fikret/CPP/cgicc-3.2.2/cgicc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/www/cgi-bin/fikret/CPP/cgicc-3.2.2/cgicc'
make: *** [all-recursive] Error 1
[root@toledo cgicc-3.2.2]#
out.txt (text/plain, 5.7 KB)
i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for doxygen... doxygen
checking for gethostbyaddr in -lnsl... yes
checking whether to link against libstdc++... no
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether the C++ compiler (g++) is aCC... no
checking whether the C++ compiler (g++) supports STL... yes
checking whether the C++ compiler (g++) supports namespaces... yes
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for strftime... yes
checking for gettimeofday... yes
checking for uname... yes
checking whether to use gcc verbose warnings... yes
checking whether to enable debug logging... no
checking whether to build the cgicc demos... yes
checking whether to build the cgicc fcgi demos... no
configure: creating ./config.status
config.status: creating demo/Makefile
config.status: creating contrib/Makefile
config.status: creating Makefile
config.status: creating cgicc/Makefile
config.status: creating cgicc/CgiDefs.h
config.status: creating support/Makefile
config.status: creating support/cgicc-config
config.status: creating doc/Makefile
config.status: creating doc/Doxyfile
config.status: creating cgicc/config.h
config.status: cgicc/config.h is unchanged
config.status: executing depfiles commands