[fpc-pascal] Re: fpc-pascal Digest, Vol 106, Issue 26

2013-04-11 Thread Schindler Karl-Michael
Am 11.04.2013 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > Message: 1 > Date: Thu, 11 Apr 2013 11:16:16 +0300 > From: patspiper > Subject: [fpc-pascal] 64 bit cross binutils on a 32 bit OS > To: FPC-Pascal users discussions > Message-ID: <51667150.2040...@gmail.com> > Content-Type

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

2013-04-11 Thread Schindler Karl-Michael
> Message: 7 > Date: Thu, 11 Apr 2013 15:06:45 +0200 > From: Schindler Karl-Michael > > Subject: [fpc-pascal] Re: fpc-pascal Digest, Vol 106, Issue 26 > To: fpc-pascal@lists.freepascal.org > Message-ID: > Content-Type: text/plain; charset=us-ascii > > I was

[fpc-pascal] Re: is there a ready to use FPC Cross compiler x86-Linux -> MIPS-linux?

2013-06-05 Thread Schindler Karl-Michael
> Date: Wed, 05 Jun 2013 22:33:31 +0800 > From: Dennis Poon > Subject: [fpc-pascal] is there a ready to use FPC Cross compiler > x86-Linux ->MIPS-linux? > To: FPC-Pascal users discussions > Message-ID: <51af4c3b.8050...@avidsoft.com.hk> > Content-Type: text/plain; charset=UTF-8; format=

Re: [fpc-pascal] FPC and Mac OS X 10.5

2008-07-16 Thread Schindler Karl-Michael
Am 16. Jul 2008 um 09:44 schrieb Mattias Gärtner: Zitat von Jonas Maebe <[EMAIL PROTECTED]>: On 15 Jul 2008, at 00:16, Mattias Gaertner wrote: Now only the wrong file formats. zbase, gzio, crc, zdeflate, ... inffast. Hmm. These are only the .o files in paszlib. I can't reproduce it. One t

Re: [fpc-pascal] FPC and Mac OS X 10.5

2008-07-16 Thread Schindler Karl-Michael
Am 16. Jul 2008 um 10:00 schrieb Jonas Maebe: On 16 Jul 2008, at 09:44, Mattias Gärtner wrote: I removed all fpc .o/.ppu files under /usr/local/lib and in lazarus. Then it worked. Apparently somewhere the fpc make install / lazarus make clean does not replace/delete all files. make insta

Re: [fpc-pascal] Installing on Mac OS X

2008-09-01 Thread Schindler Karl-Michael
Hi, I just want to let you know, that I am still active for a lazarus installation using fink. At least some of the problems Paul encounterd should be solved by this. "fink install lazarus" will resolve all dependencies for freepascal, the sources and libs like gdkpixbuf. It will also pu

[fpc-pascal] fpc 2.2.2 in fink for Mac OS X

2008-12-19 Thread Schindler Karl-Michael
Hi A revised version of fpc 2.2.2 has been added to the unstable tree of fink. Main new features are IntelMac crosscompilers for Win32 and linux-i386. The i386 crosscompiler for PowerPC should be added within days. I would welcome test reports. As soon as there is sufficient positive fe

[fpc-pascal] Re: How I can install FPC IDE in MacOS

2009-04-14 Thread Schindler Karl-Michael
Hi, Adam Pahlevi wrote: Is there FPC IDE that can run inside Mac OS X is there, how to install and compile or build or any stuff like that, that I may run? You can install fpc using fink (command: fink install fpc). The stable tree of fink has fpc 2.2.2; 2.2.4 is in the unstable tree. I in

Re: [fpc-pascal] How I can install FPC IDE in MacOS

2009-04-14 Thread Schindler Karl-Michael
On Apr 14, 2009, at 09:17:33, Travis Siegel wrote: I for one have no desire to use lazarius ide, but I would like to use some of the libraries that come with it. I however, have been completely unsuccessful in getting the lazarius environment to build properly on osx. It is supposed to work, bu

