Arnaud Loonstra

Results 51 issues of Arnaud Loonstra
trafficstars

How can one add libraries to the project? For example I just added an executable which depends on `libdl` but I can't express this in the project.xml? I now have...

Why is in Cmake the compiler forced to use the C++ compiler? ``` if (WIN32) #The MSVC C compiler is too out of date, #so the sources have to be...

Not sure yet what goes wrong since it works fine from a console. ``` 1> CMake Error at Findlibzmq.cmake:37 (file): 1> file STRINGS file 1> "C:/src/gazebosc/ext/czmq/LIBZMQ_INCLUDE_DIRS-NOTFOUND/zmq.h" cannot be 1> read....

Take Zmsg for example. If we construct a message and want to send it. The sender becomes the owner and will destroy the message. However if we use garbage collection...

Seems libdill domain is taken but sustrik.github.io/libdill is working. I can regenerate the html files as well but I then need to update the `manpages.src` file as well to work...

- indentation errors - ord() wrong type error - protobuf Clear NotImplementedError I've tested this with a simple receiving client on py 2 and 3

Windos.h defines some min/max macro's which conflict with std::max. For windows one can define NOMINMAX to disable these macro's. i.e.: https://github.com/sphaero/ImFileDialog/commit/c89aa80edba9bd87629850383fd1a13b0ebb4574

update deprecated methods. I was working with imgui v1.90.1-docking

Had make a slight change handling the ESC key in order to build. Not sure what the escapeKey >= 0 was doing? ```diff diff --git a/ImFileDialog.cpp b/ImFileDialog.cpp index 53832d9..439f0e9 100644...

Please rename your "include" dir "libs" as per default OF hierarchy. The default makefile searches the libs dir for files from libraries. See this snippet from the makefile: ADDONS_REL_DIRS =...