Hi, Yes, I use the 2.2.3 fix branch of FPC, not the 2.3 branch because it is too unstable. Also be sure to use the Lazarus trunk.
Now it say it cannot build a resource file for x86-64 for varobs. But if you are there the skychart program itself is already build! What I suggest is you try to compile and debug from the Lazarus IDE instead of the Makefile because there is many chance the program do not run well even if the compilation work. The main problem going to 64bits is wrong type cast between integer and pointer. And I have a lot of old code, sometime originally write for 16 bits! I also suggest you open a bug report "compile on 64 bits" to the bug tracker : http://www.ap-i.net/mantis so we can continue to discuss this problem there. And frankly a 64 bits version is not on my priority, the 32 bits version work fine on 64 bits systems. And memory consumption is between 50 and 100 MB, well below the 2 GB limit that will make a 64 bits version really useful. Patrick
