-
Guillaume replied to the topic Problem Compiling SOFA with Python3 in the forum Building SOFA 2 months, 3 weeks ago
Hi @jacqueline,
There is indeed a bug in SOFA, thank you for spotting it!
I opened a pull-request to fix it, it should be merged in the next days.In the meantime, you can apply the fix on your repo by using this patch.
Cheers,
Guillaume. -
Guillaume replied to the topic Soft Robots plugin build error in the forum Building SOFA 6 months, 2 weeks ago
To verify if Qt5WebEngine has been correctly detected and is used by runSofa:
– Check thatSOFAGUIQT_ENABLE_QDOCBROWSER
is ON in CMake-GUI
– Check that <build-dir>/include/SofaGui/sofa/gui/qt/config.h contains#define SOFAGUIQT_HAVE_QT5_CHARTS 1
and#define SOFAGUIQT_HAVE_QT5_WEBENGINE 1
– Check what is returned byotool -L <build-dir>/bin/runSofa…
[Read more] -
Guillaume replied to the topic Soft Robots plugin build error in the forum Building SOFA 6 months, 2 weeks ago
Hi,
Glad you achieved v20.06 compilation.
The 2 CMake warnings you showed are known, the first one is here to discourage users from using SofaAdvanced in their CMakeLists, the second one is an minor issue in SoftRobots.
The warning about PythonEnvironment appears because SofaPython tries by default to find a Python directory (site-packages) in…[Read more]
-
Guillaume replied to the topic Soft Robots plugin build error in the forum Building SOFA 6 months, 3 weeks ago
Hi,
There is indeed an issue in SOFA v19.12 with PARSE_LIBRARY_LIST (in SofaMacros.cmake).
It has been fixed in SOFA v20.06Could you try with this version of SOFA?
-
Guillaume replied to the topic Eigen CMake Error in the forum Getting Started 7 months, 3 weeks ago
When Eigen3 auto-fetch fails, you can either:
– check the error in C:/Users/Teffy/SOFA/build/external_directories/fetched/eigen3/logs.txt and fix it (or post it here to get help)
– remove completely C:/Users/Teffy/SOFA/build/external_directories/fetched/eigen3 and retry
– set SOFA_FETCH_EIGEN3=ON in CMake GUI and retryTell us if one of these 3…[Read more]
-
Guillaume replied to the topic Target "Qt5::Xml" not found (cmake-gui/Win10/VS2017x64) in the forum Building SOFA 7 months, 3 weeks ago
Hi,
Our Windows developers are indeed working in majority in 64-bit configuration.
How did CMake find the other Qt libraries? Did you set CMAKE_PREFIX_PATH as the doc suggests?
Could you show us your CMakeCache.txt?Guillaume.
-
Guillaume replied to the topic Building Sofa, binaries are not generated in the forum Building SOFA 8 months ago
I can see from your tree that you did a Debug build. Thus, the resulting executable is bin/Debug/runSofa_d.exe
You say there is no binary generated, but there is (in bin/Debug). Did you expect something else?
To generate Release binaries, make sure to compile the ALL_BUILD project in Release mode. To switch mode with Visual Studio, changing the…[Read more]
-
Guillaume replied to the topic Building Sofa, binaries are not generated in the forum Building SOFA 8 months ago
-
Guillaume replied to the topic Building Sofa, binaries are not generated in the forum Building SOFA 8 months ago
Hi Elie,
Are you building the project RUN_TESTS on purpose?
If you want to compile SOFA without running the tests (some of them do not pass obviously), you should build the project ALL_BUILD instead.
Hope that helps,
Guillaume. -
Guillaume replied to the topic Error on SofaGuiQt5.dll in the forum Getting Started 8 months, 2 weeks ago
Is SofaGuiQt.dll present next to runSofa.exe?
If no, is there any SofaGuiQt.dll in your build directory at all?
-
Guillaume replied to the topic Error on SofaGuiQt5.dll in the forum Getting Started 8 months, 2 weeks ago
Hi,
“QGLViewer: Using Qt5” and “SofaGUIQt: Using Qt5” are just log messages, not errors.
What is your issue exactly with SofaGuiQt5.dll?
-
Guillaume replied to the topic CGALPlugin install CMake in the forum Building SOFA 9 months, 1 week ago
Hi,
There is no error in your output.
“CGALPlugin: could not find image, won’t build MeshGenerationFromImage_test”
This means that CGALPlugin tried to find another plugin called “image”. The plugin “image” is present in SOFA and can be activated in CMake-GUI. It is a soft dependency though, used only by the component MeshGenerationFromImage, so…[Read more] -
Guillaume replied to the topic Problem in installing Cmake in the forum Getting Started 9 months, 1 week ago
Hi Amir,
If I understand correctly, you have 2 version of CMake installed:
– CMake 3.13 in your home with executable at/home/amir/cmake3.13/bin/cmake
– CMake 3.5.2 in your systemTo switch which CMake is used by default, you must use update-alternatives (paths may differ upon your installation):
sudo update-alternatives
[Read more]
--install… -
Guillaume replied to the topic windows 10, gtx 970, download, install, execute, crash, wtf ? in the forum Getting Started 9 months, 1 week ago
-
Guillaume replied to the topic runSofa (v19.12) crashes on Mac OSX (10.14.6) in the forum Getting Started 9 months, 2 weeks ago
Unfortunately your output doesn’t show any dump trace. It will not be easy to track the issue.
What was the content of all the .ini files before your edit?
-
Guillaume replied to the topic runSofa (v19.12) crashes on Mac OSX (10.14.6) in the forum Getting Started 9 months, 2 weeks ago
DataRepository is initialized with the value of SHARE_DIR and EXAMPLES_DIR taken from /etc/sofa.ini
/etc/sofa.ini should contain
SHARE_DIR=../share/sofa
EXAMPLES_DIR=../share/sofa/examplesThus, DataRepository should contain
<your-sofa-path>/share/sofa:<your-sofa-path>/share/sofa/examples
.GuiDataRepository is initialized with the value of…[Read more]
-
Guillaume replied to the topic Segmentation fault with clang and libc++ in the forum Programming with SOFA 9 months, 2 weeks ago
Hi,
Does the problem persist if you replace the
0
withnullptr
? -
Guillaume replied to the topic runSofa (v19.12) crashes on Mac OSX (10.14.6) in the forum Getting Started 9 months, 2 weeks ago
Hi,
It seems that DataRepository and GuiDataRepository are not correctly initialized.
I tried on my VM with MacOS 10.14 and it worked well (like Froy).What is your MacOS version?
-
Guillaume replied to the topic SOFA build on MacOS in the forum Building SOFA 10 months ago
Hi,
I just had this issue. Here is how I solved it.
1. Download and install the highest possible Xcode compatible with your MacOS.
Compatibility list (taken from Wikipedia):
`
MacOS >= 10.15.2 : Xcode 11.4
MacOS >= 10.14.4 : Xcode 11.3.1
MacOS >= 10.14.3 : Xcode 10.3
MacOS >= 10.13.6 : Xcode 10.1
MacOS >= 10.13.2 : Xcode 9.4.1
MacOS >=…[Read more] -
Guillaume started the topic Cpp controller in the forum Programming with SOFA 11 months, 3 weeks ago
From @lakehanne on 28 January 2020 at 15 h 20 min
The Soft Robots plugin is really nice.
Is there a C++ Controller equivalent to the PythonScriptController utilized in that plugin?
Tagging you @Hugo.
- Load More