Opened 11 years ago

Closed 11 years ago

#871 closed defect (wontfix)

Cannot build 32-bit/64-bit openssl from the same directory

Reported by: jng Owned by: gregboone
Priority: major Milestone:
Component: Build System Version:
Severity: 3 Keywords:
Cc: External ID:

Description

Just wanted to see if we can build 32-bit/64-bit trunk FDO from the same source tree. It fails on openssl because nmake uses the same tmp directory for both 32-bit and 64-bit.

Attached is a patch to define platform-specfic tmp directories in the nmake calls.

Attachments (1)

openssl.patch (4.1 KB ) - added by jng 11 years ago.
Patch to openssl.vcxproj to support x86/x64 builds off the same directory

Download all attachments as: .zip

Change History (2)

by jng, 11 years ago

Attachment: openssl.patch added

Patch to openssl.vcxproj to support x86/x64 builds off the same directory

comment:1 by jng, 11 years ago

Resolution: wontfix
Status: newclosed

*sigh* GDAL has the same problem. Fixing this won't do anything because we can't build x86/x64 GDAL off of the same src directory. Fixing GDAL to put libs and object files in separate dirs is too much effort.

I'll just suck it up and use platform-specific build dirs just like before.

Note: See TracTickets for help on using tickets.