[fpc-devel] tests/test/cg/obj/darwin/powerpc/tcext5.o

2006-05-18 Thread Schindler Karl-Michael
Hi I tried to do the fpc tests and encountered a bug. The file tests/ test/cg/obj/darwin/powerpc/tcext5.o was missing. I created it with gcc -c cext5.c from tests/test/cg/obj/tcext5.c. Then the test run went through. However, I am not sure how cext5.c should be compiled. The notes in

[fpc-devel] 2.0.4-rc2 macosx stuff

2006-07-20 Thread Schindler Karl-Michael
Hi, The bootstrap compiler and the .info files for fink installation are ready. Can someone please upload them? http://michael-ep3.physik.uni-halle.de/fpc-2.0.4.powerpc- darwin.bootstrap.tar.bz2 should go to: fpc/beta/2.0.4-rc2/source/ http://michael-ep3.physik.uni-halle.de/fpc.info and

Re: [fpc-devel] 2.0.4-rc2 macosx stuff

2006-07-21 Thread Schindler Karl-Michael
Hi Am 20. Jul 2006 um 22:33 schrieb Tomas Hajny: On 20 Jul 06, at 21:11, Jonas Maebe wrote: On 20 Jul 2006, at 15:18, Schindler Karl-Michael wrote: . . http://michael-ep3.physik.uni-halle.de/fpc.info and http://michael-ep3.physik.uni-halle.de/fpc-doc.info I think the .info files should

Re: [fpc-devel] OS X make cycle compilation broken

2006-12-11 Thread Schindler Karl-Michael
Am 11. Dez 2006 um 14:13 schrieb Jonas Maebe: On 11 dec 2006, at 13:59, Jonas Maebe wrote: Hard to do with i386-darwin, no ;)? I didn't break the cycle when starting with 2.1.1 :) Besides, this person is using ppc anyway: /usr/local/bin/ppcppc -dNOMOUSE -dFPC_USE_LIBC -Fi../inc -Fi../

[fpc-devel] Problem when doing a make -C ide install on macosx

2006-12-15 Thread Schindler Karl-Michael
Hi There is no libgdb support for macosx yet. but make or make nodbg produces a usable ide. However, make install issues a $(MAKE) -C ../packages/base/gdbint which fails with libgdb.a not found, using default GDB GDB_V6 /usr/local/bin/ppc386 -Fu../../../rtl/units/i386-darwin -Fl../../../

Re: [fpc-devel] FPC 2.2 online documentation problem

2007-09-05 Thread Schindler Karl-Michael
Hi Am 5. Sep 2007 um 09:44 schrieb Graeme Geldenhuys: Hi Looking at the online documentation at: http://www.freepascal.org/docs-html/prog/prog.html The html navigation seems to be broken. I remember a few months back someone also raised such a issue and was under the impression it was

Re: [fpc-devel] FPC 2.2 online documentation problem

2007-09-05 Thread Schindler Karl-Michael
Hi Am 5. Sep 2007 um 10:44 schrieb Michael Van Canneyt: On Wed, 5 Sep 2007, Graeme Geldenhuys wrote: Hi Looking at the online documentation at: http://www.freepascal.org/docs-html/prog/prog.html The html navigation seems to be broken. I remember a few months back someone also raised such

Re: [fpc-devel] Re: FPC 2.2 HTML docs issues

2007-09-21 Thread Schindler Karl-Michael
Hi, As I said, I had some problems to get tex4ht running. After contacting the maintainer he pointed me to a new version of tex4ht, which ran out of the box. However, the new version produced screwed up links. I have to check, whether it is a question of the tex4ht version or my

[fpc-devel] readme.txt of test suite

2008-04-25 Thread Schindler Karl-Michael
Hi, I tried the test suite and found that the readme should be improved. This is what I did: 1) Put the usage paragraph to the top. 2) Add the now required make option TEST_FPC=path_to_your_compiler 3) corrected make rundigest to make digest 3) several small layout and wording changes This

[fpc-devel] SDL on Mac OS X 10.5 and fpc 2.3.1

2008-05-05 Thread Schindler Karl-Michael
Hi all, SDL is used in the program Ultrastar. on macosx 10.5 and fpc 2.3.1 sdl_init leads to a large number of warnings. This is the line with sdl_init: SDL_Init(SDL_INIT_VIDEO or SDL_INIT_TIMER); This is the related part of the output: 2008-05-05 01:17:26.689 UltraStar[22982:807]

