I'm getting some make install errors in grass7 on ubuntu x64 If I don't run with --with-nls, I get the following error. Can the makefile be modified to skip this step if nls is disabled (default)
cd /home/adanner/packages/grass7/dist.x86_64-unknown-linux-gnu ; tar cBf - locale | (cd /usr/local/stow/grass7-svnAug2008//grass-7.0.svn ; tar xBf - ) 2>/dev/null tar: locale: Cannot stat: No such file or directory tar: Error exit delayed from previous errors I haven't been able to eliminate this error: sed 's#'/home/adanner/packages/grass7/dist.x86_64-unknown-linux-gnu'#'/usr/local/stow/grass7-svnAug2008//grass-7.0.svn'#g' /home/adanner/packages/grass7/dist.x86_64-unknown-linux-gnu/etc/monitorcap > /usr/local/stow/grass7-svnAug2008//grass-7.0.svn/etc/monitorcap sed: can't read /home/adanner/packages/grass7/dist.x86_64-unknown-linux-gnu/etc/monitorcap: No such file or directory make[1]: [real-install] Error 2 (ignored) Neither of these seem critical, but should I have a monitorcap? I have a monitorcap in the grass6_devel build, but no locale, though 6.4 doesn't seem to look for a locale directory by default svn info Revision: 32838 cat my_grass70_configure #CXXFLAGS='-g -O2 -D_LARGE_FILE_SOURCE -D_FILE_OFFSET_BITS=64' \ #CFLAGS='-g -O2 -D_LARGE_FILE_SOURCE -D_FILE_OFFSET_BITS=64' \ ./configure --prefix=/usr/local/stow/grass7-svnAug2008/ \ --without-postgres --with-cxx --enable-largefile \ --with-tcltk-includes=/usr/include/tcl8.4 \ --with-python=/usr/bin/python2.5-config \ --with-proj-share=/usr/share/proj \ --with-freetype \ --with-freetype-includes=/usr/include/freetype2 \ --with-cairo \ --enable-64bit \ --with-wxwidgets=/usr/bin/wx-config \ --with-sqlite
_______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
