Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2020-08-21 00:00:00Z and 2020-08-22 00:00:00Z
06:46
defb2e9 click on friend to select server, double click ... - Robyt3 412db16 fix scrolling to reveal server not working in s... - Robyt3 b0bde0c Merge pull request #2672 from Robyt3/issue2666 - oy
06:55
c87a7b4 Allow snap items with type >= 64 - axblk 6283cbb Merge pull request #2684 from axblk/snap_types - oy
07:06
38aabdc Move video mode query to the main thread - axblk 510bbb4 Move OpenGL configuration to OpenGL command pro... - axblk 29acba5 Merge pull request #2685 from axblk/videomode... - oy
07:07
fdf78b0 Validate variables of the snap-item base class - axblk 204ce4e Fix validation range of m_HookedPlayer in chara... - axblk 68994b2 Merge pull request #2688 from axblk/fix/snap_va... - oy
07:16
1e8373e separate mouse/joystick cursor movement, add jo... - Robyt3 4ce6f2a Merge pull request #2691 from Robyt3/issue2653 - oy
Avatar
@Dune why cant i compile tw .7 on new osx? if i use bam it says: src/engine/client/backend_sdl.h:35:4: error: no matching function for call to 'objc_msgSend' and if i use cmake it says: /Users/nobody1/Documents/Documents/6/fng07/src/base/hash_ctxt.h:8:10: fatal error: 'openssl/sha.h' file not found
Avatar
For cmake, it thinks you have openssl installed, but you don't seem to
Avatar
for sdl wild guess will be that maybe you have a version of sdl installed newer/older (edited)
08:26
like it seeks for sdl2 and you have sdl1 or vice versa (edited)
08:30
in linux we have sdl and sdl2 packages, I don't remember which version requires teeworlds (edited)
08:32
@noby
08:32
it needs sdl2
Avatar
i tried to install openssl via homebrew and it said it exists already
08:32
then i googled the error and it told me to make a symlink
08:32
and it said that exists already too
Avatar
maybe that's a wrong version too
08:36
SSL have accumulated a lot of incompatible versions (edited)
08:37
so if you have 1.0.1 you could try 0.9.x
08:37
but it seems that homebrew packaging system is weak
08:37
or a maintainer is too lazy to write in all correct libraries
Avatar
also you could install dmg version and list strings in it
08:48
thay way you could know what libraries were used there
08:49
by the way linux version does not have SSL requirement
08:49
And it is not used $ strings /usr/bin/teeworlds | grep -i sdl\\\|ssl | grep '\.so' libSDL2-2.0.so.0 (edited)
Exported 33 message(s)