Forum Replies Created
-
AuthorPosts
-
CarrezBlocked
I once managed to build and launch runSofa on a Raspberry Pi 2.
It runs the default caduceus scene at 2 FPS. This is clearly a borderline case, bu to give you an idea…CarrezBlockedHi jjcasmar,
In fact the keyboard events are emitted by the viewer, when Ctrl is pressed (or Cmd on macs).
So, the viewer must have the focus (just click on the viewport once to be sure) ans you must press Ctrl+(or Cmd+,key> on a mac) and it should work. Bruno
CarrezBlockedI am not sure to understand what you mean by “preparing the Cmakelist.txt for building SOFA”
You don’t have to make the cmakelists yourself, they are provided with the code.
Simply follow this page:
https://www.sofa-framework.org/support/doc/build-on-windows/CarrezBlockedI just checked out the 15.03 version and ran cmake, and I the same problem, except it is only a warning for me (?)
— Adding project ‘eigen’
CMake Warning (dev) at cmake/postProject.cmake:58 (target_link_libraries):
Policy CMP0039 is not set: Utility targets may not have link dependencies.
Run “cmake –help-policy CMP0039” for policy details. Use the cmake_policy
command to set the policy and suppress this warning.Utility target “eigen” should not be used as the target of a
target_link_libraries call.
Call Stack (most recent call first):
extlibs/eigen-3.2.1/CMakeLists.txt:11 (include)
This warning is for project developers. Use -Wno-dev to suppress it.… perhaps this warning/error difference is due to the fact I am on OSX and you on Windows.
Please, tell me your git revision ?
CarrezBlockedHi Ash.
Hmmm… what is your SOFA git revision? postProject.cmake was deleted from master branch in october, when all the cmake scripts were rewritten. Are you on branch 15.06 or 15.09 for example ?
BTW, CMake 3.4 works flawlessly with today’s master branch (cmake 3.4.1 for me)
CarrezBlockedThanks François.
For those like me using homebrew to install qt5, set Qt5_DIR to /usr/local/Cellar/qt5/5.5.1_1/lib/cmake/Qt5.
(tested on a fresh OSX with not other Qt install before)
-
AuthorPosts