2008/06/09

WMU-6500FS - HTop 0.8



Build results: [binary] [files list]



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.8
In 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/sys
Build 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: