still no go, a problem of windows or MINPSPW i guess. That is what i use.
http://sourceforge.net/projects/minpspw/ I can compile other homebrew/plugins just fine.
[spoiler]C:\pspdev\uofw-master\utils>dir
Volume in drive C has no label.
Volume Serial Number is 249B-86DD
Directory of C:\pspdev\uofw-master\utils
11.02.2015 16:24 <DIR> .
11.02.2015 16:24 <DIR> ..
11.02.2015 16:24 <DIR> basic-decompiler
27.04.2015 10:04 <DIR> build-exports
11.02.2015 16:24 <DIR> common
11.02.2015 16:22 5.672 diff.sh
27.04.2015 10:04 <DIR> fixup-imports
27.04.2015 10:04 <DIR> kprxgen
11.02.2015 16:22 218 Makefile
2 File(s) 5.890 bytes
7 Dir(s) 7.862.222.848 bytes free
C:\pspdev\uofw-master\utils>
C:\pspdev\uofw-master\utils>cd basic-decompiler
C:\pspdev\uofw-master\utils\basic-decompiler>make
Compiling main.cpp
g++ -Wall -Wextra -std=c++0x -c main.cpp -o main.o
make: g++: Command not found
make: *** [main.o] Error 127
C:\pspdev\uofw-master\utils\basic-decompiler>cd ..
C:\pspdev\uofw-master\utils>cd build-exports
C:\pspdev\uofw-master\utils\build-exports>make
cc -Wall -Wextra -Werror -c -o ../common/sha1.o ../common/sha1.c
make: cc: Command not found
make: *** [../common/sha1.o] Error 127
C:\pspdev\uofw-master\utils\build-exports>cd ..
C:\pspdev\uofw-master\utils>cd fixup-imports
C:\pspdev\uofw-master\utils\fixup-imports>make
cc -Wall -Wextra -Werror -c -o ../common/sha1.o ../common/sha1.c
make: cc: Command not found
make: *** [../common/sha1.o] Error 127
C:\pspdev\uofw-master\utils\fixup-imports>cd kprxgen
The system cannot find the path specified.
C:\pspdev\uofw-master\utils\fixup-imports>make
cc -Wall -Wextra -Werror -c -o ../common/sha1.o ../common/sha1.c
make: cc: Command not found
make: *** [../common/sha1.o] Error 127
C:\pspdev\uofw-master\utils\fixup-imports>cd ..
C:\pspdev\uofw-master\utils>cd kprxgen
C:\pspdev\uofw-master\utils\kprxgen>make
cc -I../common -c -o psp-kprxgen.o psp-kprxgen.c
make: cc: Command not found
make: *** [psp-kprxgen.o] Error 127
C:\pspdev\uofw-master\utils\kprxgen>cd ..
C:\pspdev\uofw-master\utils>cd common
C:\pspdev\uofw-master\utils\common>make
make: *** No targets specified and no makefile found. Stop.
C:\pspdev\uofw-master\utils\common>cd ..
C:\pspdev\uofw-master\utils>[/spoiler]