Can't build on SUSE

Issue #10 closed
Former user created an issue

Originally reported on Google Code with ID 10

What steps will reproduce the problem?
1. Install SUSE 10.1
2. Get speedcruch from trunk
3. Run ./configure --qtdir=/usr/lib/qt

What is the expected output? What do you see instead?
This message shows up:
"Configuring SpeedCrunch ...
Verifying Qt 4 build environment ... fail"

IMO this is because Qt4 in SUSE in not placed 
in /usr/lib/qt/lib, /usr/lib/qt/bin, etc anymore. moc and qmake for Qt4 
are in /usr/bin.

Reported by ariya.hidayat on 2006-10-08 04:44:06

Comments (5)

  1. Former user Account Deleted

    ``` I added CMakeList.txt for both trunk and branches/0.7 so that it is possible to build SpeedCrunch using CMake (which is indeed very easy to do).

    But the configure script still needs to be fixed. ```

    Reported by `ariya.hidayat` on 2006-10-08 10:44:31

  2. Former user Account Deleted

    ``` Hmm, with SUSE 10.2, this works without problem. ```

    Reported by `ariya.hidayat` on 2007-04-16 08:57:07

  3. Former user Account Deleted

    ``` Let's close this. Version 0.8 will fully support building using CMake, that completely solves compilation problem in SUSE 10.1 and 10.2 ```

    Reported by `ariya.hidayat` on 2007-04-23 09:33:43 - Status changed: `Fixed` - Labels added: Milestone-0.8

  4. Log in to comment