Tring to compile with cmake I get this error I say yesterday to mark:
I currently have installed libgtkspell-dev and libgtkspell0, also I never have any cmake compilation.
[ 37%] Building CXX object src/CMakeFiles/inkscape_base.dir/ui/dialog/tile.cpp.o /home/jtx/Development/inkscape/offset/src/ui/dialog/text-edit.cpp:29:32: fatal error: gtkspell/gtkspell.h: No existe el fichero o el directorio compilation terminated. src/CMakeFiles/inkscape_base.dir/build.make:9398: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o' make[2]: *** [src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o] Error 1 make[2]: *** Se espera a que terminen otras tareas.... CMakeFiles/Makefile2:618: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/all' make[1]: *** [src/CMakeFiles/inkscape_base.dir/all] Error 2 Makefile:127: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 2
Thanks in advance, Jabiertxo.
Hi Jabier,
please reply to all recipients.
On Thu, 14 Apr 2016 09:44:51 +0100 Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Tring to compile with cmake I get this error I say yesterday to mark:
I currently have installed libgtkspell-dev and libgtkspell0, also I never have any cmake compilation.
[ 37%] Building CXX object src/CMakeFiles/inkscape_base.dir/ui/dialog/tile.cpp.o /home/jtx/Development/inkscape/offset/src/ui/dialog/text-edit.cpp:29:32: fatal error: gtkspell/gtkspell.h: No existe el fichero o el directorio compilation terminated. src/CMakeFiles/inkscape_base.dir/build.make:9398: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o' make[2]: *** [src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o] Error 1 make[2]: *** Se espera a que terminen otras tareas.... CMakeFiles/Makefile2:618: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/all' make[1]: *** [src/CMakeFiles/inkscape_base.dir/all] Error 2 Makefile:127: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 2
Please provide the output of:
LC_ALL=C make VERBOSE=1
and you can try 'grep -ri gtkspell .' on the cmake build directory (which should be distinct from the source one).
Regards,
Shlomi
Thanks in advance, Jabiertxo.
Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi Shlomi sorry for the direct mail! Trying your steps after a merge on my code I get this on "configure" step: --------------------------------------------------- Building CXX object CMakeFiles/cmTC_b26ce.dir/sigcpp_test.cpp.o
/usr/bin/c++ -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -o CMakeFiles/cmTC_b26ce.dir/sigcpp_test.cpp.o -c /home/jtx/Development/inkscape/offset/CMakeScripts/Modules/sigcpp_te st.cpp
/home/jtx/Development/inkscape/offset/CMakeScripts/Modules/sigcpp_test .cpp:10: 27: fatal error: sigc++/signal.h: No existe el fichero o el directorio
compilation terminated.
CMakeFiles/cmTC_b26ce.dir/build.make:65: fallo en las instrucciones para el
Errors occurred during the last pass --------------------------------------------
Thanks in advance.
El jue, 14-04-2016 a las 13:21 +0300, Shlomi Fish escribió:
Hi Jabier,
please reply to all recipients.
On Thu, 14 Apr 2016 09:44:51 +0100 Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Tring to compile with cmake I get this error I say yesterday to mark:
I currently have installed libgtkspell-dev and libgtkspell0, also I never have any cmake compilation.
[ 37%] Building CXX object src/CMakeFiles/inkscape_base.dir/ui/dialog/tile.cpp.o /home/jtx/Development/inkscape/offset/src/ui/dialog/text- edit.cpp:29:32: fatal error: gtkspell/gtkspell.h: No existe el fichero o el directorio compilation terminated. src/CMakeFiles/inkscape_base.dir/build.make:9398: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o' make[2]: *** [src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o] Error 1 make[2]: *** Se espera a que terminen otras tareas.... CMakeFiles/Makefile2:618: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/all' make[1]: *** [src/CMakeFiles/inkscape_base.dir/all] Error 2 Makefile:127: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 2
Please provide the output of:
and you can try 'grep -ri gtkspell .' on the cmake build directory (which should be distinct from the source one).
Regards,
Shlomi
Thanks in advance, Jabiertxo.
Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Hi I have a broken cmake base after update my system, so clean it and now start compiling, if have problems put the output of Shlomi sugestion,
Cheers, jabier.
El jue, 14-04-2016 a las 18:57 +0100, Jabier Arraiza escribió:
Hi Shlomi sorry for the direct mail! Trying your steps after a merge on my code I get this on "configure" step:
Building CXX object CMakeFiles/cmTC_b26ce.dir/sigcpp_test.cpp.o
/usr/bin/c++ -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -o CMakeFiles/cmTC_b26ce.dir/sigcpp_test.cpp.o -c /home/jtx/Development/inkscape/offset/CMakeScripts/Modules/sigcpp_ te st.cpp
/home/jtx/Development/inkscape/offset/CMakeScripts/Modules/sigcpp_te st .cpp:10: 27: fatal error: sigc++/signal.h: No existe el fichero o el directorio
compilation terminated.
CMakeFiles/cmTC_b26ce.dir/build.make:65: fallo en las instrucciones para el
Errors occurred during the last pass
Thanks in advance.
El jue, 14-04-2016 a las 13:21 +0300, Shlomi Fish escribió:
Hi Jabier,
please reply to all recipients.
On Thu, 14 Apr 2016 09:44:51 +0100 Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Tring to compile with cmake I get this error I say yesterday to mark:
I currently have installed libgtkspell-dev and libgtkspell0, also I never have any cmake compilation.
[ 37%] Building CXX object src/CMakeFiles/inkscape_base.dir/ui/dialog/tile.cpp.o /home/jtx/Development/inkscape/offset/src/ui/dialog/text- edit.cpp:29:32: fatal error: gtkspell/gtkspell.h: No existe el fichero o el directorio compilation terminated. src/CMakeFiles/inkscape_base.dir/build.make:9398: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o' make[2]: *** [src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o] Error 1 make[2]: *** Se espera a que terminen otras tareas.... CMakeFiles/Makefile2:618: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/all' make[1]: *** [src/CMakeFiles/inkscape_base.dir/all] Error 2 Makefile:127: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 2
Please provide the output of:
and you can try 'grep -ri gtkspell .' on the cmake build directory (which should be distinct from the source one).
Regards,
Shlomi
Thanks in advance, Jabiertxo.
Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
I added a section on the "Working with cmake" page of the Inkscape wiki on how to clean up cmake cache/files.
http://wiki.inkscape.org/wiki/index.php/Working_with_CMake
Mvh
/Olof ----------------- Är du systemutvecklare? Spana in https://cilamp.se
On 15 April 2016 at 00:26, Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Hi I have a broken cmake base after update my system, so clean it and now start compiling, if have problems put the output of Shlomi sugestion,
Cheers, jabier.
El jue, 14-04-2016 a las 18:57 +0100, Jabier Arraiza escribió:
Hi Shlomi sorry for the direct mail! Trying your steps after a merge on my code I get this on "configure" step:
Building CXX object CMakeFiles/cmTC_b26ce.dir/sigcpp_test.cpp.o
/usr/bin/c++ -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -pthread -fopenmp -std=c++11 -o CMakeFiles/cmTC_b26ce.dir/sigcpp_test.cpp.o -c /home/jtx/Development/inkscape/offset/CMakeScripts/Modules/sigcpp_ te st.cpp
/home/jtx/Development/inkscape/offset/CMakeScripts/Modules/sigcpp_te st .cpp:10: 27: fatal error: sigc++/signal.h: No existe el fichero o el directorio
compilation terminated.
CMakeFiles/cmTC_b26ce.dir/build.make:65: fallo en las instrucciones para el
Errors occurred during the last pass
Thanks in advance.
El jue, 14-04-2016 a las 13:21 +0300, Shlomi Fish escribió:
Hi Jabier,
please reply to all recipients.
On Thu, 14 Apr 2016 09:44:51 +0100 Jabier Arraiza <jabier.arraiza@...2893...> wrote:
Tring to compile with cmake I get this error I say yesterday to mark:
I currently have installed libgtkspell-dev and libgtkspell0, also I never have any cmake compilation.
[ 37%] Building CXX object src/CMakeFiles/inkscape_base.dir/ui/dialog/tile.cpp.o /home/jtx/Development/inkscape/offset/src/ui/dialog/text- edit.cpp:29:32: fatal error: gtkspell/gtkspell.h: No existe el fichero o el directorio compilation terminated. src/CMakeFiles/inkscape_base.dir/build.make:9398: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o' make[2]: *** [src/CMakeFiles/inkscape_base.dir/ui/dialog/text-edit.cpp.o] Error 1 make[2]: *** Se espera a que terminen otras tareas.... CMakeFiles/Makefile2:618: fallo en las instrucciones para el objetivo 'src/CMakeFiles/inkscape_base.dir/all' make[1]: *** [src/CMakeFiles/inkscape_base.dir/all] Error 2 Makefile:127: fallo en las instrucciones para el objetivo 'all' make: *** [all] Error 2
Please provide the output of:
and you can try 'grep -ri gtkspell .' on the cmake build directory (which should be distinct from the source one).
Regards,
Shlomi
Thanks in advance, Jabiertxo.
Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Fri, 15 Apr 2016 10:13:11 +0200 Olof Bjarnason <olof.bjarnason@...400...> wrote:
I added a section on the "Working with cmake" page of the Inkscape wiki on how to clean up cmake cache/files.
Thanks, Olof!
-- Shlomi
Mvh
/Olof
participants (3)
-
Jabier Arraiza
-
Olof Bjarnason
-
Shlomi Fish