[fpc-devel] replacement for msgdif utility

2009-01-28 Thread Schindler Karl-Michael
Hi, When updating the error message file and using the msgdif utility, I remembered that a new utility for working on error message files was mentioned in the mailing list or the irc channel, or so. However, searching and browsing (for example the mailing lists and irc channel logs) did

[fpc-devel] Cross compile to linux

2009-04-01 Thread Schindler Karl-Michael
If you use fink for the installation of fpc, you can install everything you need with fink install fpc-i386-linux then compiling with -Tlinux should work. this installs also the linux binutils as dependicies. I haven't tested it heavily, so I am interested in feedback. Best wishes -

[fpc-devel] Re: FPC + Haiku: how good is it?

2010-05-13 Thread Schindler Karl-Michael
Hi, My 2 cents regarding crosscompiling to Haiku: The original binutils from gnu do not support haiku directly. The point is that the Haiku project hosts its own modified version of the binutils, which have not been backported to the gnu source. The Haiku binutils are also not the most recent

[fpc-devel] Re: fcl-web example and new testsuite website

2010-05-31 Thread Schindler Karl-Michael
Hi In the buttons the ALL selection (for example in cpu, os or version) selects none. Screenshot of Safari: http://img338.imageshack.us/f/bildschirmfoto20100531u.png/ Mischi. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

[fpc-devel] Re: Purpose of uses ... in?

2010-07-12 Thread Schindler Karl-Michael
Marco van de Voort wrote on Mon, 12 Jul 2010: In our previous episode, Hans-Peter Diettrich said: Then we could start by immediately flagging all uses of in as deprecated, unless e.g. TP7 or Delphi mode is selected. When the users can demonstrate that they still need such a feature, we

[fpc-devel] Re: Purpose of uses ... in?

2010-07-14 Thread Schindler Karl-Michael
-ASCII In our previous episode, Schindler Karl-Michael said: thread saying that they use this functionality (both in FPC and in Delphi). Therefore I don't think it is a good idea to remove or change it. If different functionality is desired, I think it's better to add a different

[fpc-devel] Re: fpc 2.5.1. broken for arm-wince

2011-05-27 Thread Schindler Karl-Michael
Hi, I get the following error while compiling fpc 2.5.1 for arm-wince: c:/lazarus/source/fpcbuild/trunk/fpcsrc/compiler/ppcrossarm.exe -Twince -Parm -XParm-wince- -Xr -Ur -Xs -O2 -n -S2h -FuC:/lazarus/source/fpcbuild/trunk/fpcsrc/rtl/units/arm-wince -Fisrc/wince -Fisrc -Fisrc/win

[fpc-devel] Re: Problems with building x86_64 on darwin

2013-11-25 Thread Schindler Karl-Michael
Date: Mon, 25 Nov 2013 15:33:08 -0600 From: Andrew Brunner atbrun...@aurawin.com Subject: Re: [fpc-devel] Problems with building x86_64 on darwin Message-ID: 5293c214.9070...@aurawin.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Lazarus cannot yet be compiled for x86-64

[fpc-devel] avr-embedded

2014-08-13 Thread Schindler Karl-Michael
Hi. I tried to understand where to continue the development of the avr-embedded target, but got stuck. I know that the architecture-specific files are under compiler/avr and rtl/avr (the latter do not seem to be relevant, yet) and someone (fpk?) mentioned strings in the past, but that is

Re: [fpc-devel] avr port: avrsim.pp

2015-04-12 Thread Schindler Karl-Michael
Am 12.04.2015 um 12:00 schrieb fpc-devel-requ...@lists.freepascal.org: Date: Sun, 12 Apr 2015 10:38:00 +0200 From: Jeppe Johansen je...@j-software.dk To: FPC developers' list fpc-devel@lists.freepascal.org Subject: Re: [fpc-devel] avr port: avrsim.pp Message-ID: 552a2ee8@j-software.dk

[fpc-devel] tuples

2015-07-19 Thread Schindler Karl-Michael
Date: Sun, 19 Jul 2015 10:33:56 +0200 (CEST) From: Michael Van Canneyt mich...@freepascal.org To: FPC developers' list fpc-devel@lists.freepascal.org Subject: Re: [fpc-devel] Pascal Standard, and what we can do. … snippet … You can start e.g. by adding the tuples idea which was

Re: [fpc-devel] FPC 3.0.2 release target

