Re: Qt2 configure fix

2001-09-21 Thread John Levon
On Fri, Sep 21, 2001 at 10:49:43AM +0900, R. Lahaye wrote: > Yes, I started from scratch: > -- > make distclean > ./autogen.sh > ./configure --with-frontend=qt2 \ > --with-qt2-includes=/usr/X11R6/include/qt2 \ > --wit

Re: Qt2 configure fix

2001-09-19 Thread John Levon
On Wed, Sep 19, 2001 at 03:22:25PM +0100, John Levon wrote: > > PS: One more thing in your script is missing to have it run "out-of-the-box" > > on a FreeBSD OS: prefer "moc2" to "moc", when available. and is there a uic2 as well ? john -- "If you're not part of the problem, you're part of th

Re: Qt2 configure fix

2001-09-19 Thread John Levon
On Wed, Sep 19, 2001 at 02:13:11PM +0900, R. Lahaye wrote: > What about the other necessary patch for compiling qt2: you need to get someone with commit privileges to apply this ! Shout at Lars. > I have tested your new qt script. It doesn't work. I get loads and > loads of "undefined reference

Qt2 configure fix

2001-09-16 Thread John Levon
Rob, this patch should hopefully fix it so we prefer -lqt2 when available. Can you test it (don't forget to ./autogen.sh ;) thanks john -- "What, so the microchips are in the MCU ?" - Sam Burton learning about the PC architecture Index: config/qt2.m4 =