Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MrUnknown

Pages: [1]
1
General discussions / SOIL in SFML2
« on: July 23, 2010, 03:19:44 pm »
Hi,

I just tried compiling the SFML2 branch on my ArchLinux machine. Unfortunately that failed with an "SOIL/SOIL.h: No such file or directory" error in the ImageLoader.cpp. Changing the include in the ImageLoader fixed that problem:
Code: [Select]

#include <SOIL.h>

This requires SOIL as an external dependency then.

It seems to be the same problem as in this post: http://www.sfml-dev.org/forum/viewtopic.php?p=16399

Pages: [1]
anything