Re: Linking error on Stg::BlockGroup

Sterling McLeod <[email protected]> Fri, 28 Mar 2014 10:09:49 -0400
Newsgroups gmane.science.robotics.playerstage
Message-ID <CAOik0iyooafmSDSY66EmgYTHtHxpgi2668HtdJEuWNvnafPTtg@mail.gmail.com>
This issue was fixed by compiling with cmake.

cmake_minimum_required(VERSION 2.6)

find_library(LIB_STAGE stage PATHS /usr/local/lib)
include_directories(/usr/local/include/Stage-4.1/)
add_executable(stage_test stage_test.cpp)
target_link_libraries(stage_test ${LIB_STAGE})

------------------------------------------------------------------------------

_______________________________________________
Playerstage-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-developers