Ok, tried again today with a -t fbpc -no-asm. I get this : bash-2.02$ make gcc "src/MINEM68K.c" -o "bld/MINEM68K.o" -c -Wall -Wmissing-prototypes -Wno-uninitialized -Wundef -Wstrict-prototypes -Os gcc: installation problem, cannot exec `cpp-precomp': No such file or directory make: *** [bld/MINEM68K.o] Error 1 bash-2.02$
So I suppose there is something wrong with my GCC installation :/
Then tried a -t xgen -no-asm on another rhapsody machine with no other compilers than the Apple OSX server dev tools. Note the X11 server is installed in /Local/Library/Xnext/X11R6.4, with a symlink in /usr/X11R6.4 . So I changed the line , $(ObjFiles) -L/usr/X11R6/lib -lX11 into $(ObjFiles) -L/usr/X11R6.4/lib -lX11
this is what I get : bash-2.02$ make cc "src/MINEM68K.c" -o "bld/MINEM68K.o" -c cc "src/MYOSGLUE.c" -o "bld/MYOSGLUE.o" -c src/CNFGRAPI.h:16: header file 'X11/Xlib.h' not found src/CNFGRAPI.h:17: header file 'X11/Xutil.h' not found src/CNFGRAPI.h:18: header file 'X11/keysym.h' not found src/CNFGRAPI.h:19: header file 'X11/keysymdef.h' not found src/CNFGRAPI.h:20: header file 'X11/Xatom.h' not found src/MYOSGLUE.c:189: undefined type, found `Display' src/MYOSGLUE.c:210: undefined type, found `Atom' src/MYOSGLUE.c:210: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:212: undefined type, found `Atom' src/MYOSGLUE.c:212: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:213: undefined type, found `Atom' src/MYOSGLUE.c:213: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:214: undefined type, found `Atom' src/MYOSGLUE.c:214: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:215: undefined type, found `Atom' src/MYOSGLUE.c:215: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:216: undefined type, found `Atom' src/MYOSGLUE.c:216: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:217: undefined type, found `Atom' src/MYOSGLUE.c:217: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:218: undefined type, found `Atom' src/MYOSGLUE.c:218: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:219: undefined type, found `Atom' src/MYOSGLUE.c:219: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:220: undefined type, found `Atom' src/MYOSGLUE.c:220: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:221: undefined type, found `Atom' src/MYOSGLUE.c:221: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:222: undefined type, found `Atom' src/MYOSGLUE.c:222: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:223: undefined type, found `Atom' src/MYOSGLUE.c:223: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:224: undefined type, found `Atom' src/MYOSGLUE.c:224: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:225: undefined type, found `Atom' src/MYOSGLUE.c:225: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:228: undefined type, found `Atom' src/MYOSGLUE.c:228: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:229: undefined type, found `Atom' src/MYOSGLUE.c:229: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:230: undefined type, found `Atom' src/MYOSGLUE.c:230: illegal external declaration, missing `;' after `)' src/MYOSGLUE.c:266: undefined type, found `Atom' src/MYOSGLUE.c:272: undefined type, found `Atom' src/MYOSGLUE.c:279: undefined type, found `Window' src/MYOSGLUE.c:293: undefined type, found `Atom' src/MYOSGLUE.c:293: illegal expression, found `)' src/MYOSGLUE.c:293: syntax error, missing `;' after `)' src/MYOSGLUE.c:1170: undefined type, found `Window' src/MYOSGLUE.c:1171: undefined type, found `GC' src/MYOSGLUE.c:1175: undefined type, found `XColor' src/MYOSGLUE.c:1176: undefined type, found `XColor' src/MYOSGLUE.c:1195: undefined type, found `XImage' src/MYOSGLUE.c:1198: undefined type, found `XImage' src/MYOSGLUE.c:1426: undefined type, found `XImage' src/MYOSGLUE.c:1602: undefined type, found `Cursor' src/MYOSGLUE.c:1604: undefined type, found `Window' src/MYOSGLUE.c:1611: undefined type, found `Pixmap' src/MYOSGLUE.c:1612: undefined type, found `XGCValues' src/MYOSGLUE.c:1613: undefined type, found `GC' src/MYOSGLUE.c:1656: undefined type, found `Window' src/MYOSGLUE.c:1657: undefined type, found `Window' src/MYOSGLUE.c:1840: undefined type, found `Window' src/MYOSGLUE.c:1841: undefined type, found `Window' src/MYOSGLUE.c:1854: undefined type, found `KeyCode' src/MYOSGLUE.c:1858: undefined type, found `KeySym' src/MYOSGLUE.c:1860: undefined type, found `KeyCode' src/MYOSGLUE.c:2178: undefined type, found `Window' src/MYOSGLUE.c:2179: undefined type, found `Window' src/MYOSGLUE.c:2239: undefined type, found `XKeyboardState' src/MYOSGLUE.c:2240: undefined type, found `XKeyboardControl' src/MYOSGLUE.c:2255: undefined type, found `XKeyboardControl' src/MYOSGLUE.c:2597: undefined type, found `XEvent' src/MYOSGLUE.c:2630: undefined type, found `Window' src/MYOSGLUE.c:2637: undefined type, found `XEvent' src/MYOSGLUE.c:2653: undefined type, found `Atom' src/MYOSGLUE.c:2702: undefined type, found `XEvent' src/MYOSGLUE.c:2713: undefined type, found `Atom' src/MYOSGLUE.c:2753: undefined type, found `Time' src/MYOSGLUE.c:2756: undefined type, found `XEvent' src/MYOSGLUE.c:2757: undefined type, found `Window' src/MYOSGLUE.c:2870: undefined type, found `Window' src/MYOSGLUE.c:2874: undefined type, found `XEvent' src/MYOSGLUE.c:2885: undefined type, found `Atom' src/MYOSGLUE.c:2912: undefined type, found `XEvent' src/MYOSGLUE.c:2943: undefined type, found `XEvent' src/MYOSGLUE.c:2945: undefined type, found `XEvent' src/MYOSGLUE.c:2952: undefined type, found `Window' src/MYOSGLUE.c:2953: undefined type, found `Window' src/MYOSGLUE.c:2983: undefined type, found `XEvent' src/MYOSGLUE.c:2985: undefined type, found `Time' src/MYOSGLUE.c:2986: illegal statement, missing `;' after `)' src/MYOSGLUE.c:3010: undefined type, found `XEvent' src/MYOSGLUE.c:3173: undefined type, found `XEvent' src/MYOSGLUE.c:3346: undefined type, found `Window' src/MYOSGLUE.c:3348: undefined type, found `Colormap' src/MYOSGLUE.c:3349: undefined type, found `Visual' src/MYOSGLUE.c:3514: undefined type, found `Window' src/MYOSGLUE.c:3522: undefined type, found `Window' src/MYOSGLUE.c:3618: undefined type, found `XSetWindowAttributes' src/MYOSGLUE.c:3669: undefined type, found `XClassHint' src/MYOSGLUE.c:3679: undefined type, found `XWMHints' src/MYOSGLUE.c:3714: undefined type, found `XSizeHints' src/MYOSGLUE.c:3816: undefined type, found `Window' src/MYOSGLUE.c:3817: undefined type, found `GC' src/MYOSGLUE.c:3910: undefined type, found `Window' src/MYOSGLUE.c:3911: undefined type, found `Window' src/MYOSGLUE.c:3916: undefined type, found `Window' src/MYOSGLUE.c:4064: undefined type, found `Window' src/MYOSGLUE.c:4071: undefined type, found `Window' src/MYOSGLUE.c:4148: undefined type, found `Window' src/MYOSGLUE.c:4150: undefined type, found `Window' src/MYOSGLUE.c:4423: undefined type, found `XEvent' make: *** [bld/MYOSGLUE.o] Error 1
|