HaikuArchives / Vision

A native Haiku IRC client that is feature filled, fast, lightweight, and stable.
Other
11 stars 15 forks source link

Vision broken on x86 builds #18

Closed Vidrep closed 7 years ago

Vidrep commented 7 years ago

x86 and x86h builds are broken. Desktop Error message: Could not open "Vision" (Missing symbol: _ZN7BStringixEl).

From the syslog: KERN: runtime_loader: /boot/system/apps/Vision/Vision: Could not resolve symbol '_ZN7BStringixEl' KERN: runtime_loader: /boot/system/apps/Vision/Vision: Troubles relocating: Symbol not found

Launching from terminal: runtime_loader: /boot/system/apps/Vision/Vision: Could not resolve symbol '_ZN7BStringixEl' resolve symbol "_ZN7BStringixEl" returned: -2147478780 runtime_loader: /boot/system/apps/Vision/Vision: Troubles relocating: Symbol not found

Vidrep commented 7 years ago

Building and installing Vision 0.9.8 resolves the issue on x86_gcc5h.

humdingerb commented 7 years ago

Thanks.