Re: [Speedycgi-users] 'my_perl' undeclared Compile Issue with Redhat 9
Brought to you by:
samh
|
From: Sam H. <sa...@da...> - 2003-10-06 19:49:21
|
Try checking out the latest copy of the entire tree and see if that fixes it. > My first attempt to compile ended with the setdefout() problem. I > replaced speedy_backend_main.c to REV 1.22 and speedy_inc.h with REV > 1.15 from CVS.=20 > > Now, my current problem is below: > > > [root@nnm CGI-SpeedyCGI-2.21]# make > cd src && make > make[1]: Entering directory `/usr/local/src/CGI-SpeedyCGI-2.21/src' > make[1]: Nothing to be done for `makemakerdflt'. > make[1]: Leaving directory `/usr/local/src/CGI-SpeedyCGI-2.21/src' > make[1]: Entering directory `/usr/local/src/CGI-SpeedyCGI-2.21/src' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/usr/local/src/CGI-SpeedyCGI-2.21/src' > make[1]: Entering directory > `/usr/local/src/CGI-SpeedyCGI-2.21/speedy_backend' > cd ../src && make > make[2]: Entering directory `/usr/local/src/CGI-SpeedyCGI-2.21/src' > make[2]: Nothing to be done for `makemakerdflt'. > make[2]: Leaving directory `/usr/local/src/CGI-SpeedyCGI-2.21/src' > gcc -c -I../src -I. -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS > -DDEBUGGING -fno-strict-aliasing -I/usr/local/include > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=3D64 -I/usr/include/gdbm -O > -DVERSION=3D\"2.21\" -DXS_VERSION=3D\"2.21\" -fPIC > "-I/usr/lib/perl5/5.8.0/i386-linux-thread-multi/CORE" > -DSPEEDY_PROGNAME=3D\"speedy_backend\" -DSPEEDY_VERSION=3D\"2.21\" > -DSPEEDY_BACKEND speedy_backend_main.c > speedy_backend_main.c: In function `main': > speedy_backend_main.c:175: `my_perl' undeclared (first use in this > function) > speedy_backend_main.c:175: (Each undeclared identifier is reported only > once > speedy_backend_main.c:175: for each function it appears in.) > make[1]: *** [speedy_backend_main.o] Error 1 > make[1]: Leaving directory > `/usr/local/src/CGI-SpeedyCGI-2.21/speedy_backend' > make: *** [subdirs] Error 2 > [root@nnm CGI-SpeedyCGI-2.21]#=20 > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Speedycgi-users mailing list > Spe...@li... > https://lists.sourceforge.net/lists/listinfo/speedycgi-users > |