Re: [fpc-devel] apr.ppu and apr.ppu

2007-07-28 Thread Felipe Monteiro de Carvalho
On 7/28/07, Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > First off, the headers were provided by Felipe, who insisted > that they are treated on an equal basis. For me this is better for people using the bindings, but I didn't think at the time that fpc would put all object files on the same d

Re: [fpc-devel] gtk2 bindings: bug + patch

2007-07-28 Thread Felipe Monteiro de Carvalho
As not having copy+paste on the IDE is a very big problem for Lazarus, could this be merged into fixes 2.2? thanks, -- Felipe Monteiro de Carvalho ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc

Re: [fpc-devel] apr.ppu and apr.ppu

2007-07-28 Thread Jonas Maebe
On 28 Jul 2007, at 16:59, Marco van de Voort wrote: On Sat, 28 Jul 2007, Mattias Gaertner wrote: So, how do you propose to solve this ? One thing would be to add #IFDEF HTTPD1_3 -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/apache-1.3 #endif (similar for others) to the FPC config file. Is this

Re: [fpc-devel] apr.ppu and apr.ppu

2007-07-28 Thread Marco van de Voort
> On Sat, 28 Jul 2007, Mattias Gaertner wrote: > So, how do you propose to solve this ? > > One thing would be to add > #IFDEF HTTPD1_3 > -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/apache-1.3 > #endif > > (similar for others) to the FPC config file. Is this acceptable ? No. Since that kills th

Re: [fpc-devel] apr.ppu and apr.ppu

2007-07-28 Thread Michael Van Canneyt
On Sat, 28 Jul 2007, Mattias Gaertner wrote: > On Wed, 18 Jul 2007 01:11:25 +0200 > Mattias Gaertner <[EMAIL PROTECTED]> wrote: > > > FPC installs these ppu in two flavors: > > apr, apriconv, aprutil, unzip > > And httpd comes even in 3 flavors. > > > > Most fpc.cfg only contain the line: > >

Re: [fpc-devel] apr.ppu and apr.ppu

2007-07-28 Thread Mattias Gaertner
On Wed, 18 Jul 2007 01:11:25 +0200 Mattias Gaertner <[EMAIL PROTECTED]> wrote: > FPC installs these ppu in two flavors: > apr, apriconv, aprutil, unzip > And httpd comes even in 3 flavors. > > Most fpc.cfg only contain the line: > -Fu/usr/lib/fpc/$fpcversion/units/$fpctarget/* > So it depends on

Re: [fpc-devel] gtk2 bindings: bug + patch

2007-07-28 Thread Michael Van Canneyt
On Sat, 28 Jul 2007, Mattias Gaertner wrote: > The TGdkAtom type depends on the processor (32 / 64 bit). > > See attached patch. > > With this patch lazarus clipboard will work on gtk + x86_64. Applied, thanks. Michael. ___ fpc-devel maillist - f

[fpc-devel] gtk2 bindings: bug + patch

2007-07-28 Thread Mattias Gaertner
The TGdkAtom type depends on the processor (32 / 64 bit). See attached patch. With this patch lazarus clipboard will work on gtk + x86_64. Mattias Index: packages/extra/gtk2/gtk+/gdk/gdktypes.inc === --- packages/extra/gtk2/gtk+/gdk