[MonoDevelop] New location of walkthrough

Bart Masschelein masschel at gmail.com
Mon Dec 29 05:26:09 EST 2008


Hi folks,

FYI, the previous location of my walkthrough on how to compile  
monodevelop on osx using macports has relocated to http://blog.naiznoiz.com/2008/10/compiling-monodevelop-on-osx 
.

I saw in the update yesterday there are some issues when the Makefiles  
are created, specifically in main/build/Makefile. On OSX, you'll have  
to change the lines

	cp -a AddIns $(MAC_APP_LIB_DIR)
         cp -a data $(MAC_APP_LIB_DIR)
         cp -a bin $(MAC_APP_LIB_DIR)
         cp -a locale $(MAC_APP_DIR)/Contents/MacOS/share

to

	cp -pR AddIns $(MAC_APP_LIB_DIR)
         cp -pR data $(MAC_APP_LIB_DIR)
         cp -pR bin $(MAC_APP_LIB_DIR)
         cp -pR locale $(MAC_APP_DIR)/Contents/MacOS/share

You'll have to do this everytime you run ./configure

Cheers, and happy new year!

Bart


More information about the Monodevelop-list mailing list