On Tuesday 03 July 2007 15:07, Marc Schiffbauer wrote: > Hi all, > > since bat was born I compiled it now and then to see how it looks > like and to test it a bit. > > I wanted to do this today again (from svn) but it seems much mor > complicated like it used to be in the beginning. > > First I did a "./configure --enable-client-only" to the complete > source tree. > > Now I did the "build-depkgs-qt-console" which seemed to work. > > then "qmake-qt4" and "make". But things like "bacula.h" are not > found this way... > > So I added "-I.." to the Makefile. > > But now it was complaining other things that were not found and I > ended up in some qt3 things not being found?! > > Are ther really parts of bat that need qt3? > > Any hints on how to build it? >
I think the tip is to not use --enable-client-only. Simply do a full ./configure as if you were normally building, then in the top level directory, do make, and it should build providing you have the Qt4 libraries loaded on your system. Qt4 >= 4.2 is required. In any case, bat will only work with a 2.1.x director, so you will need to do a full build anyway. At some point, we will take a look at making enable client only work but there are other more pressing issues at the moment. Thanks for working on testing it :-) ------------------------------------------------------------------------- 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
