Re: qt2 configure

2001-09-26 Thread John Levon
On Wed, Sep 26, 2001 at 06:06:50PM +0900, R. Lahaye wrote: > The qt2.m4 script has an if-then-else clause for which I cannot see what > the boundaries of the then-else parts are (around line 175): > > if test "$ac_qt2_includes" = NO || test "$ac_qt2_libraries" = NO; then Ah ! Good spotting, i

Re: qt2 configure

2001-09-26 Thread Juergen Vigna
On 26-Sep-2001 R. Lahaye wrote: >> Can you confirm that after make distclean, config.cache has been removed >> before you start the configure ? > > Confirmed! No config.cache after the 'make distclean'. > (Distclean doesn't remove Makefile.in, acinclude.m4 and aclocal.m4; > I think it should tho

Re: qt2 configure

2001-09-24 Thread John Levon
On Tue, Sep 25, 2001 at 10:00:59AM +0900, R. Lahaye wrote: >ac_cv_have_qt2=${ac_cv_have_qt2='have_qt2=yes ac_qt2_name= \ this is the crucial problem. ac_qt2_name should never be empty, it should always be either "-lqt" or "-lqt2" The only way I can see this could not be set is by having an

qt2 configure

2001-09-21 Thread John Levon
er, I was talking crap actually, it should be in config.cache you see $ac_qt2_name. Please send me that file too - I cannot understand how QT2_LIBS is empty. You did rm config.cache right ? thanks john -- "If you're not part of the problem, you're part of the problem space."

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 =