| View previous topic :: View next topic |
| Author |
Message |
Mikael Sjöholm
Joined: 30 Jun 2005 Posts: 2 Location: Sweden
|
Posted: Thu Jun 30, 2005 1:58 am Post subject: Building ps2sdk from CVS on Mac OS X Tiger |
|
|
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: |
...
...
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 [i]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! |
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Thu Jun 30, 2005 4:30 am Post subject: |
|
|
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. |
|
| Back to top |
|
 |
Mikael Sjöholm
Joined: 30 Jun 2005 Posts: 2 Location: Sweden
|
Posted: Thu Jun 30, 2005 5:43 am Post subject: |
|
|
Many thanks,
It works now! |
|
| Back to top |
|
 |
|