Re: [fpc-devel] CrossCompiling :: Windows - Linux/MIPS

2012-11-01 Thread Mark Morgan Lloyd
Sven Barth wrote: You should also post how you compiled the compiler (e.g. your batch file) so everyone knows what you did to reach your current state. ;) Regards, Sven On 30.10.2012 21:54, SkyDiablo wrote: so wow ! my question have a little prehistory, but direct to the problem. i have

Re: [fpc-devel] CrossCompiling :: Windows - Linux/MIPS

2012-11-01 Thread SkyDiablo
ok ;) here are my current batch-build-script: === set PATH=C:\lazarus\fpc\2.6.0\bin\i386-win32;D:\Sourcery_CodeBench_Lite_for_MIPS_GNU_Linux_Toolchain\lib\gcc;D:\Sourcery_CodeBench_Lite_for_MIPS_GNU_Linux_Toolchain\bin set PREFIX=mips-linux-gnu- set

[fpc-devel] MacOSAll unit updated/changed

2012-11-01 Thread Jonas Maebe
Hi, I've updated the univint units (which most people use via the MacOSAll unit) to the Mac OS X 10.8 SDK. That SDK also included declaration up to iOS 6, so those are present as well. Note that this does not mean that the complete procedure interface of the Mac OS X 10.8 or iOS 6 SDK is now

[fpc-devel] XML Components

2012-11-01 Thread Andrew Brunner
I'm having a problem getting the XML parser to read. Is there any way I can get the attached program to work by changing a parsing option to one less strict. My XML documents get over 1-2 GBs since they represent files. So having to convert /scan each byte is unacceptable. Is there