LuaDist / Repository

Repository of LuaDist modules available for installation using the luadist-git command line tool
www.luadist.org
243 stars 41 forks source link

error in macosx building wxlua or iup #207

Open sonoro1234 opened 10 years ago

sonoro1234 commented 10 years ago

Error building with CMake in directory '/Users/Morundi/repos/Repository/_install/bin/_install2/tmp/im-3.8-CMake-build'

with wxlua I get a similar error and also luadist stoped working as in issue #206 (I used default _install dir for wxlua before luadist stopped working)

luadist is a great idea but being able to install wxlua or iup is crucial for being useful for anyone who needs some GUI :-( luarocks don't have this modules and they are quite difficult to install

thanks

sonoro1234 commented 10 years ago

with verbose errors shown: In file included from /Users/Morundi/repos/Repository/_install/bin/_install2/tmp/wxwidgets-2.8.12/src/regex/regcomp.c:33: In file included from /Users/Morundi/repos/Repository/_install/bin/_install2/tmp/wxwidgets-2.8.12/src/regex/regguts.h:38: In file included from /Users/Morundi/repos/Repository/_install/bin/_install2/tmp/wxwidgets-2.8.12/src/regex/regcustom.h:39: /Users/Morundi/repos/Repository/_install/bin/_install2/tmp/wxwidgets-2.8.12/include/wx/defs.h:771:10: error: "Unsupported Windows version"

error "Unsupported Windows version"

     ^

/Users/Morundi/repos/Repository/_install/bin/_install2/tmp/wxwidgets-2.8.12/include/wx/defs.h:824:9: error: unknown type name 'wxUint32' typedef wxUint32 wxDword; ^ /Users/Morundi/repos/Repository/_install/bin/_install2/tmp/wxwidgets-2.8.12/include/wx/defs.h:1021:10: error: "error defining ssize_t, size_t is not 4 or 8 bytes"

error "error defining ssize_t, size_t is not 4 or 8 bytes"

     ^

Quite estrange as I am on mac osx!!!