Re: Sphere/MiniSphere on FreeBSD?
Reply #5 –
On freshports 'devel/allegro' AND pkg 'allegro' is 4.4.2_5, while 'devel/allegro-devel' / 'allegro-devel' is 5.0.9_whatever. I'm gonna try to build against the 5.0.9 and see what happens.
Update #1: I'm trying to build allegro 5.2.1.1 from scratch and CMake is complaining that libXcursor isn't found (more specifically, that the function XcursorImageCreate is not found), even though OctoPkg is clearly telling me I have version 1.1.14_3 and /usr/local/lib/libXcursor.so and .a clearly exist. Fk building from scratch, I'm gonna try 5.0.9.
Update #2: Compiling minisphere is complaining that for every #include <allegro5/allegro.h> line allegro.h is not found. Short of manually editing every single instance to point to the correct allegro.h, how can I solve this? Can I just symlink the existing allegro-devel headers to the appropriate location to make it work?