LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Kdevelop, Configure and ksharedptr.h (https://www.linuxquestions.org/questions/suse-opensuse-60/kdevelop-configure-and-ksharedptr-h-409544/)

snoozing 01-30-2006 03:56 AM

Kdevelop, Configure and ksharedptr.h
 
With Suse 10.0 I'm trying to get a C++ IDE up and running--Kdevelop.

The instructions say to run ./configure but in the shell script it fails because it can't find the header file : ksharedptr.h

Question : what magic application/software/package must I install to suddenly be in possesion of thuis ksharedptr.h?

What is the normal way to chase this one?

abisko00 01-30-2006 04:17 AM

Try kdelibs3-devel!

I can recommend a tool called 'pin'. It can search the rpm database and the directory of your installation medium for files. 'pin ksharedptr' resulted in
Code:

------------------------------------------------------------------
*** zgrep ksharedptr /var/lib/pin/ARCHIVES.gz
------------------------------------------------------------------


./DVD1/suse/i586/kdebindings3-python-3.4.2-8.i586.rpm:    -rw-r--r--    1 root    root            1352 Sep 13 06:10
/opt/kde3/share/sip/kdecore/ksharedptr.sip
./DVD1/suse/i586/kdelibs3-devel-3.4.2-24.i586.rpm:    -rw-r--r--    1 root    root            5201 May 23 14:16 /opt
/kde3/include/ksharedptr.h
...



All times are GMT -5. The time now is 03:09 PM.