Re: [MSEide-MSEgui-talk] 64 bit

2012-07-11 Thread Patrick Goupell
I finally found the correct download for the 64 bit fpc compiler. Compiled the mseide+msegui app using: fpc -B -Fu/data/patrick/mseide-msegui/lib/common/* -Fu/data/patrick/mseide-msegui/lib/common/kernel/i386-linux -Fi/data/patrick/mseide-msegui/lib/common/kernel

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-11 Thread Martin Schreiber
On Wednesday 11 July 2012 15:34:34 Patrick Goupell wrote: I finally found the correct download for the 64 bit fpc compiler. Compiled the mseide+msegui app using: fpc -B -Fu/data/patrick/mseide-msegui/lib/common/* -Fu/data/patrick/mseide-msegui/lib/common/kernel/i386-linux

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-11 Thread Patrick Goupell
My project / program runs fine. The error comes from the mseide ide. Do you want me to run my program / app with the gdb or your mseide with the gdb? Patrick -- Live Security Virtual Conference Exclusive live event

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-11 Thread Patrick Goupell
My program runs in gdb without error. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-11 Thread Patrick Goupell
If I run the mseide in gdb with my project and press the F9 key I get the following: patrick@squeeze:~/data/mseide-msegui/apps/ide$ gdb mseide GNU gdb (GDB) 7.0.1-debian Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-11 Thread Martin Schreiber
On Wednesday 11 July 2012 17:14:18 Patrick Goupell wrote: My program runs in gdb without error. Can you try with a more recent gdb? 7.3 works for me. Martin -- Live Security Virtual Conference Exclusive live event will

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-11 Thread Patrick Goupell
The problem seems to have disappeared. It has not happened on the last few uses of mseide. Don't know why it is working now butr not before. Will let you know if the problem returns. Patrick -- Live Security Virtual

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-10 Thread Graeme Geldenhuys
On 9 July 2012 14:02, Patrick Goupell pgoup...@upmerchants.com wrote: Is anyone using debian (squeeze) on a 64 bit cpu? No, but I use Ubuntu 10.04 (64-bit) and MSEide compilers fine with a 64-bit FPC 2.6.x compiler. Just don't had too many FPC optimisation parameters, because then MSEide throws

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-10 Thread Graeme Geldenhuys
Hi, On 9 July 2012 19:31, Patrick Goupell pgoup...@upmerchants.com wrote: This is the compiler output: Free Pascal Compiler version 2.6.0 [2011/12/23] for i386 As you can see from that (i386), you are using the 32-bit FPC compiler, and not the 64-bit one. Simply download the 64-bit FPC

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-10 Thread Martin Schreiber
On Tuesday 10 July 2012 11:45:26 Graeme Geldenhuys wrote: On 9 July 2012 14:02, Patrick Goupell pgoup...@upmerchants.com wrote: Is anyone using debian (squeeze) on a 64 bit cpu? No, but I use Ubuntu 10.04 (64-bit) and MSEide compilers fine with a 64-bit FPC 2.6.x compiler. Just don't had too

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Patrick Goupell
Tried that. Still the same error. Will try some more google searches. Is anyone using debian (squeeze) on a 64 bit cpu? Patrick -- Live Security Virtual Conference Exclusive live event will cover all the ways today's

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Martin Schreiber
On Monday 09 July 2012 15:02:46 Patrick Goupell wrote: Tried that. Still the same error. Please show the whole compiler messages. Martin -- Live Security Virtual Conference Exclusive live event will cover all the

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Patrick Goupell
I am setting up a kvm 32 bit squeeze machine for 32 bit development. Not a problem as the reason I got the new computer was to work with kvm virtual machines. I will hold off on the 64 bit unless you want me to pursue it. Patrick

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Patrick Goupell
Correct on the hardware vt. I have been looking at it for about 1 to 2 years now. But everytime I was ready to pull out the credit card I would decide that i really don't need it right now. Last week tigerdirect (www.tigerdirect.com) had a sale on barebone kits. Desktop case, power supply,

Re: [MSEide-MSEgui-talk] 64 bit

2012-07-09 Thread Martin Schreiber
On Monday 09 July 2012 21:09:39 Patrick Goupell wrote: From the fpc tar package I downloaded: declared as a conffile since version 1.0.2. And, yes - this is a i386/amd64/powerpc/sparc/arm only package currently. Web site and download information: -- The

[MSEide-MSEgui-talk] 64 bit

2012-07-08 Thread Patrick Goupell
Hello, I just got a new computer, amd 64 bit quad core. I have debian squeeze 64 bit installed. When I try to download a 64 bit version of the fpc compiler the download page only shows an i386 32 bit download. Do I use that or is there a 64 bit free pascal compiler (and I just don't know