Page 1 of 1

Now on a totally unrelated matter...

Posted: Sat Nov 04, 2006 9:17 am
by TheRandomDude
Is there any possibility that Context Free will be apple scriptable in the near future? it would be great to be able to do batch processes for certain applications.

Posted: Sat Nov 04, 2006 4:23 pm
by MtnViewJohn
There is a command-line version that you can compile and run from a terminal session. I have noticed that the Makefile doesn't work with Xcode. All the files compile but the final link step doesn't work. Look for these lines:

Code: Select all

cfdg: $(OBJS)
    $(LINK.o) $^ -L/usr/local/lib -lstdc++ -lpng -o $@
    strip $@
in the Makefile and replace the $(LINK.o) with g++.

Posted: Sun Nov 05, 2006 9:00 am
by TheRandomDude
Oh man, even better!
Thank you so much for that, I'm hoping I can make an awesome forest generating screen-saver with these tools. I'll keep you updated with the project.