On Saturday 14 July 2007 23:19, Scott Barninger wrote: > On Sat, 2007-07-14 at 16:55 -0400, Michel Meyers wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Kern Sibbald wrote: > > > Hello, > > > > > > I would appreciate it if you two would try the current SVN and see if it can > > > find your installed qwt libraries. If it does not work, please tell me where > > > the libraries are and send me a copy of src/qt-console/bat.pro that was > > > generated. > > > > > > The qwt libraries should be found correctly if you specify: > > > > > > --with-qwt > > > > > > or if you leave it out altogether. If you specify a path, it expects the qwt > > > code to be in path/include and path/lib. > > > > Ok, I've tried it. As you mentioned, it goes out and looks for > > /usr/include/qwt which in my system is the wrong one, so I modified > > bat.pro to point to /usr/include/qwt-qt4. With that done however, bat > > still doesn't compile: > > > For what it's worth, when building the 2.1.26 rpm packages I released > earlier today, I used the latest depkgs, built qwt there by 'make qwt', > and in my configure just did --with-qwt=../depkgs/qwt (more or less).
Thanks. The only caveat is (I think) that qmake requires an absolute path at the point where the with-qwt value is replaced -- otherwise it does some strange things (if I remember right it prefixed the relative path with some environment variable that broke things), though I have to admit that I am not a qmake .pro configuration expert. > See my spec file in SVN. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Bacula-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bacula-devel > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
