Re: [fpc-devel] Access violation building the compiler : r15585

2010-07-17 Thread Juha Manninen
Hi Actually I got exactly the same error from the same system.pp file. I tried to compile FPC trunk on my Acer/E-machines mini-laptop, Intel Atom CPU, having OpenSuse Linux OS. First I had some snapshot version of the compiler to start with. It gave the error. Then I updated to fpc 2.4.0.1 (?),

Re: [fpc-devel] Access violation building the compiler : r15585

2010-07-17 Thread Jonas Maebe
On 16 Jul 2010, at 14:10, Inoussa OUEDRAOGO wrote: make[7]: Entering directory `E:/fpc_dev/rtl/win32' E:/fpc_dev/compiler/ppc2.exe -Ur -Xs -O2 -n -Fi../inc -Fi../i386 -Fi../win -FE. -FUE:/fpc_dev/rtl/units/i386-win32 -di386 -dRELEASE -Us -Sg system.pp -Fi../win Fatal: Compilation aborted

Re: [fpc-devel] Access violation building the compiler : r15585

2010-07-17 Thread Inoussa OUEDRAOGO
2010/7/17 Jonas Maebe jonas.ma...@elis.ugent.be: On 16 Jul 2010, at 14:10, Inoussa OUEDRAOGO wrote: make[7]: Entering directory `E:/fpc_dev/rtl/win32' E:/fpc_dev/compiler/ppc2.exe -Ur -Xs -O2 -n -Fi../inc -Fi../i386 -Fi../win -FE. -FUE:/fpc_dev/rtl/units/i386-win32 -di386 -dRELEASE -Us -Sg

[fpc-devel] Access violation building the compiler : r15585

2010-07-16 Thread Inoussa OUEDRAOGO
Hi I just check out and can no longer build the compiler. This is the used command : PATH=E:\FPC\2.4.0\bin\i386-win32;%PATH% make all PP=E:\FPC\2.4.0\bin\i386-win32\ppc386.exe make_all_prefix_res.txt and the (the last lines of) output make -C win32 all make[7]: Entering directory

Re: [fpc-devel] Access violation building the compiler : r15585

2010-07-16 Thread Jonas Maebe
Inoussa OUEDRAOGO wrote on Fri, 16 Jul 2010: I just check out and can no longer build the compiler. While it's probably due to a commit of mine, I can't debug it because everything works fine on Mac OS X and Linux. Jonas

Re: [fpc-devel] Access violation building the compiler : r15585

2010-07-16 Thread Inoussa OUEDRAOGO
2010/7/16 Jonas Maebe jonas.ma...@elis.ugent.be: Inoussa OUEDRAOGO wrote on Fri, 16 Jul 2010: I just check out and can no longer build the compiler. While it's probably due to a commit of mine, I can't debug it because everything works fine on Mac OS X and Linux. How can I help ? --

Re: [fpc-devel] Access violation building the compiler : r15585

2010-07-16 Thread Inoussa OUEDRAOGO
Le 16 juillet 2010 15:33:50 UTC, Inoussa OUEDRAOGO inouss...@gmail.com a écrit : 2010/7/16 Jonas Maebe jonas.ma...@elis.ugent.be: Inoussa OUEDRAOGO wrote on Fri, 16 Jul 2010: I just check out and can no longer build the compiler. While it's probably due to a commit of mine, I can't debug