Re: [fpc-devel] fpc.cfg and apache-modules

2009-02-28 Thread Jonas Maebe
On 28 Feb 2009, at 21:35, ABorka wrote: So when someone compiles the FPC from SVN, which httpd and apr sources will be used for /packages/fcl-web/src/fpapache.pp ? The one from httpd22. You can see this in packages/fcl-web/Makefile.fpc: [require] packages=fcl-base fcl-xml fcl-db fcl-process

Re: [fpc-devel] fpc.cfg and apache-modules

2009-02-28 Thread ABorka
So when someone compiles the FPC from SVN, which httpd and apr sources will be used for /packages/fcl-web/src/fpapache.pp ? There are httpd13 httpd20 and httpd22 directories with some identical unit names (httpd, apr) that are used in fpapache.pp . Joost van der Sluis wrote: Op donderdag 26-02-

Re: [fpc-devel] fpc.cfg and apache-modules

2009-02-26 Thread Joost van der Sluis
Op donderdag 26-02-2009 om 21:02 uur [tijdzone +0100], schreef Jonas Maebe: > > I don't know if the compiler always searches the provided paths > > backwards, > It does. Otherwise it would be impossible to override default search > paths. That's what I thought. But then this did never work? I'

Re: [fpc-devel] fpc.cfg and apache-modules

2009-02-26 Thread Jonas Maebe
On 25 Feb 2009, at 22:33, Joost van der Sluis wrote: I've fixed this issue by moving the apache-section below the general -Fu-section. Because it seems that the compiler searches the given -Fu lines backwards. I don't know if the compiler always searches the provided paths backwards, It does

[fpc-devel] fpc.cfg and apache-modules

2009-02-25 Thread Joost van der Sluis
Hi all, The fpc.cfg file contains a section with some defines to choose which apache units should be used. But they are pointless, because the paths for all the different apache-versions are included in the -Fu lines below the mentioned section in fpc.cfg. I've fixed this issue by moving the apa