I've been banging my head for hours now and am stuck on this problem trying to compile PCRE.
It chokes when trying to make:
pcre-dll-res.o: $(resdir)/pcre-dll-res.rc $(RCTOOL_COMPILE) $<
with result: /bin/sh: RCTOOL: command not found make: *** [pcre-dll-res.o] Error 127
where RCTOOL_COMPILE is defined as:
RCTOOL_COMPILE = RCTOOL
Where the heck is RCTOOL defined? Can anyone help here?
thanks for adding the scripts, that did the trick.
See http://gnuwin32.sourceforge.net/compile.html
I've been banging my head for hours now and am stuck on this problem trying to compile PCRE.
It chokes when trying to make:
pcre-dll-res.o: $(resdir)/pcre-dll-res.rc
$(RCTOOL_COMPILE) $<
with result:
/bin/sh: RCTOOL: command not found
make: *** [pcre-dll-res.o] Error 127
where RCTOOL_COMPILE is defined as:
RCTOOL_COMPILE = RCTOOL
Where the heck is RCTOOL defined? Can anyone help here?
thanks for adding the scripts, that did the trick.
See http://gnuwin32.sourceforge.net/compile.html