[fpc-devel]fpc and VirtualPC/Mac OS X

2003-10-21 Thread Dr. Karl-Michael Schindler
questions: Did anybody try to compile fpc using any system (Windows or unix or what so ever) under VirtualPC? Did you experience the same problem with math.pp? Can anybody try this with a VirtualPC/Windows setup? Bet wishes - Dr. Karl-Michael Schindler FB Physik Martin-Luther-Universität Halle

[fpc-devel]Re: fpc and VirtualPC/Mac OS X

2003-10-22 Thread Dr. Karl-Michael Schindler
. After Dr. Karl-Michael Schindler FB Physik Martin-Luther-Universität Halle-Wittenberg D-06099 Halle (Saale) Germany Tel.: ++49 (0) 345 552-5563

[fpc-devel]Re: fpc and VirtualPC/Mac OS X

2003-10-23 Thread Dr. Karl-Michael Schindler
The above mentioned errors were due to a type mismatch. I had to change the type valreal from extended to double. This is in the file rtl/inc/systemh.inc. In addition I had to set MaxDouble and MinDouble in objpas/math.pp to other values. As a preliminary i just used the same values as MaxSingle

[fpc-devel]set operation: IN ?

2003-10-23 Thread Dr. Karl-Michael Schindler
When looking through the manual, I got the impression that the set operation IN is not implemented. Is this right? Comments? Michael S. ___ fpc-devel maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel]Re: fpc and VirtualPC/Mac OS X

2003-10-29 Thread Dr. Karl-Michael Schindler
Jonas Maebe wrote lately: Compiling ./x86/aasmcpu.pas Compiling ./x86/itx86att.pas Panic : Internal compiler error, exiting. i386tab.inc(6,15) Fatal: Internal error This is a segmentation fault (e.g. null pointer dereference). Compile with make cycle OPT=-gl -dnocatch to get a full

[fpc-devel]Re: fpc and VirtualPC/Mac OS X

2003-10-29 Thread Dr. Karl-Michael Schindler
Hi there. More on the endless loop problem with ppc1 and rtl/linux/system.pp I ran the offensing command with and without the -gl option and logged verbose output (-va). Without -gl system.pp compiled in reasonable time. Here come more details, without any idea to fix them however:

[fpc-devel] crt unit fix

2005-03-14 Thread Dr. Karl-Michael Schindler
There is a endian related bug in the crt unit, which breaks the examples ex10 and ex11 of the crt docs. The following fixes the bug and makes the code more obvious. I suggest to replace the following two routines. Tested on Mac OS X. It fixes web bug 3788 (I submitted that one) and 3391 as

Re: [fpc-devel] crt unit fix

2005-03-16 Thread Dr. Karl-Michael Schindler
On Mac OS X I could fix it by deleting line 463 and 464 of crt.pp. Then it works with ALL 6 different terminals (Terminal.app, X11, xterm, aterm, eterm, rxvt, mlterm) I have installed. Am 15.03.2005 um 10:20 schrieb Jonas Maebe: On 15 mrt 2005, at 08:51, Dr. Karl-Michael Schindler wrote

Re: [fpc-devel] fink (debian) fpc package for darwin

2005-03-20 Thread Dr. Karl-Michael Schindler
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dr. Karl-Michael Schindler Sent: 19 March 2005 23:11 To: FPC developers' list Subject: [fpc-devel] fink (debian) fpc package for darwin Hi all, In order to get fpc into fink, the darwin/macosx debian package manager it would be necessary to make available

Re: [fpc-devel] Packaging

2005-03-30 Thread Dr. Karl-Michael Schindler
I had exactly the same situation with fpc for fink and solved it exactly as suggested by Daniel Herzog. I would go for Individual bootstrap tar balls for each arch, because this saves a lot of bandwidth. I called the one for macosx/darwin: fpc-1.9.8.darwin.bootstrap.tar.gz. maybe it should be

Re: [fpc-devel] Packaging

2005-03-30 Thread Dr. Karl-Michael Schindler
Does the darwin ppcppc binary actually work on linux-ppc? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] linking with SDL libs fails.

2005-04-05 Thread Dr. Karl-Michael Schindler
Hi when compiling lentilwars from Almindor, I encounter the following error when linking. This is definitely a problem above my level :) btw. The SDL libs are installed through fink and are found. Any hints are welcome. Here comes the log: michael-pbook-ep3:~/Desktop/Downloads/Lentilwars

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Dr. Karl-Michael Schindler
Hi, Am 15.06.2005 um 14:47 schrieb Jonas Maebe: On 15 jun 2005, at 14:24, Tom Verhoeff wrote: However, it still doesn't explain why under Linux, I don't have to add any extra library search paths, but under Mac OS X, I do That's because /sw/lib is not a default search path for the linker

