Hi, I'm trying to natively compile mutt on the Z (with different options and patches from the one in the feeds)
I've mounted zgcc-3.3.2.img in /opt/arm/3.3.2-vfp and exported:
export PATH=$PATH:/opt/arm/3.3.2-vfp/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/arm/3.3.2-vfp/lib
./configure -enable-pop -enable-immap -with-homespool=~/INBOX --includedir=/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include
It configures OK but make dies with:
...
mutt.h:46:24: posix1_lim.h: No such file or directory
although the file is at:
/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/include/bits/posix1_lim.h
How to I get it to find this file?
Sorry if this is a silly question, I'm not very experienced at compiling.