Re: [Modsnake-devel] mod_snake.py missing from cvs?
Status: Alpha
Brought to you by:
jick
From: Jon T. <jt...@p0...> - 2002-07-09 16:42:38
|
It should get auto-generated by SWIG. -- Jon On Tue, Jul 09, 2002 at 03:32:31PM +0600, Faried Nawaz wrote: > > Hello, > > I checked mod_snake out of CVS and ran into a problem real quick: > > % gmake PYTHON_LINKCC='gcc -pthread' > gmake[1]: Entering directory `/home/fn/mod_snake/src' > cc -DAPACHE13 -I/usr/local/include/apache -I/usr/local/include/python2.2 -g -O2 \ > -DNDEBUG -O -pipe -D_THREAD_SAFE -c py_to_c.c -o py_to_c.o > gcc -pthread -o py_to_c py_to_c.o -L/usr/lib -lssl -lcrypto -L/usr/local/lib -lexpat -L/usr/local/lib -lgdbm -lutil -lm \ > -L/usr/local/lib/python2.2/config \ > -lpython2.2 > /usr/local/lib/python2.2/config/libpython2.2.a(posixmodule.o): In function `posix_tmpnam': > posixmodule.o(.text+0x2976): warning: tmpnam() possibly used unsafely; consider using mkstemp() > /usr/local/lib/python2.2/config/libpython2.2.a(posixmodule.o): In function `posix_tempnam': > posixmodule.o(.text+0x28b2): warning: tempnam() possibly used unsafely; consider using mkstemp() > ./py_to_c mod_snake.py mod_snake_py.c Mod_Snake_Py > Error stat()ing 'mod_snake.py': No such file or directory > gmake[1]: *** [mod_snake_py.c] Error 255 > gmake[1]: Leaving directory `/home/fn/mod_snake/src' > gmake[1]: Entering directory `/home/fn/mod_snake/examples' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory `/home/fn/mod_snake/examples' > gmake[1]: Entering directory `/home/fn/mod_snake/snake_lib' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory `/home/fn/mod_snake/snake_lib' > gmake[1]: Entering directory `/home/fn/mod_snake/doc' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory `/home/fn/mod_snake/doc' > gmake[1]: Entering directory `/home/fn/mod_snake/testsuite' > gmake[1]: Nothing to be done for `all'. > gmake[1]: Leaving directory `/home/fn/mod_snake/testsuite' > % > > It's kind of a showstopper... > > I saw this in the logs: > > RCS file: /cvsroot/modsnake/mod_snake/src/Makefile.in,v > Working file: src/Makefile.in > head: 1.9 > branch: > locks: strict > access list: > symbolic names: > RELEASE_0_5_0: 1.8 > keyword substitution: kv > total revisions: 9; selected revisions: 9 > description: > ---------------------------- > revision 1.9 > date: 2002/01/10 22:28:30; author: jick; state: Exp; lines: +4 -4 > Make sure we distribute mod_snake.py in an un-compiled form, so that > different Python versions work with it. > > > However, I don't see mod_snake.py anywhere in the cvs tree. How's anyone > been building it? > > 0.5.0 builds and works. > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Stuff, things, and much much more. > http://thinkgeek.com/sf > _______________________________________________ > Modsnake-devel mailing list > Mod...@li... > https://lists.sourceforge.net/lists/listinfo/modsnake-devel |