Thanks Geoff, 



zconf.h is taken care off, 



looked in  the libraries and puAux.lib and pu.lib are there.  Here is an 
extract from the CMakecache.txt file.  






<<<<<<<<<<<<<<<<<<<<<<<<<<< 

//Path to a library. 



PLIB_LIBRARIES:FILEPATH=PLIB_LIBRARIES-NOTFOUND 





  

//The PLIB_PUAUX library 



PLIB_PUAUX_LIBRARY:FILEPATH=optimized;C:/fgbuild/dependencies/3rdParty/lib/puAux.lib;debug;C:/fgbuild/dependencies/3rdParty/lib/puAux.lib
 





  

//Path to a library. 



PLIB_PUAUX_LIBRARY_DEBUG:FILEPATH=PLIB_PUAUX_LIBRARY_DEBUG-NOTFOUND 





  

//Path to a library. 



PLIB_PUAUX_LIBRARY_RELEASE:FILEPATH=C:/fgbuild/dependencies/3rdParty/lib/puAux.lib
 





  

//The PLIB_PUI library 



PLIB_PUI_LIBRARY:FILEPATH=optimized;C:/fgbuild/dependencies/3rdParty/lib/pui.lib;debug;C:/fgbuild/dependencies/3rdParty/lib/pui.lib
 





  

//Path to a library. 



PLIB_PUI_LIBRARY_DEBUG:FILEPATH=PLIB_PUI_LIBRARY_DEBUG-NOTFOUND 





  

//Path to a library. 



PLIB_PUI_LIBRARY_RELEASE:FILEPATH=C:/fgbuild/dependencies/3rdParty/lib/pui.lib 





>>>>>>>>>>>>>>>>>>>>>>>>>>> 



looks slightly different  ( pui vs. pu and puaux vs.puAux,  is that 
significant?) 



there is no pu.lib or puaux.lib. 



wasn't able to track down the log file, where would you find it or is there an 
option in the CMake script to specify location 



Ugggh, hate being a newbie  and just when I was getting comfortable with the 
GNU make system ;-) 



John 

----- Original Message -----




2: puaList = missing PLIB - puAux.lib 

In the CMake GUI scroll down, down and check the 
PLIB library libraries found... 

PLIB_PUAUX_LIBRARY - should be blank 
PLIB_PUAUX_LIBRARY_DEBUG - should be like 
  c:\fgbuild\dependencies\3rdparty\lib\puauxd.lib 
PLIB_PUAUX_LIBRARY_RELEASE - should be like 
  c:\fgbuild\dependencies\3rdparty\lib\puaux.lib 

PLIB_PUI_LIBRARY - should be blank 
PLIB_PUI_LIBRARY_DEBUG - should be like 
  c:\fgbuild\dependencies\3rdparty\lib\pud.lib 
PLIB_PUI_LIBRARY_RELEASE - should be like 
  c:\fgbuild\dependencies\3rdparty\lib\pu.lib 

And each of the other PLIB items should point 
to each of the other plib libraries... 

You can also open and check the file fgfs.log written 
by MSVC10 and check exactly WHAT libraries are 
presently being linked to fgfs.exe... find the 
bin\link.exe line... it is a BIG list... 

If not this, then not sure... 

Aside from the above ???.log files, another 
file you can post somewhere is the CMakeCache..txt... 
it gives LOTS of information, and with a view of 
its contents we may be able to help you better... 

Regards, 
Geoff. 



------------------------------------------------------------------------------ 
Better than sec? Nothing is better than sec when it comes to 
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free. 
http://p.sf.net/sfu/Boundary-dev2dev 
_______________________________________________ 
Flightgear-devel mailing list 
Flightgear-devel@lists.sourceforge.net 
https://lists.sourceforge.net/lists/listinfo/flightgear-devel 


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to