Hi I'm trying to compile some dockapps for window maker on my system (FreeBSD 8.1) using the gmake but I'm getting following error:
I have no much experience in this but I guess it is some kind of incompatibility between BSD and linux. Any suggestions in this?
Thanks
Code:
gcc -o wmacpi wmacpi.o libacpi.o -O2 -lX11 -ldockapp
/usr/bin/ld: cannot find -lX11
gmake: *** [wmacpi] Error 1
Thanks