ОШИБКА XmlConfigurator ошибка с Nant на моно 2.8 - PullRequest
0 голосов
/ 12 октября 2010

Я протестировал с простым nant (0.90) в Mac OS X 10.6.4, но получил следующее сообщение об ошибке.Даже с сообщением об ошибке я мог запустить 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 

1 Ответ

0 голосов
/ 13 октября 2010

export DYLD_FALLBACK_LIBRARY_PATH = "/ usr / lib /: $ DYLD_FALLBACK_LIBRARY_PATH" должно быть в файле bash.

...