[fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Martin Schreiber
Hi, We try to build a package for MSEide+MSEgui with precompiled units. While compiling a simple testproject with the precompiled units we get: Free Pascal Compiler version 2.2.0 [2007/08/31] for i386 Copyright (c) 1993-2007 by Florian Klaempfl Target OS: Linux for i386 Compiling project1.pas

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Micha Nelissen
Martin Schreiber wrote: Recompiling msesysintf, checksum changed for msefileutils {impl} Fatal: Can't find unit msesysintf used by msesysutils Fatal: Compilation aborted What do we wrong, any hints? Do you have multiple installed msefileutils? Recompile with -va to see what's going on.

Re: [fpc-devel] Rebuilding fpc-2.3.1.go32v2.zip

2008-04-15 Thread Robert Riebisch
Tomas Hajny wrote: This issue only exist for WinNT 4.0, it works with W2k and WXP (no experience with Vista - fortunately, I'd say ;-) ). There are still some You could have said that, before I fiddled around with slow VMs. ;-( When has this been fixed? IIRC I tried this in January to build

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Martin Schreiber
On Tuesday 15 April 2008 09.26:30 Micha Nelissen wrote: Martin Schreiber wrote: Recompiling msesysintf, checksum changed for msefileutils {impl} Fatal: Can't find unit msesysintf used by msesysutils Fatal: Compilation aborted What do we wrong, any hints? Do you have multiple

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Jonas Maebe
On 15 Apr 2008, at 09:05, Martin Schreiber wrote: Recompiling msesysintf, checksum changed for msefileutils {impl} Fatal: Can't find unit msesysintf used by msesysutils Fatal: Compilation aborted What do we wrong, any hints? Do you perhaps have routines marked as inline in circular

Re: [fpc-devel] symify.pp broken

2008-04-15 Thread Robert Riebisch
Tomas Hajny wrote: However, I can't believe that information about this offset (i.e. size of the stub) isn't already available somewhere in the exe file itself (either in the general header or possibly in the COFF section headers), I just The following simple snippet for computing stubsize is

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Martin Schreiber
On Tuesday 15 April 2008 10.36:24 Jonas Maebe wrote: On 15 Apr 2008, at 09:05, Martin Schreiber wrote: Recompiling msesysintf, checksum changed for msefileutils {impl} Fatal: Can't find unit msesysintf used by msesysutils Fatal: Compilation aborted What do we wrong, any hints? Do you

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Jonas Maebe
On 15 Apr 2008, at 13:02, Martin Schreiber wrote: On Tuesday 15 April 2008 10.36:24 Jonas Maebe wrote: Do you perhaps have routines marked as inline in circular (implementation) dependent units? That can cause this problem (and will keep causing it until the grand unit loading rewrite

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Jonas Maebe
On 15 Apr 2008, at 13:23, Jonas Maebe wrote: On 15 Apr 2008, at 13:02, Martin Schreiber wrote: There are no inline routines in MSEgui up to now (Delphi 7 compatibility). Can inlined routines from FPC-RTL be harmfull too? No (unless there would be circular dependencies between your units

RE: [fpc-devel] Fixes of FPC version 2.2.0

2008-04-15 Thread Lee, John
There are checks in script (eg that there are no make errors or zip errors) to ensure that only 'good' snapshots are uploaded, but guess they don't work 100% eg if there is a network funny, or PC crash or something else odd during the upload - I use pscp check its error code. Let me know if

Re: [fpc-devel] Fixes of FPC version 2.2.0

2008-04-15 Thread Giulio Bernardi
Tomas Hajny ha scritto: Sorry, not root of ZIP file but root of units/i386-win32. Anyway, this seems to be specific to 2.3.x (at least as of now, i.e. unless this bit gets merged), because these units apparently belong to the new fpcres. I guess that they shouldn't be distributed at all as they

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Martin Schreiber
On Tuesday 15 April 2008 13.25:14 Jonas Maebe wrote: Another reason might be this: http://bugs.freepascal.org/view.php?id=10551 I tried with fixes_2_2 and trunk, the problem is the same. Should I play with uses order in msefileutils? Any other suggestion? Could it be related to:

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Jonas Maebe
On 15 Apr 2008, at 19:59, Martin Schreiber wrote: On Tuesday 15 April 2008 13.25:14 Jonas Maebe wrote: Another reason might be this: http://bugs.freepascal.org/view.php?id=10551 I tried with fixes_2_2 and trunk, the problem is the same. That bug was also reported for 2.2.0 and hasn't been

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Martin Schreiber
On Tuesday 15 April 2008 20.23:39 Jonas Maebe wrote: On 15 Apr 2008, at 19:59, Martin Schreiber wrote: On Tuesday 15 April 2008 13.25:14 Jonas Maebe wrote: Another reason might be this: http://bugs.freepascal.org/view.php?id=10551 I tried with fixes_2_2 and trunk, the problem is the

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Martin Schreiber
On Tuesday 15 April 2008 20.42:24 Martin Schreiber wrote: How can I check if I really produced release units? I think I produced release units, they are not recompiled with -B. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Jonas Maebe
On 15 Apr 2008, at 20:42, Martin Schreiber wrote: On Tuesday 15 April 2008 20.23:39 Jonas Maebe wrote: Compile the pre-compiled units with -Ur No success: Free Pascal Compiler version 2.2.0 [2007/08/31] for i386 Copyright (c) 1993-2007 by Florian Klaempfl Target OS: Linux for i386

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Martin Schreiber
On Tuesday 15 April 2008 20.49:39 Jonas Maebe wrote: I'm actually not sure whether -Ur makes the compiler also disregard any interface changes, but I think it does. Or are you not compiling msefileutils with -Ur at this point? (and did you only compile previous units with -Ur) I deleted all

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Jonas Maebe
On 15 Apr 2008, at 21:05, Martin Schreiber wrote: Moving msesysintf from implementation uses to interface uses in msefileutils fixes the issue. I know what causes the crc problem: the fact that msesysintf declares routines as external name in the implementation which aren't declared as

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Martin Schreiber
On Tuesday 15 April 2008 21.13:41 Jonas Maebe wrote: On 15 Apr 2008, at 21:05, Martin Schreiber wrote: Moving msesysintf from implementation uses to interface uses in msefileutils fixes the issue. I know what causes the crc problem: the fact that msesysintf declares routines as external

Re: [fpc-devel] MSEide+MSEgui binary package

2008-04-15 Thread Jonas Maebe
On 15 Apr 2008, at 21:22, Martin Schreiber wrote: On Tuesday 15 April 2008 21.13:41 Jonas Maebe wrote: On 15 Apr 2008, at 21:05, Martin Schreiber wrote: Moving msesysintf from implementation uses to interface uses in msefileutils fixes the issue. I know what causes the crc problem: the fact

RE: [fpc-devel] Fixes of FPC version 2.2.0

2008-04-15 Thread Tomas Hajny
On Tue, April 15, 2008 16:02, Lee, John wrote: There are checks in script (eg that there are no make errors or zip errors) to ensure that only 'good' snapshots are uploaded, but guess they don't work 100% eg if there is a network funny, or PC crash or something else odd during the upload - I

Re: [fpc-devel] Rebuilding fpc-2.3.1.go32v2.zip

2008-04-15 Thread Tomas Hajny
On Tue, April 15, 2008 10:04, Robert Riebisch wrote: Tomas Hajny wrote: This issue only exist for WinNT 4.0, it works with W2k and WXP (no experience with Vista - fortunately, I'd say ;-) ). There are still some You could have said that, before I fiddled around with slow VMs. ;-( When has

Re: [fpc-devel] Request to apply patch of bug 0010959

2008-04-15 Thread Tomas Hajny
On Wed, April 16, 2008 03:39, Luiz Americo Pereira Camara wrote: In response to bug report 0010959, i've uploaded a patch to fix the issue, but the reporter closed the bug before the patch was applied. So, i'd like to someone to apply the patch so i can send more improvements to sqlite3ds

Re: [fpc-devel] Request to apply patch of bug 0010959

2008-04-15 Thread Vincent Snijders
Luiz Americo Pereira Camara schreef: In response to bug report 0010959, i've uploaded a patch to fix the issue, but the reporter closed the bug before the patch was applied. So, i'd like to someone to apply the patch so i can send more improvements to sqlite3ds I have re-opened the bug