# export PKG_CONFIG_PATH=/usr/lib/pkgconfig # make # make install
Failed to initialize the 'Mono 3.5 Profile' (mono-3.5) target framework. Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/. For more information regarding the cause of the build failure, run the build again in debug mode.
↓
例: export PKG_CONFIG_PATH=/usr/lib/pkgconfig
# make ........ The current runtime framework 'mono-2.0' is not correctly configured in the NAnt configuration file. Unable to locate 'mono' module using pkg-config. Download the Mono development packages from http://www.mono-project.com/downloads/.
↓
/root/SRC/nant-0.85/src/NAnt.Core/Task.cs(404,33): error CS0809: Obsolete member `NAnt.Core.Task.InitializeElement(System.Xml.XmlNode)' overrides non-obsolete member `NAnt.Core.Element.InitializeElement(System.Xml.XmlNode)'
↓
# make clean # make # make install