package xstow
reopen 417781
found 417781 0.5.1-4
thanks

I'm still getting a failure to build with g++-4.3:

...
source='tree.cpp' object='tree.o' libtool=no \
        depfile='.deps/tree.Po' tmpdepfile='.deps/tree.TPo' \
        depmode=gcc3 /bin/sh ../depcomp \
        x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I..     -g -O2 -DNDEBUG -DNFORMAT 
-DSYSCONFDIR='"/etc/xstow"' -c -o tree.o `test -f tree.cpp || echo './'`tree.cpp
In file included from tree.h:4,
                 from tree.cpp:1:
cppdir.h:45: warning: 'typedef' was ignored in this declaration
In file included from nignore.h:11,
                 from tree.cpp:5:
leoini.h:49: warning: 'typedef' was ignored in this declaration
tree.cpp: In member function 'bool Tree::exec_list()':
tree.cpp:859: error: 'strerror' was not declared in this scope
tree.cpp:874: error: 'strerror' was not declared in this scope
tree.cpp:928: error: 'strerror' was not declared in this scope
tree.cpp:942: error: 'strerror' was not declared in this scope
tree.cpp:956: error: 'strerror' was not declared in this scope
tree.cpp:968: error: 'strerror' was not declared in this scope
make[3]: *** [tree.o] Error 1
make[3]: Leaving directory `/tmp/buildd/xstow-0.5.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/xstow-0.5.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/xstow-0.5.1'
make: *** [build-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

That looks like a missing #include <cstring> in that file.  I haven't checked
for other missing includes.
-- 
Daniel Schepler



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to