错误XmlConfigurator在mono 2.8上出现Nant错误

错误XmlConfigurator在mono 2.8上出现Nant错误,mono,nant,Mono,Nant,我在MacOSX10.6.4上使用SimpleNant(0.90)进行了测试,但得到了以下错误消息。 即使有错误消息,我也可以运行nant来成功获取二进制文件 可能有什么问题 log4net:ERROR XmlConfigurator: Failed to initialize configuration file watcher for file [/Library/Frameworks/Mono.framework/Versions/2.8/share/NAnt/bin/NAnt.exe.c

我在MacOSX10.6.4上使用SimpleNant(0.90)进行了测试,但得到了以下错误消息。 即使有错误消息,我也可以运行nant来成功获取二进制文件

可能有什么问题

log4net:ERROR XmlConfigurator: Failed to initialize configuration file watcher for file [/Library/Frameworks/Mono.framework/Versions/2.8/share/NAnt/bin/NAnt.exe.config] System.DllNotFoundException: libc.dylib at (wrapper managed-to-native) System.IO.KeventWatcher:kqueue () at System.IO.KeventWatcher.GetInstance (IFileWatcher& watcher) [0x00000] in :0 at System.IO.FileSystemWatcher.InitWatcher () [0x00000] in :0 at System.IO.FileSystemWatcher..ctor () [0x00000] in :0 at (wrapper remoting-invoke-with-check) System.IO.FileSystemWatcher:.ctor () at log4net.Config.XmlConfigurator+ConfigureAndWatchHandler..ctor (ILoggerRepository repository, System.IO.FileInfo configFile) [0x00000] in :0 at log4net.Config.XmlConfigurator+ConfigureAndWatchHandler.StartWatching (ILoggerRepository repository, System.IO.FileInfo configFile) [0x00000] in :0 at log4net.Config.XmlConfigurator.ConfigureAndWatch (ILoggerRepository repository, System.IO.FileInfo configFile) [0x00000] in :0 log4net:错误XmlConfigurator:未能初始化文件[/Library/Frameworks/Mono.framework/Versions/2.8/share/NAnt/bin/NAnt.exe.config]的配置文件监视程序 System.DllNotFoundException:libc.dylib at(包装器管理到本机)System.IO.KeventWatcher:kqueue() 位于System.IO.KeventWatcher.GetInstance(IFileWatcher&watcher)[0x00000]中:0 位于:0中的System.IO.FileSystemWatcher.InitWatcher()[0x00000]处 在:0中的System.IO.FileSystemWatcher..ctor()[0x00000]处 在(带检查的包装器远程处理调用)System.IO.FileSystemWatcher:.ctor() 在:0中的log4net.Config.XmlConfigurator+ConfigureAndWatchHandler..ctor(ILoggerRepository repository,System.IO.FileInfo configFile)[0x00000]处 在:0中的log4net.Config.XmlConfigurator+ConfigureAndWatchHandler.StartWatching(ILoggerRepository repository,System.IO.FileInfo configFile)[0x00000]处 在:0中的log4net.Config.XmlConfigurator.ConfigureAndWatch(ILogger存储库,System.IO.FileInfo配置文件)[0x00000]处
export DYLD\u FALLBACK\u LIBRARY\u PATH=“/usr/lib/:$DYLD\u FALLBACK\u LIBRARY\u PATH”应该在bash文件中