Re: [fpc-devel] Library and unit search paths under MacOSX with fpc 2.0.0?

2005-06-15 Thread Dr. Karl-Michael Schindler
Am 15.06.2005 um 15:54 schrieb Jonas Maebe: On 15 jun 2005, at 15:35, Dr. Karl-Michael Schindler wrote: The changed fpc.cfg file has to be put into the darwin bootstrap tar ball, which also contains the bootstrap compiler. sorry for the lack of documentation. Actually my fpc.cfg file

Re: [fpc-devel] make cycle fails on darwin

2005-10-01 Thread Dr. Karl-Michael Schindler
Hi, It looks like Peter's fix to tthread.inc and termiosproc.inc for linux and freebsd (revission 1221) should also be applied to openbsd, netbsd, darwin and maybe netwlibc. Michael. Am 01.10.2005 um 12:23 schrieb Vincent Snijders: Hi, When I try to do a make cycles, it fails on

[fpc-devel] fpc 2.1.1 bugs in terminal related apps.

2005-10-06 Thread Dr. Karl-Michael Schindler
Hi, I tried the latest revision (1307) of fpc, but it still shows the same bugs: The following apps are compiled without problems but crash heavily with runtime error when run on macosx and sure enough they ran some time ago. ide/fp fv/test/testapp docs/videoex/ex1 After the crash the

Re: [fpc-devel] fpc 2.1.1 bugs in terminal related apps.

2005-10-06 Thread Dr. Karl-Michael Schindler
I narrowed down the revision. Both issues show up when going from 1291 to 1292.That is the fixes of isatty in  rtl/unix/ crt.pp keyboard.pp ttyname.inc video.pp do not work on macosx. Feedback on other systems is still missingMichael SchindlerAm 06.10.2005 um 15:40 schrieb Dr. Karl-Michael

Re: [fpc-devel] Unicode RTL

2005-11-17 Thread Dr. Karl-Michael Schindler
Hi Following this discussion, I want to throw in my 2 cents as well: On a real long term (like 5 or 10 years from now), the solution should be as clean as possible with as little awkward parts because of backward compatibility. This favors of a more separate solution with a compatibility

Re: [fpc-devel] PR: What sites to spam for 2.0.2 release?

2005-12-09 Thread Dr. Karl-Michael Schindler
Dear Tom, I agree in general. However, I suggest to wait with the announcements in the Mac channels until fpc 2.0.2 is available through fink. I am just getting it together and It should be done in short time, one maybe two weeks from now. The .dmg package should be mentioned as well. Am

[fpc-devel] darwin-i386

2006-03-07 Thread Dr. Karl-Michael Schindler
Hi, As told on the irc channel. I have an Intel/iMac, where I could do tests for i386-darwin. But would need some guidance. No direct ssh, though, because of NAT. double tunnel would be a possibility. ___ fpc-devel maillist -

Re: [fpc-devel] space char inside identifier's name

2006-03-25 Thread Dr. Karl-Michael Schindler
Hi Am 25.03.2006 um 09:39 schrieb Micha Nelissen: On Sat, 25 Mar 2006 15:21:38 +0700 Bisma Jayadi [EMAIL PROTECTED] wrote: type Main Form: TForm; var this is a integer variable: integer; if Main Form.Left = 10 then ... procedure Main Form.Edit Change(Event: TDOMEvent); WWWHHH!

Re: [fpc-devel] Tiger XCode

2006-04-12 Thread Dr. Karl-Michael Schindler
Hi all, i haven't done so. but maybe I'll try during the next days. fpc 2.1.1 or 2.0.2? Am 12.04.2006 um 14:08 schrieb Paul Davidson: The Tiger 10.4.6 OS with XCode 2.2.1 does not seem to work with current FPC templates for Mac OS X. Has anyone been able to compile a program using this

[fpc-devel] iinstall/doc/whatsnew.txt

2006-07-16 Thread Dr. Karl-Michael Schindler
Hi, I think two line breaks should be added to make the formatting to look nicer. Free Pascal Compiler Version 2.0.4 ** What's

[fpc-devel] Mac OS X Quickstart section in README file

2006-07-18 Thread Dr. Karl-Michael Schindler
There is no Mac OS X Quickstart section in the install/doc/readme.txt file, although needed, in particular for the ReadMe.txt File of Mac OS X .dmg package. This is my suggestion, which is partly based on what I found in install/macosx/resources/ReadMe.txt:

[fpc-devel] Re: Can you cross compile from Intel OS X to Linux?

2009-04-01 Thread Dr. Karl-Michael Schindler
Hi 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 dependencies. I haven't tested it heavily, so I am interested in feedback. Best wishes -