[Bf-committers] Re: Bf-committers digest, Vol 1 #647 - 3 msgs

Michael Velikanje bf-committers@blender.org
Thu, 18 Mar 2004 18:06:36 -0900


>
The changes committed by Kent:

Douglas Bischoff's fix for OSX  (removing the spaces from 
link_env.Append
  link_env.Append (LINKFLAGS=' -framework Carbon')
is now
  link_env.Append (LINKFLAGS='-framework')
  link_env.Append (LINKFLAGS='Carbon')


Kent

Worked great! Thank you!

Michael Velikanje




> Message: 3
> To: bf-committers@blender.org
> From: Michael Velikanje <velikm@mtaonline.net>
> Date: Wed, 17 Mar 2004 21:27:16 -0900
> Subject: [Bf-committers] SConstruct changes
> Reply-To: bf-committers@blender.org
>
> I had blender building using scons, up until revision 1.29 of
> SConstruct in the blender root dir and revision 1.7 of SConscript in
> the makesdna intern dir. Starting with revision 1.30 of SConstruct and
> revision 1.8 of SConscript I started getting this error during linking:
>
>   -lpng -ljpeg -lz -lstdc++ -lGL -lGLU
> gcc-3.3:  -framework Carbon: No such file or directory
> gcc-3.3:  -framework AGL: No such file or directory
> gcc-3.3:  -framework QuickTime: No such file or directory
> scons: *** [blender] Error 1
> scons: building terminated because of errors.
>
> This looks like it should work:
>
> if sys.platform == 'darwin':
>      link_env.Append (LINKFLAGS=' -framework Carbon')
>      link_env.Append (LINKFLAGS=' -framework AGL')
>      if user_options_dict['USE_QUICKTIME'] == 1:
>          link_env.Append (LINKFLAGS=' -framework QuickTime')
>
> But..................................it doesn't.
>
> Michael Velikanje
>
>
>
> --__--__--
>
> _______________________________________________
> Bf-committers mailing list
> Bf-committers@blender.org
> http://www.blender.org/mailman/listinfo/bf-committers
>
>
> End of Bf-committers Digest
>