Fix more compiling/linking errors on OS X

git-svn-id: svn://localhost/ardour2/branches/3.0@4360 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sakari Bergen 2008-12-30 17:51:21 +00:00
parent 8b5acdf414
commit c5f9501e50
2 changed files with 5 additions and 5 deletions

View File

@ -192,15 +192,15 @@ NagScreen::open_uri (const char* uri)
GError* err;
return gtk_open_uri (0, uri, GDK_CURRENT_TIME, &err);
#else
#ifndef __APPLE__
#ifdef GTKOSX
extern bool cocoa_open_url (const char*);
return cocoa_open_url (uri);
#else
std::string command = "xdg-open ";
command += uri;
spawn_command_line_async (command);
return true;
#else
extern bool cocoa_open_url (const char*);
return cocoa_open_url (uri);
#endif
#endif
}

View File

@ -27,7 +27,7 @@
#include "simpleline.h"
typedef boost::fast_pool_allocator<
std::pair<double, ArdourCanvas::SimpleLine>,
std::pair<const double, ArdourCanvas::SimpleLine*>,
boost::default_user_allocator_new_delete,
boost::details::pool::null_mutex,
8192>