-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: Cannot open file ...../T-SPLINE-master/CMakeDoxyfile.tpl for writing #18
Comments
error: Cannot open file C:/Users/�������/Desktop/T-SPLINE-master/CMakeDoxyfile.tpl for writing |
@dimitrioui I am having this problem, and moved the directory several places, but get the same error. What do you mean by "non accessible language"? |
I mean that ..."�������" is in greek an perhaps the compiler does not understand the characters. But this is just a thought. |
Oh. Thanks. Mine is in english, and it still complains. |
Mine also. I 've tried another one who hasn't greek name (as a PC), but same result. I use Cmake and i can build the solution. When i open it with msvc 19 (new) i can run only the "demo" project. |
I was trying to find a way for cmake to exclude building the docs, but there appears to be no option for that. I'm trying to build libosmium. This is terrible. I have spent nearly 48 hours just trying to get osmium. For some reason pip doesn't want to do it nicely. |
Hey @dimitrioui I was thinking, perhaps I can create a CMakeDoxyfile.tpl file, so that one can be found. Can you give me an idea of what your CMakeDoxyfile.tpl looks like? What do you think? |
When I build with Cmake. I receive: CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required): Update the VERSION argument value or use a ... suffix to tell Selecting Windows SDK version 8.1 to target Windows 6.1.7601. Is there pybind11.h in your system (as it seems to be included but is not recognizable)? Because this is what I get when the debbuging finishes. I think that something goes wrong with the "python" adjastments. I mean Build is fine but can't Debug. |
I get the same thing about the cmake version.
...and ends something like this...
How does your CMakeDoxyfile.tpl file start and end? |
In the beginning it is like that: Doxyfile 1.8.14#--------------------------------------------------------------------------- Project related configuration options#--------------------------------------------------------------------------- ButI see that it makes a file "CmakeDoxygenDefaults.cmake"... DO NOT EDIT! THIS FILE WAS GENERATED BY CMAKE!" |
That looks so different.
but that didn't change anything. I give up. |
The problem seems to be the choise of the right compiler, but not only this (I have tried x64 and win32). The libraries included in the system might be a big problem as well. We have to do this manually if there are not present. Generally the compatibility of different versions of (compilers and debuggers) do not allow the user to put everything together so easy . The instructions given leave some crusial informations out of sight. Not intentionally. |
I use cygwin to build my projects where possible, since it keeps all my libraries in one place, and any it can't find can look in the path where I have libraries in gnuwin32, and so. |
I have the following problem , after using CMake on Windows7
Selecting Windows SDK version 10.0.17134.0 to target Windows 6.1.7601.
Found OpenMP_C: -openmp
Found OpenMP_CXX: -openmp
Found OpenMP: TRUE
OpenMP Found
error: Cannot open file C:/Users/�������/Desktop/T-SPLINE-master/CMakeDoxyfile.tpl for writing
CMake Error at C:/Program Files (x86)/CMake/share/cmake-3.12/Modules/FindDoxygen.cmake:671 (message):
Unable to generate Doxyfile template: 1
Call Stack (most recent call first):
CMakeLists.txt:45 (FIND_PACKAGE)
CMake Warning (dev) in C:/Program Files (x86)/CMake/share/cmake-3.12/Modules/FindDoxygen.cmake:
Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
and POP. Run "cmake --help-policy CMP0011" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
The included script
affects policy settings. CMake is implying the NO_POLICY_SCOPE option for
compatibility, so the effects are applied to the including context.
Call Stack (most recent call first):
CMakeLists.txt:45 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.
Configuring incomplete, errors occurred!
See also "C:/Users/ΓΙΑΝΝΗΣ/Desktop/T-SPLINE-master/CMakeFiles/CMakeOutput.log".
I can't find a solution for this problem and so i can't debbug on Msvc 2017
The text was updated successfully, but these errors were encountered: