The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
88 views

Compiling HHVM - how to add libpthread to linker?

I am trying to compile HipHop VM on Ubuntu 13.04 and I have this error message: Linking CXX executable gen-ext-hhvm /usr/bin/ld: ../../../bin/libfolly.a(ExceptionTracerLib.cpp.o): undefined ...
0
votes
1answer
66 views

Ubuntu touch tools

I'm doing a porting exercise to port an application from Ubuntu to Ubuntu Touch. The application uses gcc 4.1.2, CMake 2.6.4, binutils 2.22. Q1. What tools are needed for setting up a Ubuntu Touch ...
0
votes
1answer
26 views

Error while installing cmake for Avogadro

While trying to add extenisons in Avogadro, I have installed all the pre-requisites required- cmake, eigen, openbbel, Qt.I am following this link How do I install Avogadro from source after receiving ...
1
vote
0answers
86 views

Unable install cmake and ccmake?

So the thing is I'm trying to install Cmake and cmake-curses-gui. I have updated the system with apt-get-update. sudo apt-get install cmake Reading package lists... Done Building dependency ...
2
votes
1answer
90 views

Could not locate BerkeleyDB

I am trying to install a bitcoin-repote-rpc miner from [http://www.mediafire.com/file/ve608cl5mk1ka3l/bitcoin-remote-rpc-20110227-src.zip] on my laptop running on ubuntu quantal. I need to use CMake ...
3
votes
2answers
285 views

cmake 2.8.9 on Ubuntu 10.04

I have installed cmake using apt-get and the "latest" version is 2.8.0. But when I try to used, my project requires cmake version 2.8.9. I try to update but without any success using apt-get. How ...
0
votes
0answers
30 views

cmakelists.txt not found

i am trying to compile the source of the tutorial plasmoid given here but am getting the following error everytime: cmakelists.txt not found. What should i do? PLease help.
1
vote
0answers
28 views

How do I install Molsketch?

I attempted to install molsketch by running make after running cmake at which point I received the output: [ 1%] Building CXX object ...
2
votes
1answer
217 views

How do I install Avogadro from source after receiving the error below?

The following output comes out of the command cmake source-directory while I was in another directory for the compiling. -- The build type is Release -- Found lupdate: /usr/bin/lupdate-qt4 -- Found ...
4
votes
2answers
147 views

How do I install Eigen2?

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. I've been having trouble installing it. When I ran cmake ...
0
votes
1answer
61 views

Unable to link to VTK library

The project I'm working on fails to link properly. It is built with CMAKE. It use to compile & link fine, before the PC got updated(Buntu11.04 to 12.04, installed packages updated as well). The ...
1
vote
1answer
143 views

Linking error when trying to compile on a shared drive

I am trying to compile OpenCV library on a shared drive on my system. I was able to configure and generate makefiles successfully by using these settings, but when i try to compile I get the following ...
0
votes
0answers
80 views

Qutecom Compilation Problem

i try to compile Qutecom 2.2.1 on my ubuntu. I try to follow the instruction but it give me an error. i try to cmake -DCMAKE_BUILD_TYPE=Debug .. Thanks for any help. CMake Warning (dev) at ...