#39197: New port: RStudio ----------------------------+---------------------- Reporter: kjell.konis@… | Owner: larryv@… Type: submission | Status: assigned Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: RStudio | ----------------------------+---------------------- Comment (by howarth@…): On fink I got rstudio-0.98.826 to build against boost 1.55 with the following change gleaned from a Google search… {{{ --- rstudio-0.98.826/src/cpp/desktop-mac/MainFrameController.h.orig 2014-05-08 08:29:46.000000000 -0400 +++ rstudio-0.98.826/src/cpp/desktop-mac/MainFrameController.h 2014-05-08 08:31:28.000000000 -0400 @@ -13,6 +13,11 @@ * */ +#ifdef check +#undef check +#endif +#import "boost/type_traits.hpp" + #import "WebViewController.h" #import "MainFrameMenu.h" }}} -- Ticket URL: <https://trac.macports.org/ticket/39197#comment:13> MacPorts <http://www.macports.org/> Ports system for OS X