[opensource-dev] Windows 64 bit build issue

Callum Prentice (Callum) callum at lindenlab.com
Wed Nov 30 16:55:31 PST 2016


I'm working with Nat Linden on the 64 bit viewer build and we've been
encountering an odd error - A number of projects in 64 bit only
configurations have an entry for "Force Includes" files set to XED:NO.
Nothing on Google so we were stumped for a while but eventually tracked it
down to a number of lines in CMakeLists.txt files of the form:
*add_definitions(/FIXED:NO)*. Evidently, */FI* is the compiler command to
include a forced header file - hence the *XED:NO* entry. You can see one
here:
https://bitbucket.org/lindenlab/viewer64/src/3f7ba2a06e5cea596e3a4006d57e3fbc4703d90f/indra/llcommon/CMakeLists.txt?at=default&fileviewer=file-view-default#CMakeLists.txt-248

The *FIXED* command is evidently for the linker and not the compiler but
I'm not sure (a) if it's needed or (b) if it is, how to direct it at the
right place.

Has anyone else encountered this and already and figured it out?

-- 

​Callum Prentice
| Software Engineer

LINDEN LAB | Create Virtual Experiences <http://www.lindenlab.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/opensource-dev/attachments/20161130/b1374390/attachment.htm 


More information about the opensource-dev mailing list