Share

GUIDOLib

Subscribe

Compiling samples in linux

You are viewing a single message from this topic. View all messages.

  1. 2009-11-08 14:40:25 UTC

    Thank you very much,Dominique!

    I'm now trying to compile the example1 source which comes in the Qt4 dev kit, but I ran into some problems again

    Here's what I did:

    • Downloaded both 'guidolib-1.38-devkit-linux-x86' (I'm using Ubuntu 9.10 AMD64) and 'guidolib-1.38-devkit-Qt'
    • In synaptic, installed libqt4-dev - Placed 'libGUIDOEngine.so.1.38' in the 'src' folder, as the README said to.
    • In the 'example1' folder, through the console: qmake example1.pro -> cannot find -lGuidoQt
    • In the 'guidoQt' folder: qmake guidoqt.pro --> 'printf' was not declared in this scope
    • Included stdio.h in GDeviceQt.cpp. Now it works (was that really missing??)
    • Again, in the 'example1' folder: qmake example1.pro --> cannot find -lguidoengine
    • Changed 'libGUIDOEngine.so.1.38' to 'libguidoengine.so'. It compiles (but that wasn't the solution, was it?)
    • ./example1 --> error while loading shared libraries: libGUIDOEngine.so.1.38: cannot open shared object file: No such file or directory

    What am I missing??

    Thanks!

< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.