[fpc-pascal] Basically on the right track?

Patrick patrick at spellingbeewinnars.org
Fri Dec 28 19:04:49 CET 2012


Hope I am not wearing out the warm welcome I have received....

I installed the 64 bit .deb package from the website. I am still getting 
a lot of errors. I am starting to wonder if I have borked my install. I 
am on Debian stable right now. I can move to Mint Mate desktop...

At the end of the email are the errors when compiling a simple gtk2 app

However I am delighted to see a lua package in there. I have more 
experience with lua. Make is running without errors but I expected to 
see a liblua.a archive file after and did not see it, there were more 
warnings. (I have them at the end of the email)

Any advice or do you think I should start with a fresh install?

Thanks!


helloworld2.pas(99,1) Error: Error while linking
helloworld2.pas(99,1) Fatal: There were 1 errors compiling module, stopping
Fatal: Compilation aborted
make: *** [helloworld2] Error



:make
/usr/bin/ppcx64 -Fu../../rtl/units/x86_64-linux -Fisrc -FE. 
-FUunits/x86_64-linux -Cg -dx86_64 src/lua.pas
Free Pascal Compiler version 2.6.0 [2012/08/24] for x86_64
Copyright (c) 1993-2011 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling src/lua.pas
575 lines compiled, 0.0 sec
/usr/bin/ppcx64 -Fu../../rtl/units/x86_64-linux -Fisrc -FE. 
-FUunits/x86_64-linux -Cg -dx86_64 src/lualib.pas
Free Pascal Compiler version 2.6.0 [2012/08/24] for x86_64
Copyright (c) 1993-2011 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling src/lualib.pas
104 lines compiled, 0.0 sec
/usr/bin/ppcx64 -Fu../../rtl/units/x86_64-linux -Fisrc -FE. 
-FUunits/x86_64-linux -Cg -dx86_64 src/lauxlib.pas
Free Pascal Compiler version 2.6.0 [2012/08/24] for x86_64
Copyright (c) 1993-2011 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling src/lauxlib.pas
lauxlib.pas(292,6) Warning: Conversion between ordinals and pointers is 
not portable
lauxlib.pas(292,27) Warning: Conversion between ordinals and pointers is 
not portable
380 lines compiled, 0.0 sec
2 warning(s) issued




More information about the fpc-pascal mailing list