Hello All -
I wanted to take a minute to introduce myself on here, my name is Justin LaRose and I hope to soon be a contributor and start working on some code. I've worked mainly with C# and Visual Basic in the past but am looking forward to working with C++ and learning more about it.
I was having some issues with dependencies when trying to build the developer instance on my laptop (Ubuntu 16.04) and was wondering if anyone might have some time to help me get everything built so I can start to work on some bugs?
I'm looking forward to getting to know everyone better as I learn more about the project and the code base.
Thanks!
Justin LaRose
On Tue, Sep 20, 2016 at 8:29 PM, Justin LaRose wrote:
Hello All -
Hello and welcome, Justin!
I was having some issues with dependencies when trying to build the developer instance on my laptop (Ubuntu 16.04) and was wondering if anyone might have some time to help me get everything built so I can start to work on some bugs?
Sure. Please tell us more about those issues.
Alex
The output I get in the terminal when running Cmake is:
------------------------------ Building Makefile for Inkscape ------------------------------ Source Dir: /home/justin/inkscape Binary Dir: /home/justin -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Creating build files in: /home/justin -- Creating build files in: /home/justin No gmock/gtest found! Perhaps you wish to run 'bash download-gtest.sh' to download it. -- Checking for modules 'pangocairo;pangoft2;fontconfig;gthread-2.0;gsl;gmodule-2.0' -- Found pangocairo, version 1.38.1 -- Found pangoft2, version 1.38.1 -- Found fontconfig, version 2.11.94 -- Found gthread-2.0, version 2.48.1 -- Found gsl, version 2.2.1 -- Found gmodule-2.0, version 2.48.1 -- Checking for module 'x11' -- Found x11, version 1.6.3 -- Checking for module 'gnome-vfs-2.0' -- No package 'gnome-vfs-2.0' found -- Could NOT find LCMS2 (missing: LCMS2_LIBRARY LCMS2_INCLUDE_DIR) -- Checking for module 'lcms' -- No package 'lcms' found -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed -- Found Iconv: /usr/lib/x86_64-linux-gnu/libc.so -- Found Intl: /usr/include CMake Error at CMakeScripts/Modules/FindBoehmGC.cmake:70 (message): Could not find BoehmGC Call Stack (most recent call first): CMakeScripts/DefineDependsandFlags.cmake:110 (find_package) CMakeLists.txt:89 (include)
I believe I had downloaded and installed BoehmGC, but it appears to be causing the error. Is there a particular directory I need to make sure it is in to work with Cmake?
Thank you,
Justin LaRose
On Tue, Sep 20, 2016 at 4:58 PM, Alexandre Prokoudine < alexandre.prokoudine@...400...> wrote:
On Tue, Sep 20, 2016 at 8:29 PM, Justin LaRose wrote:
Hello All -
Hello and welcome, Justin!
I was having some issues with dependencies when trying to build the developer instance on my laptop (Ubuntu 16.04) and was wondering if
anyone
might have some time to help me get everything built so I can start to
work
on some bugs?
Sure. Please tell us more about those issues.
Alex
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
If it's a debian/ubuntu machine, then you need to install the dev package too.
The best way to install everything is to install the inkscape devel ppa from launchpad and then run this command:
apt-get build-dep inkscape-devel
This should fetch for you every required library and install it. It's a super useful command and one that I wish was available to our other developer's platforms.
Best Regards, Martin Owens
On Wed, 2016-09-21 at 18:52 -0400, Justin LaRose wrote:
The output I get in the terminal when running Cmake is:
Building Makefile for Inkscape
Source Dir: /home/justin/inkscape Binary Dir: /home/justin -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Creating build files in: /home/justin -- Creating build files in: /home/justin No gmock/gtest found! Perhaps you wish to run 'bash download- gtest.sh' to download it. -- Checking for modules 'pangocairo;pangoft2;fontconfig;gthread- 2.0;gsl;gmodule-2.0' -- Found pangocairo, version 1.38.1 -- Found pangoft2, version 1.38.1 -- Found fontconfig, version 2.11.94 -- Found gthread-2.0, version 2.48.1 -- Found gsl, version 2.2.1 -- Found gmodule-2.0, version 2.48.1 -- Checking for module 'x11' -- Found x11, version 1.6.3 -- Checking for module 'gnome-vfs-2.0' -- No package 'gnome-vfs-2.0' found -- Could NOT find LCMS2 (missing: LCMS2_LIBRARY LCMS2_INCLUDE_DIR) -- Checking for module 'lcms' -- No package 'lcms' found -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed -- Found Iconv: /usr/lib/x86_64-linux-gnu/libc.so -- Found Intl: /usr/include CMake Error at CMakeScripts/Modules/FindBoehmGC.cmake:70 (message): Could not find BoehmGC Call Stack (most recent call first): CMakeScripts/DefineDependsandFlags.cmake:110 (find_package) CMakeLists.txt:89 (include)
I believe I had downloaded and installed BoehmGC, but it appears to be causing the error. Is there a particular directory I need to make sure it is in to work with Cmake?
Thank you,
Justin LaRose
On Tue, Sep 20, 2016 at 4:58 PM, Alexandre Prokoudine <alexandre.prok oudine@...400...> wrote:
On Tue, Sep 20, 2016 at 8:29 PM, Justin LaRose wrote:
Hello All -
Hello and welcome, Justin!
I was having some issues with dependencies when trying to build
the
developer instance on my laptop (Ubuntu 16.04) and was wondering
if anyone
might have some time to help me get everything built so I can
start to work
on some bugs?
Sure. Please tell us more about those issues.
Alex
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
I was able to add the PPA with no issues, but when I try to run the command above I get the following error:
Reading package lists... Done E: Unable to find a source package for inkscape-devel
Thank you,
Justin LaRose
On Wed, Sep 21, 2016 at 8:38 PM, Martin Owens <doctormo@...400...> wrote:
If it's a debian/ubuntu machine, then you need to install the dev package too.
The best way to install everything is to install the inkscape devel ppa from launchpad and then run this command:
apt-get build-dep inkscape-devel
This should fetch for you every required library and install it. It's a super useful command and one that I wish was available to our other developer's platforms.
Best Regards, Martin Owens
On Wed, 2016-09-21 at 18:52 -0400, Justin LaRose wrote:
The output I get in the terminal when running Cmake is:
Building Makefile for Inkscape
Source Dir: /home/justin/inkscape Binary Dir: /home/justin -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Creating build files in: /home/justin -- Creating build files in: /home/justin No gmock/gtest found! Perhaps you wish to run 'bash download- gtest.sh' to download it. -- Checking for modules 'pangocairo;pangoft2;fontconfig;gthread- 2.0;gsl;gmodule-2.0' -- Found pangocairo, version 1.38.1 -- Found pangoft2, version 1.38.1 -- Found fontconfig, version 2.11.94 -- Found gthread-2.0, version 2.48.1 -- Found gsl, version 2.2.1 -- Found gmodule-2.0, version 2.48.1 -- Checking for module 'x11' -- Found x11, version 1.6.3 -- Checking for module 'gnome-vfs-2.0' -- No package 'gnome-vfs-2.0' found -- Could NOT find LCMS2 (missing: LCMS2_LIBRARY LCMS2_INCLUDE_DIR) -- Checking for module 'lcms' -- No package 'lcms' found -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed -- Found Iconv: /usr/lib/x86_64-linux-gnu/libc.so -- Found Intl: /usr/include CMake Error at CMakeScripts/Modules/FindBoehmGC.cmake:70 (message): Could not find BoehmGC Call Stack (most recent call first): CMakeScripts/DefineDependsandFlags.cmake:110 (find_package) CMakeLists.txt:89 (include)
I believe I had downloaded and installed BoehmGC, but it appears to be causing the error. Is there a particular directory I need to make sure it is in to work with Cmake?
Thank you,
Justin LaRose
On Tue, Sep 20, 2016 at 4:58 PM, Alexandre Prokoudine <alexandre.prok oudine@...400...> wrote:
On Tue, Sep 20, 2016 at 8:29 PM, Justin LaRose wrote:
Hello All -
Hello and welcome, Justin!
I was having some issues with dependencies when trying to build
the
developer instance on my laptop (Ubuntu 16.04) and was wondering
if anyone
might have some time to help me get everything built so I can
start to work
on some bugs?
Sure. Please tell us more about those issues.
Alex
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Justin,
Launch the "Software & Updates" application in Ubuntu, from there check the "Source code" checkbox and then close it and after that the commands "apt-get update" and "apt-get build-dep inkscape-devel". It needs the Source repositories enabled to determine the dependencies, after you have them installed you can disable the "Source code" checkbox again if you want (if you don't normally get source code that way or fulfill dependencies it just slows down checking for updates).
Cheers, Josh
On Wed, Sep 21, 2016 at 7:04 PM, Justin LaRose <justinplarose@...400...> wrote:
I was able to add the PPA with no issues, but when I try to run the command above I get the following error:
Reading package lists... Done E: Unable to find a source package for inkscape-devel
Thank you,
Justin LaRose
On Wed, Sep 21, 2016 at 8:38 PM, Martin Owens <doctormo@...400...> wrote:
If it's a debian/ubuntu machine, then you need to install the dev package too.
The best way to install everything is to install the inkscape devel ppa from launchpad and then run this command:
apt-get build-dep inkscape-devel
This should fetch for you every required library and install it. It's a super useful command and one that I wish was available to our other developer's platforms.
Best Regards, Martin Owens
On Wed, 2016-09-21 at 18:52 -0400, Justin LaRose wrote:
The output I get in the terminal when running Cmake is:
Building Makefile for Inkscape
Source Dir: /home/justin/inkscape Binary Dir: /home/justin -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Creating build files in: /home/justin -- Creating build files in: /home/justin No gmock/gtest found! Perhaps you wish to run 'bash download- gtest.sh' to download it. -- Checking for modules 'pangocairo;pangoft2;fontconfig;gthread- 2.0;gsl;gmodule-2.0' -- Found pangocairo, version 1.38.1 -- Found pangoft2, version 1.38.1 -- Found fontconfig, version 2.11.94 -- Found gthread-2.0, version 2.48.1 -- Found gsl, version 2.2.1 -- Found gmodule-2.0, version 2.48.1 -- Checking for module 'x11' -- Found x11, version 1.6.3 -- Checking for module 'gnome-vfs-2.0' -- No package 'gnome-vfs-2.0' found -- Could NOT find LCMS2 (missing: LCMS2_LIBRARY LCMS2_INCLUDE_DIR) -- Checking for module 'lcms' -- No package 'lcms' found -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed -- Found Iconv: /usr/lib/x86_64-linux-gnu/libc.so -- Found Intl: /usr/include CMake Error at CMakeScripts/Modules/FindBoehmGC.cmake:70 (message): Could not find BoehmGC Call Stack (most recent call first): CMakeScripts/DefineDependsandFlags.cmake:110 (find_package) CMakeLists.txt:89 (include)
I believe I had downloaded and installed BoehmGC, but it appears to be causing the error. Is there a particular directory I need to make sure it is in to work with Cmake?
Thank you,
Justin LaRose
On Tue, Sep 20, 2016 at 4:58 PM, Alexandre Prokoudine <alexandre.prok oudine@...400...> wrote:
On Tue, Sep 20, 2016 at 8:29 PM, Justin LaRose wrote:
Hello All -
Hello and welcome, Justin!
I was having some issues with dependencies when trying to build
the
developer instance on my laptop (Ubuntu 16.04) and was wondering
if anyone
might have some time to help me get everything built so I can
start to work
on some bugs?
Sure. Please tell us more about those issues.
Alex
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Thanks Josh, I enabled the source code checkbox and tried to run the command again and got the same error response. Any ideas on anything else that might be causing it?
Thank you,
Justin LaRose
On Wed, Sep 21, 2016 at 10:48 PM, Josh Andler <scislac@...400...> wrote:
Justin,
Launch the "Software & Updates" application in Ubuntu, from there check the "Source code" checkbox and then close it and after that the commands "apt-get update" and "apt-get build-dep inkscape-devel". It needs the Source repositories enabled to determine the dependencies, after you have them installed you can disable the "Source code" checkbox again if you want (if you don't normally get source code that way or fulfill dependencies it just slows down checking for updates).
Cheers, Josh
On Wed, Sep 21, 2016 at 7:04 PM, Justin LaRose <justinplarose@...400...> wrote:
I was able to add the PPA with no issues, but when I try to run the
command
above I get the following error:
Reading package lists... Done E: Unable to find a source package for inkscape-devel
Thank you,
Justin LaRose
On Wed, Sep 21, 2016 at 8:38 PM, Martin Owens <doctormo@...400...>
wrote:
If it's a debian/ubuntu machine, then you need to install the dev package too.
The best way to install everything is to install the inkscape devel ppa from launchpad and then run this command:
apt-get build-dep inkscape-devel
This should fetch for you every required library and install it. It's a super useful command and one that I wish was available to our other developer's platforms.
Best Regards, Martin Owens
On Wed, 2016-09-21 at 18:52 -0400, Justin LaRose wrote:
The output I get in the terminal when running Cmake is:
Building Makefile for Inkscape
Source Dir: /home/justin/inkscape Binary Dir: /home/justin -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Creating build files in: /home/justin -- Creating build files in: /home/justin No gmock/gtest found! Perhaps you wish to run 'bash download- gtest.sh' to download it. -- Checking for modules 'pangocairo;pangoft2;fontconfig;gthread- 2.0;gsl;gmodule-2.0' -- Found pangocairo, version 1.38.1 -- Found pangoft2, version 1.38.1 -- Found fontconfig, version 2.11.94 -- Found gthread-2.0, version 2.48.1 -- Found gsl, version 2.2.1 -- Found gmodule-2.0, version 2.48.1 -- Checking for module 'x11' -- Found x11, version 1.6.3 -- Checking for module 'gnome-vfs-2.0' -- No package 'gnome-vfs-2.0' found -- Could NOT find LCMS2 (missing: LCMS2_LIBRARY LCMS2_INCLUDE_DIR) -- Checking for module 'lcms' -- No package 'lcms' found -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed -- Found Iconv: /usr/lib/x86_64-linux-gnu/libc.so -- Found Intl: /usr/include CMake Error at CMakeScripts/Modules/FindBoehmGC.cmake:70 (message): Could not find BoehmGC Call Stack (most recent call first): CMakeScripts/DefineDependsandFlags.cmake:110 (find_package) CMakeLists.txt:89 (include)
I believe I had downloaded and installed BoehmGC, but it appears to be causing the error. Is there a particular directory I need to make sure it is in to work with Cmake?
Thank you,
Justin LaRose
On Tue, Sep 20, 2016 at 4:58 PM, Alexandre Prokoudine <alexandre.prok oudine@...400...> wrote:
On Tue, Sep 20, 2016 at 8:29 PM, Justin LaRose wrote:
Hello All -
Hello and welcome, Justin!
I was having some issues with dependencies when trying to build
the
developer instance on my laptop (Ubuntu 16.04) and was wondering
if anyone
might have some time to help me get everything built so I can
start to work
on some bugs?
Sure. Please tell us more about those issues.
Alex
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
On Thu, 2016-09-22 at 12:18 -0400, Justin LaRose wrote:
Thanks Josh, I enabled the source code checkbox and tried to run the command again and got the same error response. Any ideas on anything else that might be causing it?
I'm not sure the checkbox enables src for PPAs you can check by editing the file:
/etc/apt/sources.list.d/inkscape_dev-ubuntu-trunk-xenial.list
Or similar, using root, and make sure the line that starts deb-src is uncommented. If it is, remove the comment prefix character, save and rerun the apt-get update / apt-get build-dep
Martin,
Hey Justin,
Ah, it looks like the package name has the trunk suffix, not devel... so try "apt-get build-dep inkscape-trunk" after you check what Martin suggested.
Cheers, Josh
On Thu, Sep 22, 2016 at 9:18 AM, Justin LaRose <justinplarose@...400...> wrote:
Thanks Josh, I enabled the source code checkbox and tried to run the command again and got the same error response. Any ideas on anything else that might be causing it?
Thank you,
Justin LaRose
On Wed, Sep 21, 2016 at 10:48 PM, Josh Andler <scislac@...400...> wrote:
Justin,
Launch the "Software & Updates" application in Ubuntu, from there check the "Source code" checkbox and then close it and after that the commands "apt-get update" and "apt-get build-dep inkscape-devel". It needs the Source repositories enabled to determine the dependencies, after you have them installed you can disable the "Source code" checkbox again if you want (if you don't normally get source code that way or fulfill dependencies it just slows down checking for updates).
Cheers, Josh
On Wed, Sep 21, 2016 at 7:04 PM, Justin LaRose <justinplarose@...400...> wrote:
I was able to add the PPA with no issues, but when I try to run the command above I get the following error:
Reading package lists... Done E: Unable to find a source package for inkscape-devel
Thank you,
Justin LaRose
On Wed, Sep 21, 2016 at 8:38 PM, Martin Owens <doctormo@...400...> wrote:
If it's a debian/ubuntu machine, then you need to install the dev package too.
The best way to install everything is to install the inkscape devel ppa from launchpad and then run this command:
apt-get build-dep inkscape-devel
This should fetch for you every required library and install it. It's a super useful command and one that I wish was available to our other developer's platforms.
Best Regards, Martin Owens
On Wed, 2016-09-21 at 18:52 -0400, Justin LaRose wrote:
The output I get in the terminal when running Cmake is:
Building Makefile for Inkscape
Source Dir: /home/justin/inkscape Binary Dir: /home/justin -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Creating build files in: /home/justin -- Creating build files in: /home/justin No gmock/gtest found! Perhaps you wish to run 'bash download- gtest.sh' to download it. -- Checking for modules 'pangocairo;pangoft2;fontconfig;gthread- 2.0;gsl;gmodule-2.0' -- Found pangocairo, version 1.38.1 -- Found pangoft2, version 1.38.1 -- Found fontconfig, version 2.11.94 -- Found gthread-2.0, version 2.48.1 -- Found gsl, version 2.2.1 -- Found gmodule-2.0, version 2.48.1 -- Checking for module 'x11' -- Found x11, version 1.6.3 -- Checking for module 'gnome-vfs-2.0' -- No package 'gnome-vfs-2.0' found -- Could NOT find LCMS2 (missing: LCMS2_LIBRARY LCMS2_INCLUDE_DIR) -- Checking for module 'lcms' -- No package 'lcms' found -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed -- Found Iconv: /usr/lib/x86_64-linux-gnu/libc.so -- Found Intl: /usr/include CMake Error at CMakeScripts/Modules/FindBoehmGC.cmake:70 (message): Could not find BoehmGC Call Stack (most recent call first): CMakeScripts/DefineDependsandFlags.cmake:110 (find_package) CMakeLists.txt:89 (include)
I believe I had downloaded and installed BoehmGC, but it appears to be causing the error. Is there a particular directory I need to make sure it is in to work with Cmake?
Thank you,
Justin LaRose
On Tue, Sep 20, 2016 at 4:58 PM, Alexandre Prokoudine <alexandre.prok oudine@...400...> wrote:
On Tue, Sep 20, 2016 at 8:29 PM, Justin LaRose wrote: > Hello All -
Hello and welcome, Justin!
> I was having some issues with dependencies when trying to build the > developer instance on my laptop (Ubuntu 16.04) and was wondering if anyone > might have some time to help me get everything built so I can start to work > on some bugs?
Sure. Please tell us more about those issues.
Alex
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Thanks everyone! I've been able to Cmake successfully at this point. After that, does the first build usually take a very long time? I'm using QT Creator as my IDE and when I tried to load and build the project today it took me 46 minutes to hit 60% before I had to cancel as I was leaving. Could just be the power of the laptop I am using, but wanted to see if that was usual and if I should just let it build for the first initial time for however long it takes.
Thank you,
Justin LaRose
On Thu, Sep 22, 2016 at 12:23 PM, Josh Andler <scislac@...400...> wrote:
Hey Justin,
Ah, it looks like the package name has the trunk suffix, not devel... so try "apt-get build-dep inkscape-trunk" after you check what Martin suggested.
Cheers, Josh
On Thu, Sep 22, 2016 at 9:18 AM, Justin LaRose <justinplarose@...400...> wrote:
Thanks Josh, I enabled the source code checkbox and tried to run the
command
again and got the same error response. Any ideas on anything else that
might
be causing it?
Thank you,
Justin LaRose
On Wed, Sep 21, 2016 at 10:48 PM, Josh Andler <scislac@...400...> wrote:
Justin,
Launch the "Software & Updates" application in Ubuntu, from there check the "Source code" checkbox and then close it and after that the commands "apt-get update" and "apt-get build-dep inkscape-devel". It needs the Source repositories enabled to determine the dependencies, after you have them installed you can disable the "Source code" checkbox again if you want (if you don't normally get source code that way or fulfill dependencies it just slows down checking for updates).
Cheers, Josh
On Wed, Sep 21, 2016 at 7:04 PM, Justin LaRose <justinplarose@...400...
wrote:
I was able to add the PPA with no issues, but when I try to run the command above I get the following error:
Reading package lists... Done E: Unable to find a source package for inkscape-devel
Thank you,
Justin LaRose
On Wed, Sep 21, 2016 at 8:38 PM, Martin Owens <doctormo@...400...> wrote:
If it's a debian/ubuntu machine, then you need to install the dev package too.
The best way to install everything is to install the inkscape devel
ppa
from launchpad and then run this command:
apt-get build-dep inkscape-devel
This should fetch for you every required library and install it.
It's a
super useful command and one that I wish was available to our other developer's platforms.
Best Regards, Martin Owens
On Wed, 2016-09-21 at 18:52 -0400, Justin LaRose wrote:
The output I get in the terminal when running Cmake is:
Building Makefile for Inkscape
Source Dir: /home/justin/inkscape Binary Dir: /home/justin -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") -- Creating build files in: /home/justin -- Creating build files in: /home/justin No gmock/gtest found! Perhaps you wish to run 'bash download- gtest.sh' to download it. -- Checking for modules 'pangocairo;pangoft2;fontconfig;gthread- 2.0;gsl;gmodule-2.0' -- Found pangocairo, version 1.38.1 -- Found pangoft2, version 1.38.1 -- Found fontconfig, version 2.11.94 -- Found gthread-2.0, version 2.48.1 -- Found gsl, version 2.2.1 -- Found gmodule-2.0, version 2.48.1 -- Checking for module 'x11' -- Found x11, version 1.6.3 -- Checking for module 'gnome-vfs-2.0' -- No package 'gnome-vfs-2.0' found -- Could NOT find LCMS2 (missing: LCMS2_LIBRARY LCMS2_INCLUDE_DIR) -- Checking for module 'lcms' -- No package 'lcms' found -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed -- Found Iconv: /usr/lib/x86_64-linux-gnu/libc.so -- Found Intl: /usr/include CMake Error at CMakeScripts/Modules/FindBoehmGC.cmake:70
(message):
Could not find BoehmGC Call Stack (most recent call first): CMakeScripts/DefineDependsandFlags.cmake:110 (find_package) CMakeLists.txt:89 (include)
I believe I had downloaded and installed BoehmGC, but it appears to be causing the error. Is there a particular directory I need to
make
sure it is in to work with Cmake?
Thank you,
Justin LaRose
On Tue, Sep 20, 2016 at 4:58 PM, Alexandre Prokoudine
<alexandre.prok
oudine@...400...> wrote: > On Tue, Sep 20, 2016 at 8:29 PM, Justin LaRose wrote: > > Hello All - > > Hello and welcome, Justin! > > > I was having some issues with dependencies when trying to build > the > > developer instance on my laptop (Ubuntu 16.04) and was
wondering
> if anyone > > might have some time to help me get everything built so I can > start to work > > on some bugs? > > Sure. Please tell us more about those issues. > > Alex > > ------------------------------------------------------------
> ------------- > _______________________________________________ > Inkscape-devel mailing list > Inkscape-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/inkscape-devel
>
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (4)
-
Alexandre Prokoudine
-
Josh Andler
-
Justin LaRose
-
Martin Owens