Page 1 of 1

[patch] make_mac_bundle.sh

Posted: Sat Dec 18, 2010 5:49 am
by Auria
Hi,

the current version of "make_mac_bundle.sh" has several shortcomings :
  • Only works with monolithic wxWidgets build (this is the main issue here)
  • Modifies the files then copies them around; I made it so that it first copies the files, then edits their paths. This is a minor change but I think it's cleaner this way ;) Sometimes I build, notice I screwed up my wx paths, so I fix my paths and would like to re-run the bundling script, but atm it's impossible short of re-linking everything. As i said, minor, but helpful IMO :)
the patch is attached. It works for me, though of course wider testing of the changes is never a bad idea.

Re: [patch] make_mac_bundle.sh

Posted: Sat Dec 18, 2010 5:58 am
by Auria
Sorry, there was a small bug in my iteration : plugins were broken :(

But now find attached a patch that seems fine to me :)

Re: [patch] make_mac_bundle.sh

Posted: Sun Dec 19, 2010 1:47 am
by Auria
Found and fixed another glitch, sorry :?
Any interest?

Re: [patch] make_mac_bundle.sh

Posted: Sun Dec 19, 2010 11:05 am
by eranif
Will apply it today

Eran

Re: [patch] make_mac_bundle.sh

Posted: Wed Dec 29, 2010 5:26 pm
by eranif
Applied

Re: [patch] make_mac_bundle.sh

Posted: Wed Dec 29, 2010 7:55 pm
by Auria
Nice, thanks :)

Re: [patch] make_mac_bundle.sh

Posted: Mon Mar 07, 2011 12:13 pm
by MikeMelzer
I would be very grateful if someone could provide me a built version of CodeLite for OSX, preferably with the full install packages. I don't have enough Mac programming experience, so that I need to start from a functional base.

THanks.

Re: [patch] make_mac_bundle.sh

Posted: Mon Mar 07, 2011 6:31 pm
by Auria
MikeMelzer wrote:I would be very grateful if someone could provide me a built version of CodeLite for OSX, preferably with the full install packages. I don't have enough Mac programming experience, so that I need to start from a functional base.

THanks.
Huh, just go to the download page