Re: Please review wip/pstotext
Stefan Schaeckeler <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.wip.review |
|---|---|
| Message-ID | <[email protected]> |
Hello Timothy, > On NetBSD5/i386 with gcc 4.1.3 I get this: > > ===> Extracting for pstotext-1.9 > ===> Patching for pstotext-1.9 > => Applying pkgsrc patches for pstotext-1.9 > ===> Creating toolchain wrappers for pstotext-1.9 > ===> Building for pstotext-1.9 > cc -O -c bundle.c > make: don't know how to make ocr.h. Stop > > make: stopped in /usr/pkgsrc/wip/pstotext/work.i386/pstotext-1.9 > *** Error code 2 > > Stop. This is strange. Somehow, your make program does not understand this suffix rule: --- snip ---------------------------------------------------------------------- .SUFFIXES: .ps ... # "Bundle" an Ascii file. .ps.h: ... --- snip ---------------------------------------------------------------------- It works with bmake from pkgsrc. Could you add this line somewhere to wip/pstotext/Makefile and try, again --- snip ---------------------------------------------------------------------- USE_TOOLS+= gmake --- snip ---------------------------------------------------------------------- This will use gmake instead of bsd's make. - Stefan ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev