Re: Including -I/usr/include/qt3

2004-11-27 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Sure, but couldn't the individual Makefile.ams have something Angus> like Angus> INCLUDES = $(BOOST_INCLUDES) @X_CFLAGS@ Angus> so only those Makefile.ams that actually need the X includes Angus> use 'em? Yes, that's the idea. It

Re: Including -I/usr/include/qt3

2004-11-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> When did I post this mail? Feels like ages ago! > > Gnus tells me: 7 weeks, 2 days, 8 hours, 42 minutes, 16 seconds ago > (although the 16 seconds part may not be accurate by the time you > read this). ;-) (We seem to be forgetting the no smiley Friday rule.)

Re: Including -I/usr/include/qt3

2004-11-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> When did I post this mail? Feels like ages ago! Gnus tells me: 7 weeks, 2 days, 8 hours, 42 minutes, 16 seconds ago (although the 16 seconds part may not be accurate by the time you read this). Angus> Anyway, thanks, JMarc. --wit

Re: Including -I/usr/include/qt3

2004-11-26 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > Angus> g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost > Angus> -I/usr/include/qt3 -I/usr/X11R6/include -g -O -fno-exceptions > Angus> -W -Wall -c -o ToolbarBackend.o `test -f > Angus> '../../src/ToolbarBackend.C' || echo > Angus> '../../src/'`../../src/ToolbarBa

Re: Including -I/usr/include/qt3

2004-11-26 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> However, Qt is a bit ruder: Angus> g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost Angus> -I/usr/include/qt3 -I/usr/X11R6/include -g -O -fno-exceptions Angus> -W -Wall -c -o ToolbarBackend.o `test -f Angus> '../../src/Toolbar

Including -I/usr/include/qt3

2004-10-06 Thread Angus Leeming
If I "configure --with-frontend='xforms qt gtk'" then the gtk frontend code builds with a whole slew of extra includes. These are not used by the rest of the code base. Good. However, Qt is a bit ruder: g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../boost -I/usr/include/qt3 -I/usr/X11R6/incl