Building ps2sdk from CVS on Mac OS X Tiger

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
Mikael Sjöholm
Posts: 2
Joined: Thu Jun 30, 2005 12:03 am
Location: Sweden
Contact:

Building ps2sdk from CVS on Mac OS X Tiger

Post by Mikael Sjöholm »

Hi,
I'm very new to ps2 programming, but I have been sucessful building the toolchain on Mac OS 10.3 in the past. Now when I have upgraded my old Mac to the latest 10.4.1 I seem to get problems.
The problem is really the install face.

This is what happens:

After getting the ps2sdk from the cvs, I'm bulding it with make (GNU Make 3.80)

Then I continue issuing this:

bash# sudo make install

giving the following output:

Code: Select all

...
...
make -C erl release
mkdir -p /usr/local/ps2dev/ps2sdk/ee/ /usr/local/ps2dev/ps2sdk/ee/include/ /usr/local/ps2dev/ps2sdk/ee/lib/ /usr/local/ps2dev/ps2sdk/ee/bin/ /usr/local/ps2dev/ps2sdk/ee/startup
Installing lib/liberl.a to /usr/local/ps2dev/ps2sdk/ee/lib
Installing include/erl.h to /usr/local/ps2dev/ps2sdk/ee/include
Installing include/hashtab.h to /usr/local/ps2dev/ps2sdk/ee/include
Installing include/lookupa.h to /usr/local/ps2dev/ps2sdk/ee/include
Installing include/recycle.h to /usr/local/ps2dev/ps2sdk/ee/include
YES -C hello release
-C
-C
-C
-C
-C
...
and so on...
So, the suspicious line here is YES -C hello release[i/]

So I tried to find a file with a "YES":

bash# find ./ -exec grep -q "YES" '{}' \; -print

And I did not find it.

That's why I think it's a magic error!

/Please help!
pixel
Posts: 791
Joined: Fri Jan 30, 2004 11:43 pm

Post by pixel »

Fixed.
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
Mikael Sjöholm
Posts: 2
Joined: Thu Jun 30, 2005 12:03 am
Location: Sweden
Contact:

Post by Mikael Sjöholm »

Many thanks,

It works now!
Post Reply