On Wed, 4 Oct 2000, Angus Leeming wrote:

> ./configure --host=alphaev5-dec-osf4.0f --prefix=/usr/local 
> --with-extra-inc=/usr/local/include --disable-nls --with-included-gettext 
> --with-qt-includes=$QTINC
> --with-qt-libraries=$QTLIB --with-kde-includes=$KDEINC 
> --with-kde-libraries=$KDELIB -with-frontend=kde
> 
> Note 1
> The Makefile decides that it should use
> MOC = /usr/local/qt/bin/moc
> rather than
> MOC = /usr/users/aleem/OTHERS_CODE/qt-1.44/bin/moc
> 
> If I had defined QTDIR=/usr/users/aleem/OTHERS_CODE/qt-1.44 would this be any 
> different?
>

as you said later defining QTDIR fixes this. Also using --with-qt-dir
should do the same - if it doesn't, *that* is a bug.

Note that doing --with-qt-dir=$QTDIR is un-necessary (assuming the
configury is working as intended).
 
> Note 2
> Code configures and compiles perfectly using shared libraries. I'll try now 
> with static qt and kde libs.
> 

please do thanks

> Note 3
> A small bug report. In the citation dialog, it's possible to add multiple 
> copies of the same key.

I think this is intentional, what if I wanted :

[1, chapter 3, 1, chapter 4]

it's not what *I* would do but I don't think we should needlessly stop
people from doing it. however someone can convince me round if they want
;)
  
> When switching from one browser to the other the key remains active.
> Eg. Switch from "available keys" to "selected keys". "available key" remains 
> highlighted and it's still possible to Add it.

hmm, I'll have a look at this later, and see how confusing this is ...


thanks for your reports !
john

-- 
"The Internet is a shallow and unreliable electronic repository of dirty pictures, 
inaccurate rumors,
 bad spelling and worse grammar, inhabited largely by people with no demonstrable 
social skills."
        - Chronicle of Higher Education

Reply via email to