SUSE :: Semantik Won't Install: Couldn't Find Cmake

Jun 26, 2010

I'm trying to install Semantik 0.7.3 on OpenSUSE 11.2 and having difficulties with the dependencies. Here's the last message my terminal spit out on my attempt to start building:

--A whole bunch of stuff the forum apparently won't let me post because it thinks it's URLs and I'm too new--

error: could not open /usr/share/kde4/apps/cmake/modules/KDELibsDependencies.cmake
--End

I'd had some problems with dependencies on the way to this message and installed gcc and g++ successfully to solve them. But now it's telling me can't find KDELibsDependencies.cmake. I've checked it out - it's not in the directory. After installing cmake, I'm kind of at the end of my wits - I just don't know where to look further.

Another hint that seems to be connected with it: As I was trying to install rkward 0.5.3 (also today) it had problems with cmake too:

CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:84 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/home/erget/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):

[Code]....

View 7 Replies


ADVERTISEMENT

General :: E: Couldn't Find Package Libboost-all And Cmake Update?

Feb 20, 2011

I'm trying to install libboost-all and libboost-all-dev, but it says the package couldn't be found! Any idea how to install this via putty now? Also, how can I update my cmake to 2.6.x ? it's at 2.4.7

View 11 Replies View Related

Programming :: Cmake: Using Find_package(Boost) When FindBoost.cmake Is Not In The Default Location?

Feb 23, 2010

I am attempting to compile some code on a cluster where I do not have root access (and is missing many of the libraries I want), and hence have had to create local builds of the boost and opencv libraries (i.e. in /home/username/usr/local). In particular, my cmake depends on:

Code:

find_package(boost)

which my normal development machine finds in:

Code:

/usr/share/cmake-2.6/Modules/FindBoost.cmake

On the cluster I have a version of FindBoost.cmake at:

Code:

/home/username/cmake_modules

How can I tell CMake to look for FindBoost.cmake in that directory, since neither the cmake file, nor the boost install is in the standard location? I've modified the FindBoost.cmake file to make it search in the locally installed boost libraries.

[code]....

View 3 Replies View Related

Networking :: Apt-get Install Always Returns - Couldn't Find Package

Sep 16, 2010

Debian linux:

I've tried apt-get install with the following packages:

And others and always get 'Couldn't find package'.

I tried doing an apt-get update and that worked without problem.

View 11 Replies View Related

Ubuntu :: CMake Can't Find OpenGL?

Oct 4, 2010

I'm trying to install Kicad from source but cmake gives me an error:"- Check for installed OpenGL -- not foundCMake Error at CMakeModules/CheckFindPackageResult.cmake:6 (message): OpenGL was not found - it is required to build Kicad "I have an Nvidia video card with the proprietary drivers installed.I also have glut, (glutg3) installed.I don't understand why cmake can't find OpenGL.

View 9 Replies View Related

Ubuntu :: CMake Can't Find GTK2_GLIBCONFIG_INCLUDE_DIR

Apr 4, 2011

I've tried installing all packages that look like they have anything to do with GTK, but CMake still says "Some or all of the gtk libraries were not found. (missing: GTK2_GLIBCONFIG_INCLUDE_DIR)" and the build fails. What do I need to do to fix this?

P.S.: I'm running Natty. I couldn't find a board for problems with Natty, which is why I posted this here. If such a board exists, and you're a moderator/admin

View 1 Replies View Related

Fedora :: CMake Can Not Find OpenSceneGraph?

Jan 20, 2010

My problem is: CMake can't find OpenSceneGraph package,in spite the fact that it is installed. I tried re-installing it with yum,Furthermore, I do not even know where it is installed, but if I did, I might set up some environment variables to help CMake find it.I for it, and what I found are some libraries in /usr/lib64/, but only regarding osgdb (a part of osg), and directory /usr/lib64/osgPlugins-2.8.2, again filled with files prefixed with osgdb_ and osgWrapper_.Background:I have set up Fedora 11 system in a virtual machine(vbox), in order to be able to use valgrind for memory leak hunting on my project. This project is configured with CMake from the start - so it should be portable. osg is one of the used libraries - and now it makes problems. When I tried uninstalling osg with yum, osgdb_ libs remained behind. If I can completely remove osg, I can download source and compile it and install it by myself - I will try this if no one knows where osg gets installed.

View 2 Replies View Related

Ubuntu :: Running CMake - Could Not Find ZLIB

Aug 28, 2010

