[fpc-pascal] [Help] fppkg on Windows

2012-04-09 Thread Lars Klungseth
I get the following error when trying to install “lazmkunit” or “gecko” using fppkg. === C:\lazarus\fpc\2.6.0\bin\i386-win32>fppkg install lazmkunit An unhandled exception occurred at $004377D5 : EProcess : Failed to execute fpc.exe -iVTPTO : 2 $004377D5 $0040F953 $00

Re: [fpc-pascal] Re: [Help] fppkg on Windows

2012-04-10 Thread Lars Klungseth
Hi leledumbo, Thanks for your quick reply. > Try set a full path to the compiler driver binary (fpc.exe) Setting the GlobalPrefix to the full path to fpc.exe, will produce the following error as the GlobalPrefix is referenced more than once. C:\lazarus\fpc\2.6.0\bi

Re: [fpc-pascal] Re: [Help] fppkg on Windows

2012-04-10 Thread Lars Klungseth
Your second suggestion, > or put its directory (fpc.exe) in PATH. proved to be the answer. C:\lazarus\fpc\2.6.0\bin\i386-win32>fppkg install lazmkunit Start building package lazmkunit for target i386-win32. Compiling lazmkunit.pp [100%] Built target lazmku