[Kwiver-users] Software installation guideline for Map-Tk and Sprokit

Roddy Collins roddy.collins at kitware.com
Wed Dec 13 02:26:32 EST 2017


> command run is cmake . from the source directory where I have performed a
git clone of sprokit repository

Try making a build directory next to the source directory and run cmake
from there, pointing at the source directory.

$ mkdir /home/ankit/kwiver-build
$ cd /home/ankit/kwiver-build
$ ccmake ../KWIVER-Software-Scripts

(assuming KWIVER-Software-Scripts is where you've cloned kwiver into.)

...note the use of ccmake, so that you can set options (such as turning
sprokit on or off.)

-Roddy


On Wed, Dec 13, 2017 at 2:16 AM, Ankit Parag Shah <aps1 at andrew.cmu.edu>
wrote:

> Hi Roddy,
>
> For the above post, I am having a problem building the software for
> sprokit and map-tk and running examples.
> Currently, I am using the latest branch of kwiver and fletch.
>
> Git hash for fletch is 65a12ea5b5f5cfd21ce43468ba8fb65360363c05
> Git hash for kwiver is d1f1c38c462a4be3b0cdc58d6163af0e33169ca5
>
> Build of kwiver and fletch was successful where I have followed the
> guidelines as per respective repository's documentation and have suggested
> modification to Readme documentation via pull request.
> I am using Ubuntu 16.04 based environment.
>
> Following is the output of gcc -v
> gcc -v
> Using built-in specs.
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Ubuntu
> 5.4.0-6ubuntu1~16.04.5' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs
> --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr
> --program-suffix=-5 --enable-shared --enable-linker-build-id
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
> --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
> --enable-libstdcxx-debug --enable-libstdcxx-time=yes
> --with-default-libstdcxx-abi=new --enable-gnu-unique-object
> --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib
> --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo
> --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre
> --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64
> --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64
> --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar
> --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686
> --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib
> --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu
> --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5)
>
> Output screenshot - command run is cmake . from the source directory where
> I have performed a git clone of sprokit repository.
>
>    used as include directory in directory /home/ankit/KWIVER-Software-
> Scripts/sprokit/source/conf
>    used as include directory in directory /home/ankit/KWIVER-Software-
> Scripts/sprokit/source/conf
>    used as include directory in directory /home/ankit/KWIVER-Software-
> Scripts/sprokit/source/conf
>    used as include directory in directory /home/ankit/KWIVER-Software-
> Scripts/sprokit/source/conf
>    used as include directory in directory /home/ankit/KWIVER-Software-
> Scripts/sprokit/source/conf
>
> -- Configuring incomplete, errors occurred!
> See also "/home/ankit/KWIVER-Software-Scripts/sprokit/source/
> CMakeFiles/CMakeOutput.log".
> See also "/home/ankit/KWIVER-Software-Scripts/sprokit/source/
> CMakeFiles/CMakeError.log"
>
> Thank you for your quick response.
>
>
> Kind Regards,
> Ankit Shah
> Masters Student in Language Technologies
> Carnegie Mellon University.
>
> On Wed, Dec 13, 2017 at 1:55 AM, Roddy Collins <roddy.collins at kitware.com>
> wrote:
>
>> Hi Ankit--
>>
>> Can you be more specific in the difficulties you're having? (Problems
>> building the software, problems running the examples, etc.)
>>
>> Please be sure to include:
>>
>> - the operating system and compiler you're using
>> - which branches of kwiver and fletch you're building
>> - if possible, console output showing the problem (as an attachment)
>>
>> Thanks
>> -Roddy
>>
>>
>> On Wed, Dec 13, 2017 at 1:36 AM, Ankit Parag Shah <aps1 at andrew.cmu.edu>
>> wrote:
>>
>>> Hi all,
>>>
>>> In order to install software Map-Tk and sprokit, is there a software
>>> installation tutorial/documentation available which is not present on the
>>> internet.
>>>
>>> I am finding difficulty in installing both these software necessary for
>>> working with Kwiver toolkit.
>>>
>>> Looking forward to your response.
>>>
>>> Kind Regards,
>>> Ankit Shah
>>> Masters Student in Language Technologies
>>> Carnegie Mellon University.
>>>
>>> _______________________________________________
>>> Kwiver-users mailing list
>>> Kwiver-users at public.kitware.com
>>> http://public.kitware.com/mailman/listinfo/kwiver-users
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/kwiver-users/attachments/20171213/e903745b/attachment-0001.html>


More information about the Kwiver-users mailing list