I'm trying to install .tar.bz2 app. When I run cmake I get this error message:
Code:
-- Found KDE 4.4 include dir: /usr/include
-- Found KDE 4.4 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find ZLIB (missing: ZLIB_LIBRARIES ZLIB_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindZLIB.cmake:39 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:15 (find_package)
Configuring incomplete, errors occurred!

View 2 Replies View Related

OpenSUSE Install :: Couldn't Find Live Image Configuration File

Aug 12, 2010

I'm getting this error trying to install Live GNOME 32bit v11.3 or 11.4 build 11:

Code:
Couldn't find Live image configuration file

I'm installing from a USB stick. I can install v11.2 the same way no problem. USB stick created using SUSE Studio Image Writer and Win32DiskImager give same results.

View 2 Replies View Related

OpenSUSE Install :: Error In Installing Gcc 4.5.0 - Error Couldn't Find The C Compiler

Sep 9, 2010

i tried to install gcc-4.5.0 on opensuse 11.2 I gave ./configure but it gave the error couldn't find the c compiler.. the message was

[Code]....

View 2 Replies View Related

Ubuntu :: Install G++-3.3 In 10.04 - Error "Couldn't Find Package G++3.3"

May 6, 2011

g++4.4.3 has already been installed in Ubuntu 10.04. However, g++-3.3 is needed to compile a stupid source code (g++-4.4.3 does not work out).

[Code]....

Other g++ versions, including g++-4.1, g++-4.2, g++-4.3, and g++-4.4, are available. Why g++-3.3 is not on the list.....

View 5 Replies View Related

OpenSUSE Install :: Can't Find /dev/sda1 After Update From Suse 11.2

May 22, 2011

I used OpenSuse 11.2 and tried to update it to 11.4 from iso, choosing "update" in the installation dialogue. It went ok, but at first boot something failed and I got the following:

"
doing fast boot
FATAL: Module amd74xx not found
FATAL: ide_pci_generic not found

[code]....

Like this. Then if I choose Y, it starts up to the login screen, but the image is blurry and unreadable. It even logs in, but the desktop is still unreadable. When I choose to boot "failsafe" mode, it boots normally, all graphics look ok. What could I do to boot normal system? I have never experienced any problems like this with Suse 11.2. If I go to the console and type mount /dev/sda1 from failsafe boot, it returns "according to mtab, /dev/sda1 is already mounted on /" I have AMD Athlon Dual Core 4850e and nVidia GeForce 6150SE, Suse is the only OS installed.

View 5 Replies View Related

Ubuntu :: XSBS Cmake Fails With "Could NOT Find PythonLibs"

Jun 20, 2010

I am trying to build the XSBS source code with cmake [URL] but it fails to find PythonLibs with this error:

Code:
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
Call Stack (most recent call first):

[Code].....

View 4 Replies View Related

General :: Install Cmake (Distr Centos 5)

Apr 10, 2011

I am trying to install cmake but got problem.Have in my tmp directory this file;cmake-2.6.4-7.el5.i386.rpm (and when use putty it is shown in red color)When using command;Quote:[root@system tmp]# su -c "yum install cmake*"I got following:Quote:

Loading "protect-packages" plugin
base-kernels | 951 B 00:00

[code]....

View 14 Replies View Related

Ubuntu :: Avidemux Install Cmake. Gives Msgfmt Not Found?

Oct 15, 2010

I am trying to compile Avidemux 2.4.4 from the folder where it is installed.When I type cmake. for compiling it is showing this errorQuote:

CMake Error at cmake/Po.cmake:11 (MESSAGE):
msgfmt not found - po files can't be processed
Call Stack (most recent call first):

[code]....

View 2 Replies View Related

OpenSUSE Install :: Upgrade - Install Any Package From Software.opensuse.org Error ""Couldn't Find XML File" Or Anything Same This"

Aug 2, 2010

When I want upgrade and/or install any package from software.opensuse.org I've got error, "Couldn't find XML file" or anything same this.

View 4 Replies View Related

SUSE / Novell :: Cannot Find Libtk8.4.so For Suse 11.2

Feb 4, 2010

The software use to work well here, but now I got this when I try to run it

sparky: error while loading shared libraries: libtk8.4.so: cannot open shared object file: No such file or directory

But I can not find it.

I also tried

cd /usr/lib
ln -s libtk8.4.so libtk.so.0
ln -s libtcl8.4.so libtcl.so.0

but this does not work neither.

View 4 Replies View Related

Ubuntu :: Error "Could Not Find A Compatible Opengl Display Resolution. Please Check Your Driver Configuration. (Error: Couldn't Find A Matching GLX Visual)"

Jul 22, 2011

I am having issues with 3d I am trying to start up a game called auteria but it displays this error "Could not find a compatible opengl display resolution. Please check your driver configuration. (Error: Couldn't find a matching GLX visual)" I am on ubuntu 10.10 could anybody give me a solution on how to fix this issue?

View 5 Replies View Related

OpenSUSE :: Couldn't Find Running DirectAdmin On 11.3 ?

Oct 13, 2010

I'm planning on running DirectAdmin on OpenSUSE 11.3 but I couldn't find anything about it. So my question is if anyone actually has done it before.. with good results preferably.

View 5 Replies View Related

Ubuntu :: E: Couldn't Find Package Build?

Jun 27, 2010

When I type this command ;sudo apt-get install build essentialI got this ;

Reading package lists... Done
Building dependency tree
Reading state information... Done

[code]...

View 2 Replies View Related

Ubuntu :: Couldn't Find Package Updates

Jul 29, 2010

I had installed Ubuntu server 10.04 and i am trying to install Webmin for GUI.
When i start with "sudo apt-get install update" the following gets displayed...

Reading package list... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package updates

I had configured correct IP address and i am connected with internet. After googling for some time i figured out that missing repository could cause such problem, which i am not sure.

View 9 Replies View Related

Ubuntu :: E: Couldn't Find Package Libmp3lame-dev?

Sep 8, 2010

I'm newbie in ubuntu and trying to install ffmpeg but there's an error which i couldn't figure out.E: Couldn't find package libmp3lame-devi'm trying somethings according to this article;[URl]

View 7 Replies View Related

Ubuntu :: Couldn't Find Instructions Online

Oct 25, 2010

I'm new to linux, have been somewhat of a computer geek my whole life and thought it about time that I delved into the world of linux. So I installed ubuntu 10.04 on my computer. I love it. However, I can't get my wireless to work. In my dorms there are no ethernet hookups, so I have to use the wireless. I typed "sudo lshw -class network" into the root terminal. The important things that I figured out was the bus info: pci@0000:4:06.0 and the pysical id: 6 (not sure if the physical id is important but it sounds like it is). I then did a lspci and found that at bus 04:06.0 it is a RaLink Device 3060. I downloaded the .tar file for the driver. I could not find instructions for it online so I followed the ones for the rt2860 driver : [URL].... I could not get it to work, It built ok and installed ok, but when I do the modprobe I get an error saying the device or resource is busy. Either that or that it cannot be found. One thing that I found weird was that I couldn't get it to build a 3060 driver, it would only build a 3562 one.

View 3 Replies View Related

Ubuntu :: Apt-get Error / E / Couldn't Find Package

Apr 26, 2011

I have ubuntu intrepid installed in one of the amazon servers , when i try to install any software using apt-get i used to get the following error.Code: E: Couldn't find package E: Some index files failed to download, they have been ignored, or old ones used instead.

View 5 Replies View Related

General :: Error: Couldn't Find Clock_gettime?

Jul 3, 2010

When i install libdrm, i get the following error:checking for clock_gettime... no.checking for clock_gettime in -lrt... no.configure: error: Couldn't find clock_gettime

It seems that it cannt find clock_gettime function, but i find it as follow:
$ grep clock_gettime /usr/include/time.h
extern int clock_gettime (clockid_t __clock_id, struct timespec *__tp) __THROW;

View 6 Replies View Related

Software :: E: Couldn't Find Package Sun-java6-jdk?

May 13, 2010

#uuname -a Linux 2.6.18-194.3.1.el5 #1 SMP Sun May 2 04:17:42 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux

# apt-get update
Reading Package Lists... Done
Building Dependency Tree... Done
# apt-get upgrade
Reading Package Lists... Done
Building Dependency Tree... Done

0 upgraded, 0 newly installed, 0 removed and 0 not upgraded. # apt-get install sun-java6-jdk Reading Package Lists. Building Dependency Tree. E: Couldn't find package sun-java6-jdk

# apt-get install aptitude
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package aptitude

View 5 Replies View Related

Slackware :: Firefox 4.0b7 \ Couldn't Find A Slackbuild?

Nov 11, 2010

Firefox 4.0b7 is out. I am compiling it now. First though, I had to update cairo and pixman. Cairo was easy enough modifying the slackbuild, but pixman was a peta. I couldn't find a slackbuild, so I had to really modify one. It worked, though, building pixman first,then cairo. The FF build has been going for about 10 minutes, so I know it has a way to go.

View 13 Replies View Related

Slackware :: Couldn't Find The Kernel Docs That Go With 13.1

Mar 16, 2011

I couldn't find the kernel docs that go with 13.1. These docs would be the result of running this in the top-level kernel source dir.

make pdfdocs
make htmldocs
etc.

Are these not packaged? Are these built ever as part of a release or test cycle? Do any other slackers ever build these? I am seeing lots of errors from make pdfdocs "how much attention is given to DocBook on slackware?".

View 2 Replies View Related

CentOS 5 :: Couldn't Find Git Package In Any Of Yum Repositories

Jul 14, 2009

I have centos 5.3.I couldn't find git package in any of the yum repositories. Is there a package location, version you would recommend.

View 1 Replies View Related

Debian Multimedia :: Couldn't Find Any Of Network Drivers

Aug 14, 2010

After about 2-3 months using Linux i found the right OS for me which is Debian Stable i386 LXDE + OpenBox.When i finally was totally sure about my choice then it was time to buy a new PC. I bought an Acer Aspire 5541.
Well...When i was going to install Debian stable it couldn't find any of my network drivers..so i installed exactly the same but with Testing in the hope of getting every hardware to work with the right drivers. Well.. here is what i have done.Wireless did not work but i fixed it.Sound did not work bit i fixed it.nd to fix my window borders and workplaces (i am not using compiz but for some reason in my last reboot themes , the number of workplaces set to 1 and window borders lost...)

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved