speedcrunch / SpeedCrunch

A fast, high-precision and powerful cross-platform desktop calculator.
http://speedcrunch.org
265 stars 38 forks source link

Can't build on SUSE #72

Closed heldercorreia closed 8 years ago

heldercorreia commented 8 years ago

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

heldercorreia commented 8 years ago
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

heldercorreia commented 8 years ago
Hmm, with SUSE 10.2, this works without problem.

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

heldercorreia commented 8 years ago
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