Giter VIP home page Giter VIP logo

Comments (6)

jameskbride avatar jameskbride commented on July 21, 2024

Hi Ross, thanks for reaching out to me. Could you please specify the exact steps you take when you get error? I'm trying to reproduce it but I'm not having much luck. I'm running a fully patched 13.10 install of Ubuntu with cmake version 2.8.11.2. Running cmake . && make from the root directory works for me.

from cmake-hello-world.

RossRogers avatar RossRogers commented on July 21, 2024

This is my build runline:

lubuntu@lubuntu-VirtualBox:~$ git clone https://github.com/jameskbride/cmake-hello-world.git chw2 && \
cd chw2 &&\
cmake . && \
make

Yields:

 
Cloning into 'chw2'...
WARNING: gnome-keyring:: couldn't connect to: /run/user/lubuntu/keyring-vxDqLd/pkcs11: No such file or directory
remote: Counting objects: 29, done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 29 (delta 12), reused 26 (delta 9)
Unpacking objects: 100% (29/29), done.
-- The C compiler identification is GNU 4.7.2
-- The CXX compiler identification is GNU 4.7.2
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/lubuntu/chw2
Scanning dependencies of target Hello
[ 50%] Building CXX object Hello/CMakeFiles/Hello.dir/Speaker.cpp.o
Linking CXX static library libHello.a
[ 50%] Built target Hello
Scanning dependencies of target CMakeHelloWorld
[100%] Building CXX object CMakeFiles/CMakeHelloWorld.dir/HelloWorld.cpp.o
/home/lubuntu/chw2/HelloWorld.cpp:1:21: fatal error: Speaker.h: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/CMakeHelloWorld.dir/HelloWorld.cpp.o] Error 1
make[1]: *** [CMakeFiles/CMakeHelloWorld.dir/all] Error 2
make: *** [all] Error 2

uname -a prints:

 Linux lubuntu-VirtualBox 3.5.0-44-generic #67-Ubuntu SMP Tue Nov 12 19:38:19 UTC 2013 i686 i686 i686 GNU/Linux

from cmake-hello-world.

jameskbride avatar jameskbride commented on July 21, 2024

Hmmm, interesting. You're not doing anything out of the ordinary. I tested the script with the additional line (include_subdirectories(Hello)), and it still compiles just fine. I have added it to the script, but according to everything I've read and how it previously behaving that line shouldn't matter. I appreciate you taking the time to let me know about this.

from cmake-hello-world.

RossRogers avatar RossRogers commented on July 21, 2024

My exact runline works for you?

On Thu, Dec 26, 2013 at 12:33 PM, Jim Kirkbride [email protected]:

Hmmm, interesting. You're not doing anything out of the ordinary. I tested
the script with the additional line (include_subdirectories(Hello)), and it
still compiles just fine. I have added it to the script, but according to
everything I've read and how it previously behaving that line shouldn't
matter. I appreciate you taking the time to let me know about this.


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-31234685
.

from cmake-hello-world.

jameskbride avatar jameskbride commented on July 21, 2024

Yes, but like I said, it was working prior to that as well. I'm still not 100% certain why you were having problems, but I went ahead and added the line as it doesn't break anything. What version of CMake are you using?

from cmake-hello-world.

RossRogers avatar RossRogers commented on July 21, 2024

cmake 2.8.0. Oh well. Maybe something is wonky on my machine. I wanted
to make sure it worked before I improved this answer on stack overflow to
include your git repository:
http://stackoverflow.com/a/19269715/20712

Anyways, thanks for your consideration and time.

  • Ross

On Fri, Dec 27, 2013 at 5:41 AM, Jim Kirkbride [email protected]:

Yes, but like I said, it was working prior to that as well. I'm still not
100% certain why you were having problems, but I went ahead and added the
line as it doesn't break anything. What version of CMake are you using?


Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-31260596
.

from cmake-hello-world.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.