jerluc / wmii

Automatically exported from code.google.com/p/wmii
MIT License
0 stars 0 forks source link

Compile error when using a different PREFIX. #134

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Config.mk Modifying, changing PREFIX to PREFIX=/opt/

What is the expected output? What do you see instead?
CC cmd/wmii/screen.o
CC cmd/wmii/utf.o
CC cmd/wmii/_util.o
cmd/wmii/_util.c:180: warning: implicit declaration of function 'kill'
CC cmd/wmii/view.o
CC cmd/wmii/xdnd.o
CC cmd/wmii/x11.o
CC cmd/wmii/xext.o
gmake[2]: *** No rule to make target `/opt/lib/libixp.a', needed by
`wmii.out'.  Stop.
gmake[1]: *** [dall] Error 2
gmake: *** [dall] Error 2

What version of the product are you using (wmii -v)? 
changeset:   2519:2a3d3807fbac

On what operating system?
FreeBSD 8.0-RC1 AMD64

Please provide any additional information below.
With a single change (libiconv for BSD) compiles perfectly, but change the
PREFIX gives that error.

Original issue reported on code.google.com by and...@gmail.com on 9 Oct 2009 at 7:41

GoogleCodeExporter commented 9 years ago
If you change the $(PREFIX), you need to make sure that the path to $(LIBIXP) 
is also
correct.

Original comment by maglion...@gmail.com on 9 Oct 2009 at 7:56

GoogleCodeExporter commented 9 years ago

Original comment by sun...@gmail.com on 12 Apr 2010 at 9:04