Giter Club home page Giter Club logo

Comments (10)

flashcode avatar flashcode commented on May 21, 2024

Hi,
I tried to compile in a directory with spaces, and install in another directory with spaces, no problem so far. Maybe they have fixed this problem in CMake? (I have CMake version 2.8.12.1)

from weechat.

elfring avatar elfring commented on May 21, 2024

I cloned your current source files for a small test and added a symbolic link for the corresponding directory.

elfring@Sonne:~/Projekte/weechat> ln -s lokal ~/Projekte/weechat/contains\ s\ p\ a\ c\ e\ s

I added the following command in the main CMake script.

message(WARNING "CONFIGURE_FILE: ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in")

I get the expected display during the configuration by the tool "CMake GUI 2.8.12.2".

...
CMake Warning at CMakeLists.txt:125 (message):
  CONFIGURE_FILE: /home/elfring/Projekte/weechat/contains s p a c e
  s/cmake/cmake_uninstall.cmake.in
...

But I wonder that I do not see error messages for the other specified ".in" files.

I find it also strange that I get an error message like the following instead during my build tries.

elfring@Sonne:~/Projekte/Bau/weechat> LANG=C make
/home/elfring/Projekte/weechat/contains s p a c e s/git-version.sh: line 50: cd: /home/elfring/Projekte/weechat/contains: No such file or directory
File config-git.h is up-to-date (git version: "")

How do you think about the applicability of the parameter "VERBATIM"?

from weechat.

elfring avatar elfring commented on May 21, 2024

By the way: Would you like to test what will happen here if an involved directory would contain space characters and semicolons?

from weechat.

flashcode avatar flashcode commented on May 21, 2024

Closing this old issue, if there are still problems please comment or send a pull request, thanks.

from weechat.

elfring avatar elfring commented on May 21, 2024

How do you think about to recheck data processing for CMake lists?

from weechat.

flashcode avatar flashcode commented on May 21, 2024

If there are still issues for you, please show me exactly the location in files (with the steps to reproduce) or provide a pull request, thanks.

from weechat.

elfring avatar elfring commented on May 21, 2024

Another example:

set(LIBDIR ${CMAKE_INSTALL_PREFIX}/lib)

from weechat.

flashcode avatar flashcode commented on May 21, 2024

OK I see, I reopen the issue and will escape properly the variables/parameters in CMake files.

from weechat.

flashcode avatar flashcode commented on May 21, 2024

Finally fixed!

from weechat.

elfring avatar elfring commented on May 21, 2024

Thanks for your script adjustment.

from weechat.

Related Issues (20)

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.