meebey / smuxi

Smuxi is an user-friendly and free IRC client for Linux, Windows and Mac OS X based on GNOME / GTK+
https://smuxi.im/
GNU General Public License v2.0
172 stars 46 forks source link

build: set libray path for 'run' target on OS X. #219

Closed carlosmn closed 9 years ago

carlosmn commented 9 years ago

When we're on OS X, some of the libraries we need aren't readily available from the system. We must therefore set up a fallback path for the linker to look in mono's library dir, where e.g. libintl lives.

We do this in the script for Smuxi.app already, so let's use the same paths in the Makefile.

carlosmn commented 9 years ago

Well, it looks like this isn't enough. With just this, whenever I select text, mono segfaults :confused:

carlosmn commented 9 years ago

It looks like the segfault was due to a mono upgrade performed during the session. Logging out and back in makes it not segfault anymore, so it looks like this is fine as-is. It helps quite a bit when trying stuff out on OSX.