From: Josef 'J. S. <je...@jo...> - 2011-09-30 18:33:59
|
On Fri, Sep 30, 2011 at 08:09:00PM +0200, Arnout Engelen wrote: > 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? I'm trying this snapshot on open indiana. I changed the system.mk in the top-level dir according to: http://sourceforge.net/apps/mediawiki/notion/index.php?title=Solaris Then, gmake: gmake[1]: Entering directory `/code/oi-build/components/notion/notion/libtu' gcc -Os -W -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -pedantic -Wuninitialized -DCF_XFREE86_TEXTPROP_BUG_WORKAROUND -g -D_POSIX_C_SOURCE=200112L -W -Wimplicit -Wreturn-type -Wswitch -Wcomment -Wtrigraphs -Wformat -Wchar-subscripts -Wparentheses -pedantic -Wuninitialized -c iterable.c -o iterable.o In file included from /usr/include/sys/types.h:33, from types.h:13, from iterable.h:13, from iterable.c:10: /usr/include/sys/feature_tests.h:357:2: #error "Compiler or options invalid; UNIX 03 and POSIX.1-2001 applications require the use of c99" gmake[1]: *** [iterable.o] Error 1 gmake[1]: Leaving directory `/code/oi-build/components/notion/notion/libtu' $ gcc -v Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/specs Configured with: /home/aszeszo/oi151/sfw/sfwnv.hg/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++,f77,objc --enable-shared Thread model: posix gcc version 3.4.3 (csl-sol210-3_4-20050802) Yes, I know that that's a fairly old gcc. We're working on getting 4.6 as the primary compiler. I tried with Sun's/Oracle's compiler (I had to remove all the -W warning flags because it doesn't understand them), but it died with the same error. Now a "feature" request. It'd be cool if notion-XYZ.tar.bz2 created a dir called "notion-XYZ" instead of "notion". Not a biggie, but it makes it easier to script & test with different versions. Jeff. -- A CRAY is the only computer that runs an endless loop in just 4 hours... |