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 rep
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
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
Luiz
___
fpc-devel maill
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. ;-(
> Wh
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 -
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
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
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 a
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 delete
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
Compi
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
http://lists.fre
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 proble
On Tue, 15 Apr 2008, Giulio Bernardi wrote:
> 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.
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
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:
http://bugs.
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 a
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 thi
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
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 plan
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 hint
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
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
(imple
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 mult
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 F
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.
Mic
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
PP
26 matches
Mail list logo