Re: pkg-config output on the Windows platform?

2006-11-09 Thread John Pye
Hi Tor, Tor Lillqvist wrote: > > > > Can anyone tell me what system pkg-config uses when some/all of the C > > > > Preprocessor paths contain spaces? > > > > How hard would it be to try yourself? ;) > > > Well, quite hard :-). I would have to download and attempt to build all > > of GTK an

Re: pkg-config output on the Windows platform?

2006-11-09 Thread Tor Lillqvist
> > > Can anyone tell me what system pkg-config uses when some/all of the C > > > Preprocessor paths contain spaces? > > How hard would it be to try yourself? ;) > Well, quite hard :-). I would have to download and attempt to build all > of GTK and whatever its dependencies are. Not keen

Re: pkg-config output on the Windows platform?

2006-11-08 Thread John Pye
Hi Tor, Tor Lillqvist wrote: > John Pye writes: > > Can anyone tell me what system pkg-config uses when some/all of the C > > Preprocessor paths contain spaces? > > How hard would it be to try yourself? ;) > Well, quite hard :-). I would have to download and attempt to build all of GTK and w

Re: pkg-config output on the Windows platform?

2006-11-08 Thread Yevgen Muntyan
John Pye wrote: >[snip] > >Can anyone tell me what system pkg-config uses when some/all of the C >Preprocessor paths contain spaces? > > Apparently you just have to use bugzilla here. On linux, with pkg-config 0.21 the following pkg-config --define-variable=prefix="/foo blah" --libs gtk+-2.0

Re: pkg-config output on the Windows platform?

2006-11-08 Thread Tor Lillqvist
John Pye writes: > Can anyone tell me what system pkg-config uses when some/all of the C > Preprocessor paths contain spaces? How hard would it be to try yourself? ;) > For example, is it -L"c:\Program Files\GTK\lib" > or "-Lc:\Program Files\GTK\lib" > or -Lc:\\Program\ Files\\GTK\\lib It

pkg-config output on the Windows platform?

2006-11-08 Thread John Pye
Hi all I am working on some cross-platform problems for the SCons build tool, relating to parsing the output of commands like 'pkg-config' as implemented in GTK and made available under windows as 'pkg-config.exe' in at least some of the binary packages. Can anyone tell me what system pkg-config