Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cygwin compile work
12-16-2007, 02:46 PM,
#2
 
Quote:Sorry about breaking the builds

No worries.

Quote:Is it possible that the build on other platforms broke because env['IS_WIN'] was only intialized on windows builds?

Yep, that's what the error message was about.

Quote:perhaps adding env['IS_WIN'] = False on the other platform intialization fixes will also fix things.

It probably would have. I actually tried to fix it another way; replace all of the
Code:
if env['IS_WIN']:
with
Code:
if ( 'win32' == sys.platform or 'cygwin' == sys.platform ):

I tested this fix on my mingw/msys setup on windows and it compiles fine with the changes. Can you see if R1891 works for you?
Reply


Messages In This Thread
Cygwin compile work - by bugsyv - 12-16-2007, 11:38 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-16-2007, 02:46 PM
[No subject] - by bugsyv - 12-17-2007, 09:51 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)