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
>   -Fi/data/patrick/mseide-msegui/lib/common/kernel
>   /data/patrick/mseide-msegui/apps/ide/mseide.pas
>
>
> When I open my project and press the F9 key, the system hangs for about
> 20 seconds and then displays this error:
>
> GDB: Process died.  Exit code 127.
>
> The project does seem to compile / make but it does not execute the
> project / program as it did before.
>
What happens if you run the program in console gdb:
"
gdb <pathtotheprogram>
run
"
?

Martin

------------------------------------------------------------------------------
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 include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to