Ticket #156 (closed support: fixed)
configure error - qmake -config option not recognised - help please
| Reported by: | smedders | Owned by: | developer |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Vidalia | Version: | |
| Keywords: | Cc: |
Description
Keep getting the same error - see below. Have checked qt install - looks OK. Any clues please ? I am a bit of a linux virgin, so please be kind if I'm being dim. Etract from terminal below. Am on Ubuntu Dapper. Thanks vm for any help
checking for lrelease... /usr/bin/lrelease checking for chmod... /bin/chmod configure: Building in debug mode checking for Makefile... no configure: creating ./config.status config.status: creating doc/vidalia.1 config.status: creating pkg/osx/bundle/buildmpkg.sh config.status: creating pkg/osx/bundle/VidaliaBundleDesc.plist config.status: creating pkg/osx/bundle/VidaliaBundleInfo.plist config.status: creating pkg/osx/bundle/VidaliaDesc.plist config.status: creating pkg/osx/bundle/VidaliaInfo.plist configure: Processing language translations... configure: Running qmake... ***Unknown option -config Usage: /usr/bin/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
