On Tue, 2001-10-16 at 11:03, Heino Walther wrote: > I managed to overcome my first compile problem by using gcc (not g++) > for the specific source code, and g++ for everything else... > The "make install" procedure fails because it want's to copy > devices.conf into /usr/local/obs/etc/ and devices.conf isn't used > anymore, right ? > > Also the AddFiles.pl doesn't work, because it want's to look into > obs.conf which also isn't used anymore...
I finally got the chance to fix this. The updated Obs::Defs module is now in CVS. In order to install it over an existing Obs installation, do this: ./autogen.sh ./configure --prefix=<your prefix> make clean make make install ./install-db.pl Then, all the local perl scripts that need the xml.conf should work again. -- --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
