From: Arnout E. <no...@bz...> - 2011-09-30 18:09:10
|
On Fri, Sep 30, 2011 at 01:09:45AM +0200, Philipp Hartwig wrote: > 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. Welcome :). We've tried to do things backwards-compatibly - basically dropping your ~/.ion3 tweaks into ~/.notion and renaming cfg_ion.lua to cfg_notion.lua should give you your old configuration back. > 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. Thanks for your report - looks like the build system couldn't handle systems that didn't have libtu installed already. I just uploaded a new snapshot that should fix this to http://sourceforge.net/projects/notion/files/snapshots/notion-snapshot-20110930-src.tar.bz2/download Could you give it another try? Kind regards, Arnout |