LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   I can't compile any QT depending C++ application! (https://www.linuxquestions.org/questions/programming-9/i-cant-compile-any-qt-depending-c-application-55511/)

Paulo Góes 04-17-2003 09:48 AM

I can't compile any QT depending C++ application!
 
I used the following command to install qt2-devel-2.3.2-2cl package

rpm -ivh /mnt/cdrom/conectiva/RPMS/qt2-2.3.2-2cl.i386.rpm

After prcessing that command the expected header files to be placed in /usr/lib/qt2/include aren't there. In that directory were installed (in my point of view, without any reasonable explanation) blinking symbolic links like this:

[root@mymachine include] ls -l qapplication.h

lrwxrwxrwx 1 root root 28 Abr 17 10:48 qapplicaiont.h -> ../src/kernel/qapplication.h

Due to this I can't compile any QT depending C++ application because the required files aren´t in the expected location. Some tips how can I solve this problem?


Thanks
Paulo Góes

Mara 04-17-2003 04:11 PM

You need to find out where are the files installed. A simple method:
locate qapplication.h
I guess you'lll need to make symplinks or copy the headers after you find them.


All times are GMT -5. The time now is 07:56 PM.