Hi John,

1: unistd.h

Yes I ran across the missing 'unistd.h' in zconf.h 
recently, but I thought my problem was in FG, but 
maybe also SG... 

The FIX is simple I think... somewhere there is 
a 'config.h' - one I know about is in 
FG\util\fgadmin\src - which has -

#define HAVE_UNISTD_H 1

This causes zconf.h to look for 'unistd.h'

Find that file, and change that line to 

#undef HAVE_UNISTD_H

There are several other things defined in 
that file which are also 'wrong' but do 
not cause any problems since they are not 
used...

Should not be necessary to modify zconf.h, 
but that is another way around this problem ;=))


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

Reply via email to