No target for Exult_app

NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Forum rules
NOTICE: This forum is archived as read only.
Please use the Github Discussions at https://github.com/exult/exult/discussions
Locked
velinion
Posts: 7
Joined: Thu May 14, 2020 1:34 pm

No target for Exult_app

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

Re: No target for Exult_app

Post by Jolyon »

Try "make bundle" instead - that worked for me.
velinion
Posts: 7
Joined: Thu May 14, 2020 1:34 pm

Re: No target for Exult_app

Post by velinion »

Yay! That worked! Thanks!
Locked