linux:~/pcsx2-0.8.1src/windows # make
mingw-gcc -Wall -mwindows -O2 -fomit-frame-pointer -finline-functions -ffast-math -fno-strict-aliasing -m128bit-long-double -I. -I.. -I../zlib -I../IPU -I../DebugTools -D__WIN32__ -D__MINGW32__ -DENABLE_NLS -DPACKAGE=\"pcsx2\" -I../ix86-32 -I../x86 -c -o ../Counters.o ../Counters.c -MD -MF ../Counters.d
In file included from ../Counters.c:22:
../Common.h:60:21: libintl.h: No such file or directory
make: *** [../Counters.o] Error 1
What can i do?
mingw-gcc -Wall -mwindows -O2 -fomit-frame-pointer -finline-functions -ffast-math -fno-strict-aliasing -m128bit-long-double -I. -I.. -I../zlib -I../IPU -I../DebugTools -D__WIN32__ -D__MINGW32__ -DENABLE_NLS -DPACKAGE=\"pcsx2\" -I../ix86-32 -I../x86 -c -o ../Counters.o ../Counters.c -MD -MF ../Counters.d
In file included from ../Counters.c:22:
../Common.h:60:21: libintl.h: No such file or directory
make: *** [../Counters.o] Error 1
What can i do?