[fpc-pascal] Strange error with Pa_IsFormatSupported from portaudio when used with Pascal headers AND Mac OS X.

2010-03-07 Thread Schindler Karl-Michael
Hi If I use Pa_IsFormatSupported from portaudio with a different sample rate than the default, I get a division by zero error or other arithmetic error. However, it needs very special conditions. It does not occur with the same Pascal program on linux. Also the very similar test program pa_devs

[fpc-pascal] Re: Strange error with Pa_IsFormatSupported from portaudio when used with Pascal headers AND Mac OS X.

2010-03-08 Thread Schindler Karl-Michael
Am 08.03.2010 um 10:04 schrieb Jonas Maebe: > >> gdb backtrace shows that it is deep down in Apple libs (probably the reason, >> why it does not happen in linux). > > Have you tried disabling all FPU exceptions? Many Apple frameworks indeed > perform invalid FPU operations. See e.g. > http://

Re: [fpc-pascal] Re: Strange error with Pa_IsFormatSupported from portaudio when used with Pascal headers AND Mac OS X.

2010-03-08 Thread Schindler Karl-Michael
Am 08.03.2010 um 22:25 schrieb Jerry: > This thread implies that there are Pascal headers for portaudio but the link > http://www.microbizz.nl/portaudio-20070809.tar.gz > is dead. Is there another place to download these headers? Yes. they are part of UltraStarDeluxe: http://ultrastardx.svn.sour

