On Tue, 2001-10-16 at 10:19, Heino Walther wrote: > Hi there, > > I'm having a slight problem compiling the new obs source on my box, I > get the following error: > > g++ -o obsd -Lutils -Lxmit -Lvolman -Lmpegutils -Lnet -L/usr/lib/mysql > -L/usr/local/lib/mysql main/libmain.a xmit/libxmit.a volman/libvolman.a > utils/libutils.a mpegutils/libmpegutils.a net/libnet.a -lmysqlclient > -lpthread -lexpat -lmysqlclient -lpthread -lexpat -lm -lz > volman/libvolman.a(CdChanger.o): In function > `CdChanger::ReScanVolumes_e(List<basic_string<char, > string_char_traits<char>, __default_alloc_template<true, 0> > > &)': > /home/install/obs-0.5.0-pre1/volman/CdChanger.cpp:175: the use of > `tmpnam' is dangerous, better use `mkstemp'
This is not an error -- its a nanny warning. I've reviewed the piece of code that causes this problem and determined that I want to keep it as is -- the code should not cause any trouble. -- --ruaok Freezerburn! All else is only icing. -- Soul Coughing Robert Kaye -- [EMAIL PROTECTED] -- http://www.mayhem-chaos.net _______________________________________________ Obs-dev mailing list [EMAIL PROTECTED] http://www.freeamp.org/mailman/listinfo/obs-dev
