Now on a totally unrelated matter...

Let the developers know what you think of the software and what can be done to either improve the CFDG language or the Context Free program.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
User avatar
TheRandomDude
Posts: 12
Joined: Thu Nov 02, 2006 11:12 am
Contact:

Now on a totally unrelated matter...

Post 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.

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

Post 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++.

User avatar
TheRandomDude
Posts: 12
Joined: Thu Nov 02, 2006 11:12 am
Contact:

Post 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.

Post Reply