This problem must be very basic, but the solution alludes me.
I am writing a much larger program, but I have distilled the problem down
to the following:
OS: xp professional.
Freepascal: 2.2.2
Using the IDE & FPC
Situation: a unit file: compiles ok.
{**
This problem must be very basic, but the solution alludes me.
I am writing a much larger program, but I have distilled the problem down to
the following:
OS: xp professional.
Freepascal: 2.2.2
Using the IDE & FPC
Situation: a unit file: compiles ok.
{*
Giovanni Premuda schreef:
Michalis Kamburelis wrote:
In case someone wonders how to workaround this bug
http://mantis.freepascal.org/view.php?id=11837
(occurs with GTK >= 2.13.4, e.g. on Ubuntu 8.10 we have GTK 2.14):
I found that the quick workaround that works is to pass --noinhibit-exec
to
Hi,
I am running FPC 2.3.1 under Linux 2.6.26 on a twin CPU AMD Athlon MP
system.
Whenever I instantiate multiple descendants of the TThread class, they
all seem to run on the same CPU, which is the same CPU as the parent
thread is running on. With 21 threads in the program, the system monitor
sh
Michalis Kamburelis wrote:
In case someone wonders how to workaround this bug
http://mantis.freepascal.org/view.php?id=11837
(occurs with GTK >= 2.13.4, e.g. on Ubuntu 8.10 we have GTK 2.14):
I found that the quick workaround that works is to pass --noinhibit-exec
to ld, that is "-k--noinhibit
Michalis Kamburelis schreef:
In case someone wonders how to workaround this bug
http://mantis.freepascal.org/view.php?id=11837
(occurs with GTK >= 2.13.4, e.g. on Ubuntu 8.10 we have GTK 2.14):
I found that the quick workaround that works is to pass --noinhibit-exec
to ld, that is "-k--noinhib
Jonas Maebe wrote:
On 31 Dec 2008, at 17:04, Giulio Bernardi wrote:
Joost van der Sluis ha scritto:
Op woensdag 31-12-2008 om 09:11 uur [tijdzone -0500], schreef César
Espinoza:
Error: Assembler as not found, switching to external assembling
I could be wrong but ch
Hello,
I could not pass the test suite option TEST_REMOTEOPT to the makefile. I
tried TEST_REMOTEOPT=xxx and "TEST_REMOTEOPT=xxx" both did not work on
Win32. I changed the makefile a bit and it works now for me. Don't know,
if this is a proper patch:
Index: tests/Makefile
===