[fpc-devel] Error: Unable to create "reg.xml" file

2007-01-18 Thread Graeme Geldenhuys
Hi, I started getting this message in my Lazarus applications since the last 2 weeks. It happens very seldom, but still strange. I don't use xml files at all in my application and don't have a reference to a "reg.xml" in any of my code. The applications are run from my HOME directory where I h

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Florian Klaempfl
Thanks, Peter commited it. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Felipe Monteiro de Carvalho
On 1/18/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote: You can either send partial patches if they don't affect the rest of the compiler or you can get a separate branch to work on it. Ok, I prepared a very basic patch. It shouldn´t affect the rest of the compiler in any way. Where should fre

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Florian Klaempfl
Felipe Monteiro de Carvalho schrieb: What are the official guidelines for adding new platforms on fpc trunk? Should I wait until things are working or can I send partial patches? You can either send partial patches if they don't affect the rest of the compiler or you can get a separate branch

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Felipe Monteiro de Carvalho
What are the official guidelines for adding new platforms on fpc trunk? Should I wait until things are working or can I send partial patches? I ask because I am working with another person, and if some basic things are added to official repository (like regenerated makefiles with symbian target)

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Felipe Monteiro de Carvalho
I found the answer myself. It´s necessary to add a entry for symbian on rtl/Makefile.fpc and then rebuild the makefile on the directory -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Felipe Monteiro de Carvalho
Ok, continuing, I tryed to compile fpc for symbian with: make clean all OS_TARGET=symbian using 2.0.4 as starting compiler. I edited fpc/compiler/systems.pas, fpc/compiler/compiler.pas, fpc/compiler/i386/cputarg.pas and added i_symbian.pas and t_symbian.pas And when I try to compile fpc for sy

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Felipe Monteiro de Carvalho
On 1/18/07, Florian Klaempfl <[EMAIL PROTECTED]> wrote: Use fpc211 to build fpcmake 2.1.1 Yes, that was it! It´s working now =) Althougth that´s a bit strange fpcmake didn´t work with 2.0.4. fpcmake should be a simple application -- Felipe Monteiro de Carvalho

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Florian Klaempfl
Felipe Monteiro de Carvalho schrieb: > > C:\Programas\fpc21>fpcmake > An unhandled exception occurred at $0040C63C : > EAccessViolation : > $0040C63C > $0044DF0D > $00454DD6 > $00410C46 > $00401F28 > > Any ideas? Use fpc211 to build fpcmake 2.1.1 ___

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Vincent Snijders
Felipe Monteiro de Carvalho schreef: Hi, I can´t seam to get fpcmake to work. I did a svn update, and changed the following on fpcmmain.pp: next I build fpcmake with fpc 2.0.4 and tryed to run it, but it crashes, and "make" command doesn´t seam to have included debug info. C:\Programas\fp

Re: [fpc-devel] SymbianOS port

2007-01-18 Thread Felipe Monteiro de Carvalho
Hi, I can´t seam to get fpcmake to work. I did a svn update, and changed the following on fpcmmain.pp: Index: fpcmmain.pp === --- fpcmmain.pp (revision 6038) +++ fpcmmain.pp (working copy) @@ -70,7 +70,7 @@ o_linux,o_go32v2,