Build sequence:
dev# wget http://mesh.dl.sourceforge.net/sourceforge/htop/htop-0.8.tar.gz dev# tar xzvf htop-0.8.tar.gz dev# cd htop-0.8In order to be able to configure it on chroot-ed environment, we have to fake the /proc filesystem
dev# echo > /proc/stat dev# echo > /proc/meminfo dev# ./configure --prefix=/mnt/C/sysBuild error
It seems to me there is an inconsistency in DEBUG/ASSERT definition. There is a function called just in asserts (not necessary disabled in release build) but defined just in case of DEBUG build.
Quick fix: In HashTable.c comment out all asserts with HashTable_isConsistent
dev# make dev# make install
No comments:
Post a Comment