2016-06-03 Thread Schindler Karl-Michael
Hi. Could revision 32125 please be merged. Without it mode iso would still be broken. See http://bugs.freepascal.org/view.php?id=28862 Thanks - MiSchi. ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] fpc iso mode

2016-02-05 Thread Schindler Karl-Michael
> Am 05.02.2016 um 12:00 schrieb mar...@stack.nl (Marco van de Voort): > > Date: Thu, 4 Feb 2016 12:56:14 +0100 (CET) > From: mar...@stack.nl (Marco van de Voort) > Subject: Re: [fpc-devel] fpc iso mode > Message-ID: <20160204115614.2fc8073...@toad.stack.nl> > > Btw, ISO is not in -h, not even

[fpc-devel] iso 7185 compliance statement

2016-02-05 Thread Schindler Karl-Michael
Hi An ISO compiler should make a compliance statement in a defined way. My suggestion would be to extend the output of fpc -i with this statement: Supported ISO modes: The Free Pascal compiler fpc complies with the requirements of level 1 of ISO/IEC 7185. As option to get it individually I

Re: [fpc-devel] fpc iso mode

2016-02-04 Thread Schindler Karl-Michael
> Am 04.02.2016 um 02:40 schrieb fpc-devel-requ...@lists.freepascal.org: > > Date: Wed, 3 Feb 2016 20:00:11 +0100 > From: Sven Barth > Subject: Re: [fpc-devel] fpc iso mode > Message-ID: <56b24e3b.4040...@googlemail.com> > >>> It looks good now, the differences are

[fpc-devel] fpc iso mode

2016-02-03 Thread Schindler Karl-Michael
Hi. With fpc 3.0.0 supporting iso7185 mode I made contact to the people of standard pascal and the p4/p5 compilers and i like to forward their congratulations to you: > It looks good now, the differences are allowed by the standard (precision, > case). > > I'll try to formalize the results

Re: [fpc-devel] fpc-devel Digest, Vol 156, Issue 16

2017-04-26 Thread Schindler Karl-Michael
> Date: Mon, 24 Apr 2017 14:17:46 +0200 > From: Bart > To: fpc-devel > Subject: [fpc-devel] Request for an interim release of the 3.0 branch > Message-ID: > >

[fpc-devel] Free Pascal 3.0.4

2017-09-04 Thread Schindler Karl-Michael
el] Free Pascal 3.0.4 > Message-ID: <20170903125308.2918a50...@toad.stack.nl> > Content-Type: text/plain; charset="US-ASCII" > > In our previous episode, Schindler Karl-Michael said: >> As much as I can see from the commit tags/release_3_0_4, the targets arm-gba >&g

[fpc-devel] Free Pascal 3.0.4

2017-09-03 Thread Schindler Karl-Michael
> Am 03.09.2017 um 12:00 schrieb fpc-devel-requ...@lists.freepascal.org: > > Date: Sun, 3 Sep 2017 11:37:27 +0200 > From: Mattias Gaertner > To: fpc-devel@lists.freepascal.org > Subject: Re: [fpc-devel] [Lazarus] Free Pascal 3.0.4-rc1 released! > Message-ID:

[fpc-devel] Array assignment operator

2018-11-03 Thread Schindler Karl-Michael
Hi I would like to use a simple assignment operator for arrays, with which all elements of an array are assigned to the same value, similar to an extended initialize, not to zero but to a value of choice. A simple example for an integer array would be: myArray := 5; With arrays with

Re: [fpc-devel] Array assignment operator

2018-11-04 Thread Schindler Karl-Michael
> Am 04.11.2018 um 12:00 schrieb Ben Grasset : > > From: Ben Grasset > To: FPC-Devel users discussions > Subject: Re: Array assignment operator > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > On Sat, Nov 3, 2018 at 4:44 PM Gennady Agranov > wrote: > >> Hi, >> >> Leaving

Re: [fpc-devel] FPC trunk embedded avr build broken

2020-08-01 Thread Schindler Karl-Michael
> Am 01.08.2020 um 12:00 schrieb fpc-devel-requ...@lists.freepascal.org: > > Message: 1 > Date: Sat, 1 Aug 2020 02:20:49 +0300 > From: "Dimitrios Chr. Ioannidis" > To: FPC developers' list > Subject: [fpc-devel] FPC trunk embedded avr build broken > Message-ID: > Content-Type: text/plain;