From: Philipp H. <phi...@un...> - 2011-09-29 23:09:55
|
On Thu, Sep 29, 2011 at 02:14:44AM +0200, Arnout Engelen wrote: > It'd be great if some people could test the .tar.gz I uploaded to sf.net today, > as a sort of alpha release candidate. I'm still using Ion3 at the moment but I'd like to give Notion a try. I'm running Debian testing. I've installed the packages listed in the README and haven't modified system.mk as it says something about auto detection of Lua. This is what I get: ~/Desktop/notion make set -e; for i in libmainloop libtu libextl mod_tiling mod_query mod_menu mod_dock mod_sp mod_sm mod_statusbar de mod_xinerama mod_xrandr mod_xkbevents ioncore notion pwm etc utils man po; do make -C $i; done make[1]: Entering directory `/home/ph/Desktop/notion/libmainloop' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/ph/Desktop/notion/libmainloop' make[1]: Entering directory `/home/ph/Desktop/notion/libtu' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/ph/Desktop/notion/libtu' make[1]: Entering directory `/home/ph/Desktop/notion/libextl' gcc -Os -W -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -pedantic -Wuninitialized -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND `pkg-config --cflags lua5.1` -g -c readconfig.c -o readconfig.o In file included from luaextl.h:17:0, from extl.h:15, from readconfig.h:15, from readconfig.c:18: types.h:17:25: fatal error: libtu/types.h: No such file or directory compilation terminated. make[1]: *** [readconfig.o] Error 1 make[1]: Leaving directory `/home/ph/Desktop/notion/libextl' make: *** [subdirs] Error 2 Any help would be appreciated. |