> -Message d'origine-
> De : fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] De la
> part de Mark Morgan Lloyd
> Envoyé : lundi 13 mars 2017 09:11
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pascal] SPARC / Linux
>
> On 13/03/17 06
Hi Mark,
if you mean build a native installer for 32-bt
sparc-linux, I can tell you want you need to do:
- upload fpcbuild-3.0.2.tar.gz source,
- unpack it to /dir/to/fpcbuild-3.0.2
- upload the cross installer that I described in this thread
ftp://ftp.freepascal.org/pub/fpc/contrib/test-cross-3.
> -Message d'origine-
> De : fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] De la
> part de Mark Morgan Lloyd
> Envoyé : dimanche 12 mars 2017 11:14
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pascal] SPARC / Linux
>
> ANYBODY: The SPARC mirror pages have a 3.0.
If you are adventurous,
you might want to try the experimental files in:
ftp://ftp.freepascal.org/pub/fpc/contrib/test-cross-3.0.2/
it does contain a partial installer for sparc-linux,
cross-compiled on a x86_64-linux machine.
The results using qemu-sparc are not that bad,
considering the fact th
Hi all,
I finally found the location of the error,
that I introduced in revision 34320.
It should be fixed in revision 35259.
Pierre
PS: Explanation for those interested:
Indeed this is my fault,
the incrementation of global variable mt_index was
done after the 'if ...=MTWIST_N branc
Hi,
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Tony Whyman
> Envoyé : dimanche 20 novembre 2016 15:13
> À : FPC-Pascal users discussions
> Objet : [fpc-pascal] Error: Internal error 2014052302
>
>
fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Graeme Geldenhuys
> Envoyé : mercredi 21 septembre 2016 14:35
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pascal] with no if assigned() there are bugs
>
> On 2016-09-21 13:27, Pier
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Martin
> Envoyé : mercredi 21 septembre 2016 12:38
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] with no if assigned() there are bugs
>
>
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de fredvs
> Envoyé : jeudi 1 septembre 2016 22:55
> À : fpc-pascal@lists.freepascal.org
> Objet : Re: [fpc-pascal] Linking to Linux on a FreeBSD system with
Hi,
the beauty about free open source is that you can search the sources:
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de James Richters
> Envoyé : mercredi 17 août 2016 14:42
> À : 'FPC-Pascal users di
Hello,
The TextMode IDE is based on the package FV
short for Free Vision, which tries to follow
TurboVision interface.
But there is nothing inside that package that deals with
dual monitor, so I don't think this is possible with the
current TextMode IDE.
If you are only looking for a
I think the correct solution for you is to use explicit size information:
FSTP SINGLE PTR [EDX]
FSTP SINGLE PTR [EAX]
but
FSTP [s]
and
FSTP [c]
would be even better, I don’t know if this syntax is Delphi compatible or not.
It seems that indeed Free Pascal does not set th
aris
>
> On 2016-01-04 15:53, Pierre Free Pascal wrote:
> > I generated today two installers for
>
>
> Fantastic Pierre - thank you so much!
>
>
> Regards,
> - Graeme -
>
>
> My public PGP key: http://tinyurl.com/graeme-pgp
>
Hi,
I generated today two installers for
i386-solaris
ftp://ftp.hu.freepascal.org/pub/fpc/dist/3.0.0/i386-solaris/
and x86_64-solaris.
ftp://ftp.hu.freepascal.org/pub/fpc/dist/3.0.0/x86_64-solaris/
These installer come with a GDB-enabled FP IDE,
which was compiled on a Oracle Solaris machin
I just uploaded a raspberry 1 fpc-3.0.0 installation tar file
in dist/3.0.0/arm-linux directory on ftp.freepascal.org.
The IDE crashes when you try to debug a program within it,
but otherwise it should work ...
I will generate a testsuite run to see if there are specific issues.
Pierre Muller
>
Did you notice that the date of compilation is also different
in both cases...
Are you really sure that the symlink points to the same file?
If this is true, it probably means that it reads a different
configuration file in both cases.
Try using -va to activate all debug output,
and look
> > {$IFDEF FPC}
> > {$MACRO ON}
> > {$IFNDEF XXX_}
> > {$DEFINE XXX_:=DFM_RR} // replace prefix
> > {$ENDIF}
> > {$ENDIF}
> >
> > {$INFO compiled with XXX_}
> >
> > unit XXX_parser;
> >
> > {$mode objfpc}{$H+}
> >
> > interface
> >
> > implementation
> >
> > end.
> Macros are only expand
invalid read"
>
>
> Pierre Free Pascal wrote on Fri, 05 Jun 2015:
> >
> > I am not sure I understand why it is a false positive:
> >
> > The read size is 16, at offset 16, which make it read up to position
> 32,
> > while only 30 byte were allocated.
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Jonas Maebe
> Envoyé : jeudi 4 juin 2015 19:51
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] valgrind: "invalid read"
>
>
> David Emerso
Are you sure that it is not specific to the executable that you run?
Did you try if redirecting the output of this executable
to a file using simply Windows Console
executable.exe all args > outfile.txt
you get the same results on Windows XP as on Windows 7?
Pierre Muller
> -Message d'o
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Michael Van Canneyt
> Envoyé : mercredi 25 mars 2015 09:54
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] TProcess does not work in Windows
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Jonas Maebe
> Envoyé : mercredi 14 janvier 2015 15:20
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] Error Message recording not yet suppo
scal] Which gdb version to use?
>
> On Thursday 18 December 2014 13:42:25 Pierre Free Pascal wrote:
> > Hi Martin,
> >
> > it would be useful to have a
> > simple source code which allows to reproduce your problem,
> > together with a list of the operations tha
Hi Martin,
it would be useful to have a
simple source code which allows to reproduce your problem,
together with a list of the operations that lead to the assertion.
I am afraid that current trunk is not really usable with FP IDE,
because there has be a lot of changes in C structs used
that m
Hello,
could you please try out:
ftp://gd.tuwien.ac.at/languages/pascal/fpc/dist/2.6.4/i386-go32v2/separate/f
pgdb.zip
and report if this works for you.
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org
Did you check that infamous coprocessor Pentium FDIV bug?
http://en.wikipedia.org/wiki/Pentium_FDIV_bug#Affected_models
The even give values to test:
The correct value is
4195835/3145727 = 1.333820449136241002
However, the value returned by the flawed Pentium is incorrect at or beyond
Your code does not even compile on
my 2.6.4 installation (no Lazarus).
Where does the currtostr function come from?
Apparently from sysutils unit.
How is it 'included' without any uses clause?
I found no option that automatic
add unit sysutils.
Could you give us a source and a compilation
Hi Graeme,
maybe you should do a
a
$FPC -va -h | grep "Reading options from"
and check which configuration file is loaded.
But anyhow, the option unit contains code that
normally ensure that command line options always
win over config file options.
However, Michael is right in asking ab
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Lubomír Cabla
> Envoyé : vendredi 28 mars 2014 23:21
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] FPC 2.6.4 for GO32
>
> I have only goo
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Lubomír Cabla
> Envoyé : mercredi 26 mars 2014 21:05
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] FPC 2.6.4 for GO32
>
> First the good
...@lists.freepascal.org
[mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Pierre Free
Pascal
Envoyé : mardi 25 mars 2014 12:26
À : 'FPC-Pascal users discussions'
Objet : Re: [fpc-pascal] FPC 2.6.4 for GO32
I found the cause of the ugly behavior
See
http://svn.freepasc
pc-pascal-boun...@lists.freepascal.org
[mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Pierre Free
Pascal
Envoyé : lundi 24 mars 2014 23:36
À : 'FPC-Pascal users discussions'
Objet : Re: [fpc-pascal] FPC 2.6.4 for GO32
I was able to reproduce your problem,
but not to fix it yet
I hop
rt.
Lubomir Cabla
On Mon, Mar 24, 2014 at 10:00 AM, Pierre Free Pascal
wrote:
Sorry for the late reply.
This is indeed a packaging error.
I managed to build a IDE containing GDB 7.4 library.
Nevertheless, before changing the idedos.zip
in dist/2.6.4/i386-go32v2/separate/
and
Sorry for the late reply.
This is indeed a packaging error.
I managed to build a IDE containing GDB 7.4 library.
Nevertheless, before changing the idedos.zip
in dist/2.6.4/i386-go32v2/separate/
and the content of the files at
dist/2.6.4/i386-go32v2/ level.
I would like you,
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Michael Ring
> Envoyé : vendredi 10 janvier 2014 13:40
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] ARM Linux crosscompiler: compiles but
... trunk cross compile
> failure on arm-linux
>
> On 08/01/2014 16:40, Pierre Free Pascal wrote:
> >> -Message d'origine-
> >> Objet : [fpc-pascal] Is it just me or... trunk cross compile failure
> on
> >> arm-linux
> >> C:\developmen
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Reinier Olislagers
> Envoyé : mercredi 8 janvier 2014 13:58
> À : FPC Mailing list
> Objet : [fpc-pascal] Is it just me or... trunk cross compile failure
> // prevents the compiler hint about not initialized variables
> procedure dcpFillChar(out x; count: SizeInt; Value: Byte);
> begin
> {$HINTS OFF}
> FillChar(x, count, value);
> {$HINTS ON}
> end;
>
>
> begin
>
> dcpFillchar(dirinfo,sizeof(dirinfo),$00);
> FindFirst(pattern,AnyFile,dir
Hi Raoul,
Thanks for testing 2.6.4rc1 out.
I could not reproduce your problem
on my setup (Windows-7 64-bit).
Are you sure that the problem
also appears when simply compiling this source:
(This is just demo/text/hello.pp with a wrong line added).
{
This file is part of the Free Pasc
Sorry,
I did not realize that the upload did not complete.
The correct size is above 40 MB.
I uploaded it again on ftp.freepascal.org
$ md5sum fpc-2.6.4rc1.i386-win32.exe
132d4777b5d98cca13418ae0460a0b32 *fpc-2.6.4rc1.i386-win32.exe
$ ls -al fpc-2.6.4rc1.i386-win32.exe
-rwxr-xr-x 1 Pierre None
Hi Lubomir,
I think that your problem comes from the fact that you are
using release go32v2 compiler version 2.6.2
to compile 2.6.3 snapshot IDE.
I was able to reproduce this problem.
The error comes from the fact that there are several variations
of the environ pchar array ...
The assembler
Could you try to delete the files generated by fp.exe
before restarting it:
fp.exe generates three files:
-fp.ini
-fp.cfg
and
fp.dsk
Try first to only remove fp.dsk
and see if it cures your sigsegv or not.
fp.dsk is a binary file that contains configuration information
that mi
It will be difficult to get feedback on outdate releases...
Why can't you use a more recent compiler?
Pierre Muller
> -Message d'origine-
> De : Matúš Kudláč [mailto:matus.kud...@gmail.com]
> Envoyé : mardi 23 juillet 2013 09:26
> À : Pierre Free Pascal
> Objet : R
Hi Matúš,
I never read anything about a mouse related problem
concerning the Text mode IDE with Free Pascal 2.6.2.
But maybe someone on the mailing list knows
something about this hypothetical bug...
If anyone knows, please try to describe this problem
as precisely as possible.
Thanks in
Hi Eric,
the cycle seems to run without problems on tonight's linux VM.
It happens that si_c21.inc only exists for i386-linux target,
but when you send such an email, it would be nice to
specify which cpu and os your are using as host
and possibly the target if you are cross-compiling...
Did
Did you try:
ftp://ftp.freepascal.org/pub/fpc/snapshot/trunk/mips-linux/
I just produced an up-to-date snapshot.
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Dennis Poon
> Envoyé : m
> On Windows, using FPC 2.7.1, I use:
> make crossinstall OS_TARGET=win64 CPU_TARGET=x86_64
>
> But this not works. I always got the error:
>
> W:/md/dev/freepascal/compiler/2.7.1/compiler/ppc.exe fpmake.pp -
> FuW:/md/dev/fre
> epascal/compiler/2
> > So building Binutils with --target=x86_64-w64-mingw32
> > should work for you.
> It does indeed!
>
> As for cygwin 64 bits, it seems that a patch for cygwin 64 support was
> applied on 4.3.2013
> (http://cygwin.cybermirror.org/64bit/x86_64-pc-cygwin-binutils-
> 20130304.patch),
> but it seems
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de patspiper
> Envoyé : jeudi 11 avril 2013 13:01
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] 64 bit cross binutils on a 32 bit OS
>
> On
> In seems that the 'gmake install' doesn't install the *.a files that FPC
> generates, so my apps fail to link. I did a comparison between my 2.7.1
> and 2.6.0 (installed from official installer) directories. In 2.6.0 the
> *.a files are found in the lib/fpc/2.6.0/... directories, but in 2.7.1
> t
The bug is indeed 64-bit specific...
Hopefully fixed in rev 23704,
http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&revision=23704
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part
Bart
On 11/27/12, Pierre Free Pascal wrote:
> I have uploaded a fpc-2.6.2rc1.i386-win95.exe
> ,in the same directory beta/2.6.2-rc1/i386-win32,
Sorry to say, but I cannot find that file on
ftp://freepascal.stack.nl/pub/fpc/beta/2.6.2-rc1/i386-win32/
It only lists:
fpc-2.6.2rc1.arm-win
I have uploaded a fpc-2.6.2rc1.i386-win95.exe
,in the same directory beta/2.6.2-rc1/i386-win32,
that was generated using -dSUPPORT_WIN95 option
and "inno setup 5".
I tried to install it on a Windows 95 VMware virtual machine.
The program started to install correctly, but
I ended up getting a vf
If I got that right, the problem is linked to the
essence of a DLL (or shared library):
A shared library can be used by any program.
Thus the stack size might be different in location and size
depending on that executable that loaded the DLL.
So the only solution would be that the information
Confirmed,
if you usee -Aas and -al
you will see that
TEST
is just .quad -10
which is wrong of course...
Using -10.0 fixes the bug for now if
you really need this correct fast.
It would be nice if you could submit a bug report.
Pierre Muller
> -Message d'origine-
> De : fpc-pascal-
Did you try to "manually" (meaning with some other text editor, or sed
script)
remove the offending line -Cp386 from fp.cfg?
The problem might come from a fp.cfg that was created by an earlier
version
of Free Pascal for which -Cp386 was allowed.
To complicate things further, once you tried t
> In function `GDBINT$_$TGDBINTERFACE_$__$$_GDB__INIT':
> gdbint.pp:(.text+0xfde): undefined reference to
> `deprecated_create_breakpoint_hook'
> /data2/sources/subversion/fpc/packages/gdbint/units/x86_64-linux/gdbint.o:
> In function `GDBINT$_$TGDBINTERFACE_$__$$_GDB_DONE':
> gdbint.pp:(.text+0x10
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Jonas Maebe
> Envoyé : mardi 28 juin 2011 13:14
> À : FPC-Pascal users discussions
> Objet : Re: [fpc-pascal] status of sparc solaris support
>
>
> On 2
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de José Mejuto
> Envoyé : mercredi 5 janvier 2011 17:42
> À : FPC-Pascal users discussions
> Objet : Re[4]: [fpc-pascal] Help building fpc svn Win64
>
> Hel
> -Message d'origine-
> De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal-
> boun...@lists.freepascal.org] De la part de Birger Jansen
> Envoyé : vendredi 26 novembre 2010 14:13
> À : fpc-pascal@lists.freepascal.org
> Objet : RE: [fpc-pascal] Building FPC trunk on XP win64
>
60 matches
Mail list logo