-
Notifications
You must be signed in to change notification settings - Fork 0
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 in cmake #1
Comments
Those instructions were mostly meant as a quick reminder to those familiar with CMake. But anyway, you can either omit |
CMake Error at CMakeLists.txt:13 (find_package):
By not providing "Findsynfig.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "synfig", but
CMake did not find one.
Could not find a package configuration file provided by "synfig" with any
of the following names:
synfigConfig.cmake
synfig-config.cmake
Add the installation prefix of "synfig" to CMAKE_PREFIX_PATH or set
"synfig_DIR" to a directory containing one of the above files. If
"synfig"
provides a separate development package or SDK, be sure it has been
installed.
El 09/11/17 a las 06:43, caryoscelus escribió:
…
Those instructions were mostly meant as a quick reminder to those
familiar with CMake. But anyway, you can either omit |-GNinja| (and
thus use default generator, e.g. |make| on gnu/linux), or install
ninja (package called |ninja-build| in debian and probably its
derivatives). The rest of instructions do not depend on which make
program you're using.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAnS-W-6Kwz1xyzC8_uS7ffI1hC-3-UKks5s0slGgaJpZM4QXcfS>.
|
You need to build synfig with cmake for build to work seamlessly (see https://github.com/caryoscelus/synfig-playground#dependencies). Also, you'll need either this pr merged or manually add modules into synfig module configuration file (should be installed in /usr/local/etc/synfig_modules.cfg or similar). If you think it's not worth it (it kinda sounds like a lot of trouble for two valuenodes; but when i was creating this repo i believed in synfig moving to CMake completely and having its repos split and that i would still be interested in synfig), you may find it easier to either check out these branches (https://github.com/caryoscelus/synfig/tree/curve_node , https://github.com/caryoscelus/synfig/tree/skeleton_node) or just copy sources into current master and add them into build system. |
It is necessary to compile all synfig?
El 09/11/17 a las 15:53, caryoscelus escribió:
…
You need to build synfig with cmake for build to work seamlessly (see
https://github.com/caryoscelus/synfig-playground#dependencies). Also,
you'll need either this pr <synfig/synfig#325>
merged or manually add modules into synfig module configuration file
(should be installed in /usr/local/etc/synfig_modules.cfg or similar).
If you think it's not worth it (it kinda sounds like a lot of trouble
for two valuenodes; but when i was creating this repo i believed in
synfig moving to CMake completely and having its repos split and that
i would still be interested in synfig), you may find it easier to
either check out these branches
(https://github.com/caryoscelus/synfig/tree/curve_node ,
https://github.com/caryoscelus/synfig/tree/skeleton_node) or just copy
sources into current master and add them into build system.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAnS-bAchlCyPidYHc-VVaivRVkUyVMbks5s00oPgaJpZM4QXcfS>.
|
Well, that's the most straightforward way to install cmake files that are needed by these modules. But actually you can just edit CMakeLists.txt and comment out synfig package search. It may work. |
The text was updated successfully, but these errors were encountered: