Re: [animata-users] Animata used in my new animation

2009-04-18 Thread gabor papp
 Ok, got fltk installed but when running scons --app from animata-read-only i
 get this:
are you on a mac? if you installed fltk from macports you can try
changing these lines in src/SConscript:
if STATIC:
flags = env.ParseFlags('!fltk-config --cxxflags --ldstaticflags
--use-images --use-gl')
else:
flags = env.ParseFlags('!fltk-config --cxxflags --ldflags --use-images
--use-gl')

to this:
if STATIC:
flags = env.ParseFlags('!/opt/local/bin/fltk-config --cxxflags
--ldstaticflags --use-images --use-gl')
else:
flags = env.ParseFlags('!/opt/local/bin/fltk-config --cxxflags
--ldflags --use-images --use-gl')

best,
gabor

___
animata-users mailing list
animata-users@lists.kitchenbudapest.hu
http://lists.kitchenbudapest.hu/cgi-bin/mailman/listinfo/animata-users


Re: [animata-users] Animata used in my new animation

2009-04-18 Thread jacob thomsen
On Sat, Apr 18, 2009 at 8:59 PM, gabor papp ga...@kitchenbudapest.huwrote:

  Ok, got fltk installed but when running scons --app from
 animata-read-only i
  get this:
 are you on a mac? if you installed fltk from macports you can try
 changing these lines in src/SConscript:


 best,
 gabor


That was a quick reply :)

I'm running ubuntuLinux 8.10, i messed around in the terminal for a bit and
ended up running fltk-config and installing GLU, seems I had some
dev-packages missing.

Everything (including OSC) is running nicely!

ThnX for this nifty software guys



 ___
 animata-users mailing list
 animata-users@lists.kitchenbudapest.hu
 http://lists.kitchenbudapest.hu/cgi-bin/mailman/listinfo/animata-users

___
animata-users mailing list
animata-users@lists.kitchenbudapest.hu
http://lists.kitchenbudapest.hu/cgi-bin/mailman/listinfo/animata-users