bob-the-hamster left a comment (ohrrpgce/ohrrpgce#1281)

Renaming pure to purefunc did help. (By the way, is pure actually used 
anywhere? I was not able to spot any usage of it anywhere outside of config.h)

That fix did get me past the compiling stage, but it fails at linking
```
gcc -o ohrrpgce-game build/achievements_runtime.rbas.o build/bmod.rbas.o 
build/menustuf.rbas.o build/moresubs.rbas.o build/savegame.rbas.o 
build/purchase.rbas.o build/game-achievements.rbas.o 
build/game-animations.rbas.o build/game-common.rbas.o build/game-loading.rbas.o 
build/os_sockets.o build/networkutil.o build/os_unix.o build/os_unix2.o 
build/util.o build/base64.o build/unicode.o build/array.o build/miscc.o 
build/fb/error.o build/lib/sha1.o build/lib/lodepng.o build/lib/lodepng_gzip.o 
build/filelayer.o build/globals.o build/lumpfile.o build/vector.o 
build/os_unix_wm.o build/blit.o build/matrixMath.o build/rasterizer.o 
build/rotozoom.o build/surface.o build/lib/gif.o build/lib/jo_jpeg.o 
build/lib/ujpeg.o build/datafiles.o build/game.o build/bmodsubs.o 
build/scriptcommands.o build/yetmore2.o build/walkabouts.o build/scripting.o 
build/oldhsinterpreter.o build/pathfinding.o build/game-gfx_sdl2.o 
build/game-music_sdl2.o build/game-allmodex.o build/game-audiofile.o 
build/game-backends.o build/game-bam2mid.o build/game-bcommon.o 
build/game-browse.o build/game-common_menus.o build/game-cmdline.o 
build/game-menus.o build/game-reload.o build/game-reloadext.o 
build/game-sliceedit.o build/game-slices.o build/game-specialslices.o 
build/game-steam.o build/game-thingbrowser.o build/game-plankmenu.o -g -O2 
-mmacosx-version-min=10.6 -Wl,-rpath,@executable_path/../Frameworks -Wl,-no_pie 
-m64 -Wl,-dead_strip 
-Wl,-L/Users/ohrmacdev/src/ohrmac/fbcmac/bin/../lib/freebasic/darwin-x86_64 
/Users/ohrmacdev/src/ohrmac/fbcmac/bin/../lib/freebasic/darwin-x86_64/fbrt0.o 
-lfbmt -lstdc++ -lpthread -lncurses -framework SDL2 -framework SDL2 -framework 
SDL2_mixer -framework Cocoa
ld: framework not found SDL2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [ohrrpgce-game] Error 1
```

I guess the sdl2 that I installed with brew just isn't a framework build, so 
I'll have to figure out how to install a framework build, or to convert what 
brew installs into a framework (I found inconsistent information about whether 
or not that was even possible)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/ohrrpgce/ohrrpgce/issues/1281#issuecomment-2727529440
You are receiving this because you are subscribed to this thread.

Message ID: <ohrrpgce/ohrrpgce/issues/1281/[email protected]>
_______________________________________________
Ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to