David Fange
-
2008-05-22
This patch applies to a file naming problem in mac osx. For case-insensitive file systems, which is the default in mac osx there is a file name clash between the MesoRD file GetOpt.H and the system file getopt.h.
To apply the patch:
extract mesord:
tar -vxzf mesord-0.2.1.tar.gz
cd mesord-0.2.1
patch -p1 < mesord-0.2.1-osx.patch
rename GetOpt.H to GetOpt.hpp
mv ./src/ui/GetOpt.H ./src/ui/GetOpt.hpp
configure and make as usual.