[Ohrrpgce] FreeBASIC Mac OS X build

Ralph Versteegen teeemcee at gmail.com
Fri Oct 8 09:56:18 PDT 2010


On 9 October 2010 05:49, Ralph Versteegen <teeemcee at gmail.com> wrote:
> 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)
>

Oh, of course... I should have changed mac/SDLMain.o to SDLMain.o
after changing that rule. I just wanted the .o file to appear in the
base directory, so that make clean would delete it.



More information about the Ohrrpgce mailing list