Re: [fpc-pascal] SPARC / Linux

2017-03-13 Thread Pierre Free Pascal
> -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:30,

Re: [fpc-pascal] SPARC / Linux

2017-03-13 Thread Pierre Free Pascal
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

Re: [fpc-pascal] SPARC / Linux

2017-03-12 Thread Pierre Free Pascal
> -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

Re: [fpc-pascal] SPARC / Linux

2017-03-11 Thread Pierre Free Pascal
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

Re: [fpc-pascal] Repeat result in random

2017-01-08 Thread Pierre Free Pascal
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

Re: [fpc-pascal] Error: Internal error 2014052302

2016-11-20 Thread Pierre Free Pascal
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 >

Re: [fpc-pascal] with no if assigned() there are bugs

2016-09-21 Thread Pierre Free Pascal
l-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,

Re: [fpc-pascal] with no if assigned() there are bugs

2016-09-21 Thread Pierre Free Pascal
> -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 >

Re: [fpc-pascal] Linking to Linux on a FreeBSD system with Linux emulated ?

2016-09-01 Thread Pierre Free Pascal
> -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

Re: [fpc-pascal] windows graph unit questions

2016-08-17 Thread Pierre Free Pascal
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

Re: [fpc-pascal] Textmode IDE splitscreen?

2016-07-25 Thread Pierre Free Pascal
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

Re: [fpc-pascal] intel vs att asm (fstp instruction) (osx/clang features)

2016-05-04 Thread Pierre Free Pascal
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

Re: [fpc-pascal] No official FPC 3.0 installer for Solaris

2016-01-05 Thread Pierre Free Pascal
> > 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 > _

Re: [fpc-pascal] I thought fpc 3.0 would be compilable from fpc 3.0?

2015-12-06 Thread Pierre Free Pascal
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 >

Re: [fpc-pascal] FreeBSD and fpc messages.

2015-08-16 Thread Pierre Free Pascal
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

Re: [fpc-pascal] will be work macro with name of the unit?

2015-07-15 Thread Pierre Free Pascal
{$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 expanded on whole tokens (aka words). So

Re: [fpc-pascal] valgrind: invalid read

2015-06-05 Thread Pierre Free Pascal
-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 Emerson wrote on

Re: [fpc-pascal] valgrind: invalid read

2015-06-05 Thread Pierre Free Pascal
-Message d'origine- De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal- boun...@lists.freepascal.org] De la part de Jonas Maebe Envoyé : vendredi 5 juin 2015 10:52 À : FPC-Pascal users discussions Objet : Re: [fpc-pascal] valgrind: invalid read Pierre Free Pascal

Re: [fpc-pascal] TProcess does not work in Windows XP

2015-03-25 Thread Pierre Free Pascal
-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 XP

Re: [fpc-pascal] TProcess does not work in Windows XP

2015-03-25 Thread Pierre Free Pascal
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

Re: [fpc-pascal] Error Message recording not yet supported

2015-01-14 Thread Pierre Free Pascal
-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 supported

Re: [fpc-pascal] Which gdb version to use?

2014-12-18 Thread Pierre Free Pascal
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

Re: [fpc-pascal] Which gdb version to use?

2014-12-18 Thread Pierre Free Pascal
? 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 that lead to the assertion. I am afraid that current trunk is not really

Re: [fpc-pascal] go32v2

2014-07-15 Thread Pierre Free Pascal
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]

Re: [fpc-pascal] Currency constant wrongly stored in generated EXE?

2014-05-12 Thread Pierre Free Pascal
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

Re: [fpc-pascal] Inconsistent results currency - extended ?

2014-04-29 Thread Pierre Free Pascal
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

Re: [fpc-pascal] How to remove verbose compiler output

2014-04-05 Thread Pierre Free Pascal
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

Re: [fpc-pascal] FPC 2.6.4 for GO32

2014-03-29 Thread Pierre Free Pascal
-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 good

Re: [fpc-pascal] FPC 2.6.4 for GO32

2014-03-28 Thread Pierre Free Pascal
-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 news:

Re: [fpc-pascal] FPC 2.6.4 for GO32

2014-03-25 Thread Pierre Free Pascal
...@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 hope I will find a fast fix

Re: [fpc-pascal] FPC 2.6.4 for GO32

