Re: [fpc-devel] Second version of FPC for iPhone SDK 2.x available

2009-03-20 Thread dmitry boyarintsev
hello Jonas, thanks for advancing with fpc for iPhone development. i have a question: i'm using fpc trunk, so copmiled i386 units are not located at /usr/local/lib/fpc/2.3.1/units/i386-darwin. Is there any way to reconfigure the building script, so compiled units are taken from the proper

Re: [fpc-devel] Second version of FPC for iPhone SDK 2.x available

2009-03-20 Thread dmitry boyarintsev
Thanks! i've also solved the error, by creating a symbolic link of /usr/local/lib/fpc/2.3.1/units/i386-darwin to /Users/..release path.../i386-darwin dir... ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Second version of FPC for iPhone SDK 2.x available

2009-03-20 Thread Jonas Maebe
On 20 Mar 2009, at 16:46, dmitry boyarintsev wrote: i have a question: i'm using fpc trunk, so copmiled i386 units are not located at /usr/local/lib/fpc/2.3.1/units/i386-darwin. Is there any way to reconfigure the building script, so compiled units are taken from the proper directory? The

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-03-20 Thread Paul Ishenin
Paul Ishenin wrote: Thanks to Jonas. We don't need to write so big debug paths anymore. He successfully fixed an issue with path in the stabs in r12812. Jonas, can you look futher. I pasted one example here (executed -file-list-exec-source-files)

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-03-20 Thread Jonas Maebe
On 20 Mar 2009, at 17:52, Paul Ishenin wrote: Paul Ishenin wrote: Thanks to Jonas. We don't need to write so big debug paths anymore. He successfully fixed an issue with path in the stabs in r12812. Jonas, can you look futher. I pasted one example here (executed -

Re: [fpc-devel] How to search units reported by gdb? (fpc and mseide devels please participate)

2009-03-20 Thread Paul Ishenin
Jonas Maebe wrote: In trunk/r12933 you can now force the compiler to always store absolute path for include files using -gostabsabsincludes. See the svn comment for why it's not the default (gcc also never does this, you can't even force it to do that). There is no way to specify a separate