Marcio Shimoda wrote: > > Hi! > > I'm having this problem now > "--------------------Configuration: js - Win32 Debug-------------------- > Build : warning : failed to (or don't know how to) build > 'C:\plib-1.4.2\src\js\Debug\js.lib' > 'js' gets installed" > > Could somebody explain me what is wrong?
Do you have any problems that something isn't working? IIRC that message comes because MSVC wants to generate a js.lib but can't do that. That's perfectly normal as JS consists only out of a header file and thus there's nothing that could go into a js.lib. So unless something isn't working (e.g. linker errors) due to that - ignore it! CU, Christian -- The idea is to die young as late as possible. -- Ashley Montague Whoever that is/was; (c) by Douglas Adams would have been better... _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