2014-03-25 Thread Pierre Free Pascal
...@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.freepascal.org/cgi

Re: [fpc-pascal] FPC 2.6.4 for GO32

2014-03-24 Thread Pierre Free Pascal
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

Re: [fpc-pascal] FPC 2.6.4 for GO32

2014-03-24 Thread Pierre Free Pascal
at 10:00 AM, Pierre Free Pascal pie...@freepascal.org 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 the content of the files

Re: [fpc-pascal] ARM Linux crosscompiler: compiles but... executable gives segmentation fault

2014-01-10 Thread Pierre Free Pascal
-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...

Re: [fpc-pascal] Is it just me or... trunk cross compile failure on arm-linux

2014-01-08 Thread Pierre Free Pascal
-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 on

Re: [fpc-pascal] Is it just me or... trunk cross compile failure on arm-linux

2014-01-08 Thread Pierre Free Pascal
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:\development\cross\bin\arm-linux\arm-linux-ld.exe: cannot find arm\units\arm-linux\pexpr.o pp.pas(238,36) Error

[fpc-pascal] How to eliminate specific hint (was: how to initialize a SearchRec var?)

2014-01-03 Thread Pierre Free Pascal
// 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,dirinfo);    

RE: [fpc-pascal] Free Pascal 2.6.4-rc1 - IDE crashes

2013-12-31 Thread Pierre Free Pascal
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

RE: [fpc-pascal] Free Pascal 2.6.4-rc1 released!

2013-12-26 Thread Pierre Free Pascal
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

RE: [fpc-pascal] FPC 2.6.2 for DOS/Go32V2 FP.PAS cannot compile with GDB support

2013-11-08 Thread Pierre Free Pascal
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

RE: [fpc-pascal] FPC 2.6.2 for DOS/Go32V2 FP.EXE cannot run a second time

2013-09-19 Thread Pierre Free Pascal
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

[fpc-pascal] RE: FPIDE 1.0.6

2013-07-23 Thread Pierre Free Pascal
. 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 : Re: FPIDE 1.0.6 OK, but I wrote about Free

RE: [fpc-pascal] si_c21.inc(57, 1) Error: Unrecognized opcode: At revision 24956.

2013-06-24 Thread Pierre Free Pascal
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

RE: [fpc-pascal] can someone please email me a zipped hello world binary program MIPS big endian for testing on my MIPS hardware?

2013-06-12 Thread Pierre Free Pascal
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é :

RE: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Pierre Free Pascal
-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

RE: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Pierre Free Pascal
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 it is

RE: [fpc-pascal] 64 bit cross binutils on a 32 bit OS

2013-04-11 Thread Pierre Free Pascal
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

RE: [fpc-pascal] FreeBSD failure compiling fpdoc 2.7.1

2013-03-15 Thread Pierre Free Pascal
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 they

RE: [fpc-pascal] Re: Text IDE, the displayed cursor position

2013-03-07 Thread Pierre Free Pascal
The bug is indeed 64-bit specific... Hopefully fixed in rev 23704, http://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revisionrevision=23704 Pierre Muller -Message d'origine- De : fpc-pascal-boun...@lists.freepascal.org [mailto:fpc-pascal- boun...@lists.freepascal.org] De la part de

RE: [fpc-pascal] Free Pascal 2.6.2 rc1

2012-11-28 Thread Pierre Free Pascal
Bart bartjun...@gmail.com On 11/27/12, Pierre Free Pascal pie...@freepascal.org 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

RE: [fpc-pascal] Free Pascal 2.6.2 rc1

2012-11-27 Thread Pierre Free Pascal
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

RE: [fpc-pascal] StackTop and StackBottom are bogus in a Win32/64 Dll

2012-07-09 Thread Pierre Free Pascal
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

RE: [fpc-pascal] Win64 and currency

2012-03-30 Thread Pierre Free Pascal
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 :

RE: [fpc-pascal] Compiling sources obtained via SVN

2011-10-19 Thread Pierre Free Pascal
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+0x103f):

RE: [fpc-pascal] status of sparc solaris support

2011-06-28 Thread Pierre Free Pascal
-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 28 Jun

RE: Re[4]: [fpc-pascal] Help building fpc svn Win64

2011-01-11 Thread Pierre Free Pascal
-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 Hello