Welcome to The Bug Genie
Please fill in your username and password below, and press "Continue" to log in.If you have not already registered, please use the "Register new account" tab to do so.
![]() Please wait while updating issue type...
Could not save your changes
This issue has been changed since you started editing it
Data that has been changed is highlighted in red below. Undo your changes to see the updated information
You have changed this issue, but haven't saved your changes yet. To save it, press the Save changes button to the right
This issue is blocking the next release
![]() Create a comment There are no comments
There is nothing attached to this issue
This issue has no duplicates
af173dd
Mar 16, 18:31 - Preceeded by b872b6b4564598d06cbcfe296cb4ae69034d5daa
Log entry
Move DialogType enum back into header Fixes build of OS X-specific code in Dialog.mm, which was broken in commit a3b336. See: bug #620 Affected issues
|
|||||||||||||||||||||||||||||
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
"Arx Libertatis" ;-)
Why are you compiling as the super user? At most the make install part should be done with elevated privileges.
Fixed, thanks for reporting.
That's a workaround, not a fix. We should figure out why CMake didn't find your SDL 2 install. The complete cmake output will hopefully help here. What is the exact SDL version and package type (binaries from libsdl.org, macports, ...) you are using? Where are the libraries and headers installed?
Really delete this comment?
Really delete this comment?
Can you check what SDL2_INCLUDE_DIR is set to CMakeCache.txt (you can use ccmake or cmake-gui if you pass the same arguments as you did to cmake)? I'm guessing that's just /Library/Frameworks/SDL2.framework as well? Where is SDL.h located under that path?
Really delete this comment?
Daniel Scharrer wrote:
Really delete this comment?
and further down it says
Guest user wrote:
Really delete this comment?
Btw, you can put <source></source> around code/text fragments so the formatting here won't mess it up (like I have edited your posts).
Also, please don't top-post.
Really delete this comment?
Really delete this comment?
Can you compile (without the include changes) and when you run into compile errors switch to
to get the complete compiler command-line - thanks.
Really delete this comment?
Really delete this comment?
and post the *full* output, including the compiler command that is executed.
Really delete this comment?
The issue was updated with the following change(s):