On Wednesday 08 August 2007 16:35, Dan Langille wrote: > Either I need education or the README does. :)
It would help to be a bit more specific since there are a lot of README's. If you are referring to the README in the src/qt-console directory, it could be slightly out of date as it was targeted to developers. Now, building bat providing that qt and qwt are install is handled via ./configure and doing a make in the top level directory. The details on that are in the current development manual in the Install chapter. When you run ./configure it will automatically do the appropriate qmake for you, and when you run make, it will descend into src/qt-console and build bat. When you do "make install" it will install bat in the standard location where bconsole is put ... I hope that helps. I'll look at updating the README to have the above information. Regards, Kern > > I'm trying to build Bat [on FreeBSD]. I have qwt 4.2.0 and qmake > 1.0.7a installed. > > README says to do this: > > qmake > make > > When I run qmake: > > [EMAIL PROTECTED]:~/src/bacula-server-devel/work/bacula-2.1.28/src/qt- > console] $ qmake -v > Qmake version: 1.07a (Qt 3.3.6) > Qmake is free software from Trolltech AS. > [EMAIL PROTECTED]:~/src/bacula-server-devel/work/bacula-2.1.28/src/qt- > console] $ qmake > Usage: qmake [mode] [options] [files] > > QMake has two modes, one mode for generating project files based > on > some heuristics, and the other for generating makefiles. Normally you > shouldn't need to specify a mode, as makefile generation is the > default > mode for qmake, but you may use this to test qmake on an existing > project > > Mode: > -project Put qmake into project file generation mode > In this mode qmake interprets files as files > to > be built, > defaults to *.c; *.ui; *.y; *.l; *.ts; *.h; > *.hpp; *.hh; *.H; *.hxx; *.cpp; *.cc; *.cxx; *.C > -makefile Put qmake into makefile generation mode > (default) > In this mode qmake interprets files as project > files to > be processed, if skipped qmake will try to > find a project > file in your current working directory > > > I tried qmake -project and it created qt-console.pro > > No Makefile was created. > > What have I missed? ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
