Re: [fpc-devel] FPC 2.2.3 i386-darwin snapshot

2008-10-05 Thread Felipe Monteiro de Carvalho
Hello, How would I procede to create the snapshot myself? I really need it. I cannot create toolbars in Cocoa without static. -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/

Re: [fpc-devel] library export in Linux

2008-10-05 Thread ABorka
> Does it also work (instead of only loading) without the ifdef and > without you debuging code? The mod_hello most basic example works (apache 2.2.3 and 2.2.8). But for now, not any vanilla apache module created with file->new->apache module in Lazarus on Linux works (apache 2.2.8, didn't test

Re: [fpc-devel] library export in Linux

2008-10-05 Thread Jonas Maebe
On 05 Oct 2008, at 13:23, Jonas Maebe wrote: On 05 Oct 2008, at 12:59, Felipe Monteiro de Carvalho wrote: On 10/5/08, ABorka <[EMAIL PROTECTED]> wrote: The problem is only there (checked now on apache 2.2.3 also with the latest svn fpc /11864/ and lazarus /16875/ trunk) if {$ifdef WINDOWS

Re: [fpc-devel] library export in Linux

2008-10-05 Thread Jonas Maebe
On 05 Oct 2008, at 12:59, Felipe Monteiro de Carvalho wrote: On 10/5/08, ABorka <[EMAIL PROTECTED]> wrote: The problem is only there (checked now on apache 2.2.3 also with the latest svn fpc /11864/ and lazarus /16875/ trunk) if {$ifdef WINDOWS}//!! not needed exports test_module name 'test

Re: [fpc-devel] library export in Linux

2008-10-05 Thread Felipe Monteiro de Carvalho
On 10/5/08, ABorka <[EMAIL PROTECTED]> wrote: > The problem is only there (checked now on apache 2.2.3 also with the latest > svn fpc /11864/ and lazarus /16875/ trunk) if > > {$ifdef WINDOWS}//!! not needed > exports test_module name 'test_module1'; > {$endif}//!! not needed Well, the

Re: [fpc-devel] Lazarus Apache module crashes during concurrent requests

2008-10-05 Thread ABorka
Hi Jonas, This seems to work on Windows (and solves the problem), but on Linux WaitForThreadTerminate waits forever. WaitForThreadTerminate(BeginThread(@__dummythread), 300); apache just waits and doesn't start until I stop the apache loading with ctrl+c, as if it is in an infinite loop and