Displaying 3 results from an estimated 3 matches for "posix_tempnam".
2004 Aug 06
2
Error compiling ices-0.3
I'm trying to compile ices-0.3 on a RedHat 9, kernel 2.4.23 box and I
receive the following error:
: the use of `tmpnam_r' is dangerous, better use `mkstemp'
/usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text+0x385e):
In function `posix_tempnam':
: the use of `tempnam' is dangerous, better use `mkstemp'
playlist/libplaylist.a(pm_perl.o)(.text+0x515): In function
`pl_perl_eval':
/usr/src/ices-0.3/src/playlist/pm_perl.c:253: undefined reference to
`PL_thr_key'
playlist/libplaylist.a(pm_perl.o)(.text+0x65d):/usr/src/ices...
2004 Aug 06
0
Error compiling ices-0.3
...Burns wrote:
> I'm trying to compile ices-0.3 on a RedHat 9, kernel 2.4.23 box and I
> receive the following error:
>
> : the use of `tmpnam_r' is dangerous, better use `mkstemp'
> /usr/lib/python2.2/config/libpython2.2.a(posixmodule.o)(.text+0x385e):
> In function `posix_tempnam':
> : the use of `tempnam' is dangerous, better use `mkstemp'
> playlist/libplaylist.a(pm_perl.o)(.text+0x515): In function
> `pl_perl_eval':
> /usr/src/ices-0.3/src/playlist/pm_perl.c:253: undefined reference to
> `PL_thr_key'
> playlist/libplaylist.a(pm_perl...
2010 Oct 05
4
upgrade python to python2.6.4 using yum
...\
libpython2.6.a -lpthread -ldl -lutil -lm
libpython2.6.a(posixmodule.o): In function `posix_tmpnam':
/tmp/Python-2.6.4/./Modules/posixmodule.c:7180: warning: the use of
`tmpnam_r' is dangerous, better use `mkstemp'
libpython2.6.a(posixmodule.o): In function `posix_tempnam':
/tmp/Python-2.6.4/./Modules/posixmodule.c:7135: warning: the use of
`tempnam' is dangerous, better use `mkstemp'
running build
running build_ext
Failed to find the necessary bits to build these modules:
bsddb185 sunaudiodev
To find the necessary bits, look in setup.py in de...