No rule for target ”/usr/lib/libQtGui.so”

Issue #435 invalid
Former user created an issue

Originally reported on Google Code with ID 435

Steps to reproduce: git pull; cd build; make

Expected behavior: compilation of SC code base

Experienced behavior: compilation aborted because /usr/lib/libQtGui.so does not exist
(neither do /usr/lib/libQtNetWork.prl nor /usr/lib/libQtCore.so)

Product version: 0.10.1

Operating system: Kubuntu 12.04.2LTS

Additional Information: After upgrading from Kubuntu 10.04LTS to 12.04.2LTS a few weeks
ago, I tried to compile the development codebase of SpeedCrunch. Somehow, (c)make does
not look into the path /usr/lib/i386-linux-gnu/ for the Qt libraries (neither .prl
nor .so files). If I manually create soft links for the three library files in /usr/lib,
make runs through fine.

Reported by andreas_scherer@alice.de on 2013-03-17 18:48:47

Comments (3)

  1. Former user Account Deleted
    After removing the temporary soft links in /usr/lib, I started over in the SC source
    tree: In directory src/, I created a new version of the Makefile by invoking qmake
    -o Makefile speedcrunch.pro, and in directory build/, I removed the file CMakeCache.txt.
    Now make runs through again.
    
    Case closed.
    

    Reported by andreas_scherer@alice.de on 2013-03-17 19:03:17

  2. Former user Account Deleted

    Reported by helder.pereira.correia on 2013-03-18 02:33:28 - Status changed: Rejected

  3. Log in to comment