Yes you are right! Sorry for my clumsy/incomplete account.
Before realising that the Crunchbang package was just for C
and was not as up-to-date as the sdk
I did install the Crunchbang package.
However, I thought I had removed it with "apt-get remove --purge".
This appears to be the case below.
I installed the Crunchbang package again before installing the sdk
to increase my chances that all of the sdk's dependencies would be met.
I did this 'cos last week I was unable to install a number of the graphics
packages under consideration so that:
a) they ran
b) and included complete documentation and examples
Given this experience I'm afraid the fact that your sdk is self-sufficient came as a bit of a surprise to me, albeit a refreshing one.
It's helpful to know that the problem is probably due to apt's inability to completely tidy up.
Given your suggestions I tried to remove the dev package I installed.
I didn't know quite which one of the two it was so I tried to remove both.
As you can see in both cases apt tells me they are not installed.
ie
sudo apt-get remove --purge libsfml1.4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libsfml1.4-dev is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 131 not upgraded.
&
sudo apt-get remove --purge libcsfml1.4-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcsfml1.4-dev is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 131 not upgraded.
I also searched for anything pertaining to "libsfml-graphics" and got this...
sudo egrep -d recurse "libsfml-graphics" /
results in...
Binary file /etc/ld.so.cache matches
egrep: /etc/ssl/certs/b2c62324: No such file or directory
I have no idea what these are?
I've just reinstalled the sdk again but still get the same error message.
Do you think it's time to reinstall my os?