At 1232553725 time_t, Edward O'Callaghan wrote: > build-utils/gperf.sh: !: not found > build-utils/gperf.sh: -: not found
I think your shell suck. You should try to find what is not compliant with your /bin/sh. I think the "if ! which gperf then" is one of the problem. Adding set -x at the top of gperf.sh might help. > ld: warning: file /usr/local/lib/libev.so: attempted multiple inclusion of > file > Undefined first referenced > symbol in file > bind CMakeFiles/awesome.dir/luaa.c.o > (symbol belongs to implicit dependency /usr/lib/libsocket.so.1) > recv CMakeFiles/awesome.dir/luaa.c.o > (symbol belongs to implicit dependency /usr/lib/libsocket.so.1) > send CMakeFiles/awesome.dir/luaa.c.o > (symbol belongs to implicit dependency /usr/lib/libsocket.so.1) > _xcb_lock_io /usr/local/lib/libxcb-xlib.so.0 > accept CMakeFiles/awesome.dir/luaa.c.o > (symbol belongs to implicit dependency /usr/lib/libsocket.so.1) > listen CMakeFiles/awesome.dir/luaa.c.o > (symbol belongs to implicit dependency /usr/lib/libsocket.so.1) > socket > CMakeFiles/awesome.dir/common/socket.c.o (symbol belongs to implicit > dependency /usr/lib/libsocket.so.1) > cairo_xcb_surface_create CMakeFiles/awesome.dir/draw.c.o > asprintf CMakeFiles/awesome.dir/luaa.c.o > _xcb_unlock_io /usr/local/lib/libxcb-xlib.so.0 > ld: fatal: symbol referencing errors. No output written to awesome > collect2: ld returned 1 exit status > gmake[2]: *** [awesome] Error 1 > gmake[1]: *** [CMakeFiles/awesome.dir/all] Error 2 > gmake: *** [all] Error 2 I'd say we miss the -lsocket like in awesome 2 at least. Maybe a cmake guru (Felix ?) could give it an eye. -- Julien Danjou // ᐰ <[email protected]> http://julien.danjou.info // 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
signature.asc
Description: Digital signature