Re: [fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

2010-03-16 Thread Schindler Karl-Michael
Hi has there been already been work on a carbon backend of fpGUI? Michael ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpGUI Toolkit v0.7-rc2 for FPC 2.4

2010-04-08 Thread Schindler Karl-Michael
Hi Graeme, I had another go on the Mac. the use of the unit users is still an issue. it should be ok to simply ifndef darwin the lines in fpg_x11.pas Secondly, I did some more debugging regarding the X11 error. It depends on whether the window of the application is the actual toplevel X11 wind

Re: [fpc-pascal] fpGUI Toolkit v0.7-rc2 for FPC 2.4

2010-04-09 Thread Schindler Karl-Michael
Hi Am 08.04.2010 um 22:45 schrieb Graeme Geldenhuys: > From the backtrace the initial problem starts with the call to > WindowSetSupportPING() on line 1424 in fpg_x11.pas. Clearly the Mac > "window manager" doesn't support all the usual features of modern > Linux window managers does. To some ext

Re: [fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

2010-04-10 Thread Schindler Karl-Michael
Hi I tried a bit more using colorlistbox. But what would be as simple as possible X11 examples? working with gdb is quite tedious. Michael___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pasc

Re: [fpc-pascal] RE: Comedi Lib Header translation, was: h2pas enum error

2010-05-30 Thread Schindler Karl-Michael
Am 20.05.2010 um 11:21 schrieb Hartmut Eilers: >> If it is you can resolve it using the C preprocessor using a command >> line similar to this one: > >> cpp --no-stdinc comedi.h > comedi.cpped.h > >> Afterwards try h2pas again. > > I tried the above mentioned fix with the following result: > >

Re: [fpc-pascal] regex vs synregexpr unit

2010-06-05 Thread Schindler Karl-Michael
Hi The pcre library (written in C) has a good reputation. You can get pascal headers from the Project JEDI Code Library (JCL). Mischi___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] playing sound files (linux and windows)

2010-06-14 Thread Schindler Karl-Michael
Hi Graeme Am 14.06.2010 um 15:37 schrieb Graeme Geldenhuys: > Hi, > > Has anybody managed to play sound files under both Linux and Windows? > Does FPC have a cross-platform API or FCL class for this? UltraStarDeluxe uses ffmpeg for decoding and portaudio, a C library, for playback of the strea

Re: [fpc-pascal] code optimization

2010-09-22 Thread Schindler Karl-Michael
> Message: 6 > Date: Wed, 22 Sep 2010 16:08:37 +0200 (CEST) > From: stefan...@web.de > Subject: Re: [fpc-pascal] code optimization > To: fpc-pascal@lists.freepascal.org > Message-ID: > <1487431390.1512221.1285164517310.javamail.fm...@mwmweb065> > Content-Type: text/plain; charset=UTF-8 > > H

Re: [fpc-pascal] FPC - Compile To Android (ARM) On Mac

2011-03-04 Thread Schindler Karl-Michael
Lennie De Villiers wrote: > Hi, > > Has anyone got this right and wiling to share some knowledge? > > cheers > > Lennie Maybe the fink packages for the arm-linux crosscompiler and the arm-linux binutils can help you; at least as a template for starting. Does it matter that they are release

[fpc-pascal] Re: Userfriendly editor

2011-06-08 Thread Schindler Karl-Michael
> Message: 4 > Date: Tue, 7 Jun 2011 20:02:20 +0200 > From: Graeme Geldenhuys > Subject: Re: [fpc-pascal] Userfriendly editor > To: FPC-Pascal users discussions > Message-ID: > Content-Type: text/plain; charset=UTF-8 > > How do you call a FPC 64-bit Linux compiler from a 32-bit WINE editor? > T

[fpc-pascal] Re: Why is Random(255) some 529x slower compared Delphi 7?

2011-12-08 Thread Schindler Karl-Michael
Hi My 2 cents: Since computers get faster and faster with time, there is a time line for more accurate techniques, even if they are more costly. So, shifting to a faster, but less accurate method now, will cause another change in the future. The only question is on the time, when computers are

[fpc-pascal] Re: Why is Random(255) some 529x slower compared to Delphi7?

2011-12-08 Thread Schindler Karl-Michael
> From: Graeme Geldenhuys > Subject: Re: [fpc-pascal] Re: Why is Random(255) some 529x slower > comparedDelphi 7? > To: FPC-Pascal users discussions > Message-ID: > > Content-Type: text/plain; charset=UTF-8 > > On 8 December 2011 11:35, Schindler

Re: [fpc-pascal] fpc2.6.4 compilation problem

2015-01-11 Thread Schindler Karl-Michael
Hi Vahe Am 11.01.2015 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > Message: 4 > Date: Sat, 10 Jan 2015 16:48:52 + (UTC) > From: Vahe Sahakyan > To: "fpc-pascal@lists.freepascal.org" > > Subject: [fpc-pascal] fpc2.6.4 compilation problem > Message-ID: > > <2381777

Re: [fpc-pascal] Lazarus, FreePascal, and translated compiler messages

2015-05-08 Thread Schindler Karl-Michael
Regarding the discussion of the format, I would like to add the following experiences from my activities keeping the German error messages for FreePascal up to date as well as translating the documentation of another project. The hardest work in translation is actually on the language side. Thin

Re: [fpc-pascal] fpc-pascal Digest, Vol 131, Issue 7

2015-05-09 Thread Schindler Karl-Michael
> …. In fact none of the translations > is updated because it is not maintainable. Not true. I have kept the German translations up to date and besides a minor glitch in the UTF-8 version, they also worked. My point of view is that the most important bottle neck is to find a person willing to c

[fpc-pascal] Lazarus, FreePascal, and translated compiler messages

2015-05-10 Thread Schindler Karl-Michael
Am 10.05.2015 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > > I am part of the French Translation Project Team and I would be very > happy to see the POT files for FPC, FPDOC, Lazarus, etc., to this place. > I can even handle it. Of course it takes POT files, which involves > ressour

Re: [fpc-pascal] which GUI (noob)

2015-08-04 Thread Schindler Karl-Michael
Hi my two cents as a long term user of Macs, fpc and lazarus. > Am 04.08.2015 um 20:01 schrieb fpc-pascal-requ...@lists.freepascal.org: > > Though I often read that Mac people never will accept something which is not > made and sold by Apple so a toolkit like MSEgui on Mac is useless and Apple >

Re: [fpc-pascal] fpc-pascal Digest, Vol 134, Issue 33

2015-08-19 Thread Schindler Karl-Michael
Am 19.08.2015 um 22:02 schrieb Jonas Maebe: > > On 19/08/15 13:41, Torsten Bonde Christiansen wrote: >> I'm trying to build the compiler (svn checkout) from scratch using the >> bootstrapper binary "ppcuniversal" >> on a MAC running Mavericks (OS 10.9.x) > > The only supported/hassle-free way to

Re: [fpc-pascal] Error cross compiling trunk for AVR

2017-05-27 Thread Schindler Karl-Michael
> Am 27.05.2017 um 11:26 schrieb fpc-pascal-requ...@lists.freepascal.org: > > Date: Sat, 27 May 2017 07:58:23 +0200 > From: Christo > To: FPC-Pascal users discussions > Subject: [fpc-pascal] Error cross compiling trunk for AVR > Message-ID: <1495864703.20713.7.ca...@gmail.com> > Content-Type: t

Re: [fpc-pascal] fpc-pascal Digest, Vol 161, Issue 18

2017-11-14 Thread Schindler Karl-Michael
> Am 14.11.2017 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > > Date: Sun, 12 Nov 2017 08:56:49 -0500 > From: brian > To: FPC-Pascal users discussions > Subject: [fpc-pascal] FORTRAN from FreePascal > Message-ID: > > Content-Type: text/plain; charset=utf-8 > > I need to tr

Re: [fpc-pascal] FORTRAN from FreePascal

2017-11-17 Thread Schindler Karl-Michael
> Am 17.11.2017 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > > Date: Thu, 16 Nov 2017 20:50:57 -0500 > From: Bo Berglund > To: fpc-pascal@lists.freepascal.org > Subject: Re: [fpc-pascal] FORTRAN from FreePascal > Message-ID: > Content-Type: text/plain; charset=us-ascii > > I hav

Re: [fpc-pascal] FORTRAN from FreePascal

2017-11-20 Thread Schindler Karl-Michael
> Am 20.11.2017 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > > Date: Sun, 19 Nov 2017 11:14:50 + > From: Mark Morgan Lloyd > To: fpc-pascal@lists.freepascal.org > Subject: Re: [fpc-pascal] FORTRAN from FreePascal > Message-ID: > Content-Type: text/plain; charset=utf-8; format

Re: [fpc-pascal] Proper preprocessor?

2018-06-20 Thread Schindler Karl-Michael
> Am 20.06.2018 um 12:00 schrieb fpc-pascal-requ...@lists.freepascal.org: > > Date: Wed, 20 Jun 2018 16:25:39 +0700 > From: Ryan Joseph > To: FPC-Pascal users discussions > Subject: Re: [fpc-pascal] Proper preprocessor? > Message-ID: > Content-Type: text/plain; charset=utf-8 > > How does

Re: [fpc-pascal] FPC 3.2 error when cross compile from Linux x64 to NetBSD

2019-06-25 Thread Schindler Karl-Michael
> Date: Tue, 25 Jun 2019 00:12:06 +0300 > From: "Alexey Tor." mailto:aaa5...@ya.ru>> > To: FPC mail list > > Subject: [fpc-pascal] FPC 3.2 error when cross compile from Linux x64 to > NetBSD > Message-ID:

Re: [fpc-pascal] Looking for testers for 3.2.0 release cross-compilers for NDS, GBA and WII targets

2020-10-05 Thread Schindler Karl-Michael via fpc-pascal
Hi > Am 04.10.2020 um 21:59 schrieb fpc-pascal-requ...@lists.freepascal.org: > > Message: 1 > Date: Sun, 4 Oct 2020 18:35:12 +0200 > From: Pierre Muller > To: fpc-pascal@lists.freepascal.org > Subject: [fpc-pascal] Looking for testers for 3.2.0 release cross-compilers > for NDS, GBA and WII tar