Antoine Webanck
Antoine Webanck
@mmp I am sorry but yes; I tried multiple times from scratch (removing the build directory and creating a new one), even restricting the compilation to a unique thread and...
@pierremoreau I don't have sudoers rights on the environment; that's the problem. So to try with a more recent version of gcc, I would have to compile it from source....
> Maybe you could force the compiler to instantiate the constructors by adding the following to util/pstd.cpp Not all the required types such as `Bound2` or `Point2` are declared in...
I just tried to compile in Debug mode, and it worked like a charm! So what could be wrong between Debug and Release modes?
After further tests, it appears to compile and link successfully only with the `-g` flag and without any optimization enabled, except if the `-fkeep-inline-functions` flag is used. With this new...
I just tried to compile on the IN2P3 environment, and I am getting the same kind of error as @shadeops: ``` [ 99%] Linking CXX executable imgtool [ 99%] Linking...
I should add that my current modified version of the CMakeFiles.txt works but is configured for static build: ``` set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -static-libgcc -static-libstdc++") set(CMAKE_EXPORT_COMPILE_COMMANDS ON) ```
@mmp The complete set of necessary options to compile in the environment of the IN2P3 was: ``` -static-libgcc -static-libstdc++ -DNDEBUG -fkeep-inline-functions -O3 -march=native -fkeep-inline-functions ``` Sadly, following your advice with...
Hey, quick answer! Yes, it's about the textbox's size. What I mean is that you can currently move a text around in the pad, you can change it's place in...
@tomByrer What do you mean about focus or center? By selected I meant the "ctrl+click" feature which let drag text. But yes, all the other objects change size (in the...