2010-05-13 168 views
0

我試圖在我的Mac(運行Mac OS X 10.6)上爲我的作品的導軌應用程序設置我的開發環境。它需要FreeImage的,現在,我已經安裝了,我跑耙分貝:遷移並收到以下錯誤:在Mac OS X上安裝FreeImage之後的耙架問題10.6

dyld: lazy symbol binding failed: Symbol not found: _FreeImage_SetOutputMessage 
    Referenced from: /Users/username/.ruby_inline/Inline_ImageScience_cdab.bundle 
    Expected in: flat namespace 

dyld: Symbol not found: _FreeImage_SetOutputMessage 
    Referenced from: /Users/username/.ruby_inline/Inline_ImageScience_cdab.bundle 
    Expected in: flat namespace 

Trace/BPT trap 

我已經嘗試了錯誤摸索,但我在一個完整的損失到哪兒去或該如何解決這個問題。

+0

這顯然與寶石有關。重新安裝寶石。確保包含gem list的寶石。 – s84 2010-05-15 04:53:18

回答

0

一時興起,我最終刪除了我的home文件夾中的.ruby_inline目錄,並解決了問題。