[Ohrrpgce] FreeBASIC Mac OS X build

Ralph Versteegen teeemcee at gmail.com
Fri Oct 8 09:49:53 PDT 2010


On 9 October 2010 05:46, James Paige <Bob at hamsterrepublic.com> wrote:
> On Fri, Oct 08, 2010 at 08:34:28AM -0700, James Paige wrote:
>>
>> Oh! I had not realized that you had uploaded that file! *testing now*
>> Woo! Works perfectly!
>
> fbc works fine now, but the Makefile is still not completing.
>
> make[1]: *** No rule to make target `mac/SDLMain.o', needed by
> `ohrrpgce-game'.  Stop.
>
> ---
> James Paige

I edited the rule for that after last testing it on a Mac. Try changing

%.o: mac/%.m
	$(CC) -c $< -o $@ $(CFLAGS)

back to

%.o: %.m
	$(CC) -c $< -o $@ $(CFLAGS)



More information about the Ohrrpgce mailing list