Comment 2 for bug 658825

Revision history for this message
Cricket Liu (cricket) wrote :

Hmm. Did a clean untar and applied the patch (which seemed to apply fine) but am seeing the same errors. Don't discount the possibility that I did something stupid--I'm not the sys admin I once was.

Anyway, the errors are still:

Making all in xstd
/bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./include -I./include -g -O3 -Wall -Wwrite-strings -Woverloaded-virtual -pipe -MT AggrStat.lo -MD -MP -MF .deps/AggrStat.Tpo -c -o AggrStat.lo AggrStat.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I./include -I./include -g -O3 -Wall -Wwrite-strings -Woverloaded-virtual -pipe -MT AggrStat.lo -MD -MP -MF .deps/AggrStat.Tpo -c AggrStat.cc -fno-common -DPIC -o .libs/AggrStat.o
In file included from ./include/xstd/AggrStat.h:8,
                 from AggrStat.cc:7:
./include/xstd/BinStream.h: In member function ‘int64_t IBinStream::geti64(int64_t&)’:
./include/xstd/BinStream.h:49: error: ‘be64toh’ was not declared in this scope
./include/xstd/BinStream.h: In member function ‘void OBinStream::puti64(int64_t)’:
./include/xstd/BinStream.h:82: error: ‘htobe64’ was not declared in this scope
make[3]: *** [AggrStat.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1