> Hi!
>
> I'm new to this list and have a lot of questions waiting, so be patient
> please. ;)
>
> The first one:
>
> I wrote a Makefile.fpc that is working fine. The only thing i can't
> achieve is to leave out the *.ppu files when installing.
>
> My goal is to install only the program and some da
> Hi again!
>
> Apparently fpcmake has no idea of handling file names with capitals in
> them. I use those names for having better readability and sorting
> issues.
>
> When the target clean is used, none of the files with capitals is
> deleted (.ppu, .o).
>
> I know how to write my own clean targe
> Thanks... !
>
> That patch can be applied to the fpc 1.0.4 source ?
> There is any other workaround to the problem ?
I don't think it, the Unix RTL is different. But ofcourse you can do patch
it manual. See the fpc-devel mailinglist archives for the patch.
__
Hi!
I'm looking for a new header file for SQLite...the old one included with FPC
1.0.3 doesn't seem to work (program dies with:
Creating class
Inconsistency detected by ld.so: dl-minimal.c: 134: realloc: Assertion `ptr ==
alloc_last_block' failed!)
Any idea where I can get a new one?
Thanks!
--
Michael A. Hess wrote:
.. I'll drop back to the 1.0.10.
Installed 1.0.10 and it built everything just hunky dory.
Now I have a question about the size of the exe.
After it is built the size is 1.3 meg.
I tried to run stripw on it but it doesn't reduce it at all. Did the
file really jump to that
On Tue, 2 Mar 2004, Vincent Snijders wrote:
> On Tue, 2 Mar 2004 23:03:16 +0100 (CET)
> [EMAIL PROTECTED] wrote:
>
> >
> >
> > Fixed.
>
> Thanks, but ATM fpwritetga.pp doesn't compile, due to missing KeyIndentification
> and FromWord in TFPWriterTarga.SaveHeader
And again fixed... This is b
On Tue, 2 Mar 2004 23:03:16 +0100 (CET)
[EMAIL PROTECTED] wrote:
>
>
> Fixed.
Thanks, but ATM fpwritetga.pp doesn't compile, due to missing KeyIndentification
and FromWord in TFPWriterTarga.SaveHeader
Regards,
Vincent.
___
fpc-pascal maillist -
Hi!
I'm new to this list and have a lot of questions waiting, so be patient
please. ;)
The first one:
I wrote a Makefile.fpc that is working fine. The only thing i can't
achieve is to leave out the *.ppu files when installing.
My goal is to install only the program and some data and readme but
On Tue, 2 Mar 2004, Vincent Snijders wrote:
> On Tue, 02 Mar 2004 16:19:24 -0500
> kractor <[EMAIL PROTECTED]> wrote:
>
> > went so far as to completely reinstall 1.0.10 just to be on the safe
> > side, and i'm still getting the same error I was w/ the cvs compiler i
> > had been using ...
>
Hi again!
Apparently fpcmake has no idea of handling file names with capitals in
them. I use those names for having better readability and sorting
issues.
When the target clean is used, none of the files with capitals is
deleted (.ppu, .o).
I know how to write my own clean target, but maybe ther
On Tue, 02 Mar 2004 16:19:24 -0500
kractor <[EMAIL PROTECTED]> wrote:
> went so far as to completely reinstall 1.0.10 just to be on the safe
> side, and i'm still getting the same error I was w/ the cvs compiler i
> had been using ...
>
> make -C image clean
> Makefile:154: *** The Makefile doe
Vincent Snijders wrote:
On Tue, 02 Mar 2004 15:48:25 -0500
kractor <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:
These are known problems.
You must start with a 1.0.10 compiler when you create a new 1.9.X compiler.
Some older (even quite recent) 1.9.x versions won't work.
oh,
Vincent Snijders wrote:
On Tue, 02 Mar 2004 15:48:25 -0500
kractor <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:
These are known problems.
You must start with a 1.0.10 compiler when you create a new 1.9.X compiler.
Some older (even quite recent) 1.9.x versions won't work.
oh,
On Tue, 02 Mar 2004 15:48:25 -0500
kractor <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
>
> >These are known problems.
> >You must start with a 1.0.10 compiler when you create a new 1.9.X compiler.
> >Some older (even quite recent) 1.9.x versions won't work.
> >
> >
> oh, so if i've al
[EMAIL PROTECTED] wrote:
These are known problems.
You must start with a 1.0.10 compiler when you create a new 1.9.X compiler.
Some older (even quite recent) 1.9.x versions won't work.
oh, so if i've already built / installed cvs version, then have to
remove that and re-install 1.0.10 to build
On Tue, 2 Mar 2004, Michael A. Hess wrote:
> [EMAIL PROTECTED] wrote:
> >
> > These are known problems.
> > You must start with a 1.0.10 compiler when you create a new 1.9.X compiler.
> > Some older (even quite recent) 1.9.x versions won't work.
>
> H. I was trying the same thing last week
[EMAIL PROTECTED] wrote:
These are known problems.
You must start with a 1.0.10 compiler when you create a new 1.9.X compiler.
Some older (even quite recent) 1.9.x versions won't work.
H. I was trying the same thing last week before my Win32 system
crashed and was getting similar problems when
On Tue, 2 Mar 2004, Michael A. Hess wrote:
> Greetings,
>
> I have been trying to cycle a new Win32 compiler so that I can make a
> complete Lazarus distro which includes the compiler.
>
> I have the 1.9.2 binary release and am trying to cycle a new compiler
> from CVS code. It fails at vari
Greetings,
I have been trying to cycle a new Win32 compiler so that I can make a
complete Lazarus distro which includes the compiler.
I have the 1.9.2 binary release and am trying to cycle a new compiler
from CVS code. It fails at various points. First it fails at
rtl/win32/dos.pp not knowing
Thanks... !
That patch can be applied to the fpc 1.0.4 source ?
There is any other workaround to the problem ?
> At 19:05 2-3-2004, you wrote:
> >Hi
> >
> >How do I know if a file returned by findfirst is a real file or a symbolic
> >link ?
>
> Use stat() (fpStat() in 1.9.x). There is a patch s
At 19:05 2-3-2004, you wrote:
Hi
How do I know if a file returned by findfirst is a real file or a symbolic
link ?
Use stat() (fpStat() in 1.9.x). There is a patch supplied to add a Mode
field to TSearchRec, but that is not applied yet.
Peter
___
fpc
Hi
How do I know if a file returned by findfirst is a real file or a symbolic link ?
Thanks
--
_
Web-based SMS services available at http://www.operamail.com.
>From your mailbox to local or overseas cell phones.
Powered by Outblaze
_
22 matches
Mail list logo