Re: [fpc-devel] How hard is it to port FPC to AIX

2008-09-13 Thread Jonas Maebe
On 13 Sep 2008, at 21:49, Peter Popov wrote: I read Felipe's wiki thouroughly and i think I can manage that part. I also see I have to use the Darwin (powerpc) rtl, not the linux (powerpc) rtl. I will start experimenting with it on monday. You can choose either the Darwin or the Solaris rt

Re: [fpc-devel] How hard is it to port FPC to AIX

2008-09-13 Thread Peter Popov
Thanks Jonas. I read Felipe's wiki thouroughly and i think I can manage that part. I also see I have to use the Darwin (powerpc) rtl, not the linux (powerpc) rtl. I will start experimenting with it on monday. I have one question though, which is not clear to me, as I am not a low-level sys

Re: [fpc-devel] Bug report 12110 needs a cleanup in the bug tracker system?

2008-09-13 Thread ABorka
Hi Michael, I see 12110 is applied now, super :) I am trying to improve on the fcl-web and the next step would be to fix the apache module related things. However, there is a problem I could use some help with. It seems that when the apache module (TCustomApacheApplication) tries to create an

Re: [fpc-devel] Unicodestring branch, please test and help fixing

2008-09-13 Thread Martin Schreiber
On Thursday 11 September 2008 23.18:07 Florian Klaempfl wrote: > Martin Schreiber schrieb: > > On Saturday 30 August 2008 13.37:42 Florian Klaempfl wrote: > > > > I have a crash in MSEide startup in a procedure finalization section: [...] > > I saw that you merged unicodestring to trunk. Should I t

Re: [fpc-devel] Can't read file written as result of TFileStream

2008-09-13 Thread Lukas Gradl
How's WRITE_FILEMODE defined - looks like this is the problem, don't know how it has to be set for ReadWrite... Try to omit it completely, TFileStream.Create(Filename, fmCreate); Using Linux this gives you a file with permissions set to 644 - which should work for macos to, afaik... regards

Re: [fpc-devel] How hard is it to port FPC to AIX

2008-09-13 Thread Jonas Maebe
On 11 Sep 2008, at 20:36, Peter Popov wrote: Peter It should not be that hard. There are two main ABI's for PowerPC: the sysv and the aix ABI. Linux/*BSD use the sysv ABI, and Mac OS, Mac OS X and AIX uses the aix ABI. Hence, the aix abi is already supported in the compiler. A libc-based