Page 1 of 1

No target for Exult_app

Posted: Fri Jun 15, 2007 2:34 pm
by velinion
I've been trying to build exult (cvs) on mac os x (10.4.9), and after installing a few libraries that README.macosx didn't list as required, it compiled sucessfully.

I then tried to run make Exult_app (again, as listing in the README.macosx) and recievd the message

make: *** No rule to make target `Exult_app'. Stop.

Is there any way to build an app currently, or is the disabled/broken in the current CVS?

Oh, and the extra libs I had to install were libvorvis, libogg, libmikmod, and libsmpeg, in case anyone was interested.

Re: No target for Exult_app

Posted: Fri Jun 15, 2007 8:13 pm
by Jolyon
Try "make bundle" instead - that worked for me.

Re: No target for Exult_app

Posted: Fri Jun 15, 2007 9:43 pm
by velinion
Yay! That worked! Thanks!