Arnaud Gautier wrote:
HI, I think I have all installed ok on my mac (osX 10,2): jack:~/gpc-332d1-build arnaudgautier$ gpc -v Reading specs from /Developer/Pascal/gpc332d1/lib/gcc-lib/powerpc-apple-darwin/3.3.2/> specs Configured with: ../gpc-332d1/configure --enable-languages=pascal,c --prefix=/Developer/Pascal/gpc332d1 --enable-threads=posix --target=powerpc-apple-darwin Thread model: posix gpc version 20030830, based on gcc-3.3.2
But when I make: (t is my file) jack:~/gpc-332d1-build arnaudgautier$ gpc t.pas
I get: t.pas:1: error: module/unit interface `MacTypes' could not be imported
should be a simple stuff, but I just start gnu
1. Specify --automake (see http://www.microbizz.nl/gpcfaq.html) 2. Download and install Appleās Universal PInterfaces, as ported to GNU Pascal (see http://www.microbizz.nl/gpc.html) 3. Specify --unit-path=/Developer/Pascal/GPCPInterfaces/
Hope this helps. Please direct further questions to the gpc mailing list.
Regards,
Adriaan van Os