Ticket #71 (closed support: fixed)

Opened 3 years ago

Last modified 3 years ago

Debian etch doesn't have the right qmake ?

Reported by: anonymous Owned by: developer
Priority: normal Milestone:
Component: Vidalia Version:
Keywords: qmake Cc:

Description (last modified by edmanm) (diff)

I'm using etch with 4.0, not 4.1 that is not avalaible

for stable nor testing.

.configure stop with

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

--CUT --

It seems that qmake doesn't know about the option. Is this due to lack of 4.1? Because this leave out all Debian user, there is

any trick to allow Vidalia installation on Debian ?

Thanks a lot. Marco

Change History

Changed 3 years ago by edmanm

  • status changed from new to closed
  • resolution set to duplicate
  • description modified (diff)

One ticket is sufficient. Thanks.

Changed 3 years ago by edmanm

  • type changed from defect to support

We have a few Debian users (on sarge and etch) running Vidalia, including myself. A couple of us have gotten the correct version of Qt (4.1) from backports.org. I assume that's where the others have gotten it as well, but they haven't explicitly said.

Changed 3 years ago by marcoc@…

  • status changed from closed to reopened
  • resolution duplicate deleted

Hi,

I installed all qt4.1 packages as in attached list, and using Vidalia 0.0.6 source but qmake still complain about the 'missing -config option

running on Debian Etch 2.6.15 kernel

Thanks a lot. Marco

..... 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 ....

ii libqt4-core 4.1.3-2 Qt 4 core non-GUI functionality runtime libr ii libqt4-dev 4.1.3-2 Qt 4 development files ii libqt4-gui 4.1.3-2 Qt 4 core GUI functionality runtime library ii libqt4-qt3support 4.1.3-2 Qt 3 compatibility library for Qt 4 ii libqt4-sql 4.1.3-2 Qt 4 SQL database module ii qt4-designer 4.1.3-2 Qt 4 Designer ii qt4-dev-tools 4.1.3-2 Qt 4 development tools ii qt4-doc 4.1.3-2 Qt 4 API documentation ii qt4-qtconfig 4.1.3-2 Qt 4 configuration tool

Changed 3 years ago by marcoc@…

ah, this is the qmake I have

mustafar:~/vidalia-0.0.6# qmake -version Qmake version: 1.07a (Qt 3.3.6) Qmake is free software from Trolltech AS.

Changed 3 years ago by marcoc@…

catch it. some package acrivate the alternative debian feature,

and qmake point to qmake-qt3

simply run

mustafar:~/vidalia-0.0.6# update-alternatives --set qmake /usr/bin/qmake-qt4 Using /usr/bin/qmake-qt4' to provide qmake'.

see here for details http://www.debian-administration.org/articles/91

Changed 3 years ago by edmanm

  • status changed from reopened to closed
  • resolution set to fixed

User was trying to use the wrong qmake.

Note: See TracTickets for help on using tickets.