Original Post
I really don't get it. Everytime I try to compile a library I encounter a different problem. Is there some kind of FAQ that solves most problems? Is it easier with Visual studio than with code::blocks + g++? (I use the latter one) Just to give an example: SDL_mixer: Documentation says nothing about windows compiling. Pretty much all it says is:
Quote:So I download make and get
./configure make make install
Quote:Am I the only person with such problems, and if so why? :(
C:\Dokumente und Einstellungen\Philipp\Eigene Dateien\c++\Unixutils\SDL>make Makefile.in make: Nothing to be done for Makefile.in'. C:\Dokumente und Einstellungen\Philipp\Eigene Dateien\c++\Unixutils\SDL>make Makefile.in install make: Nothing to be done forMakefile.in'. make: *** No rule to make target `install'. Stop.