Guest jim Posted October 4, 2010 Report Share Posted October 4, 2010 This could possibly be considered an ekt topic but I think it's better here. http://recherche.ircam.fr/equipes/repmus/OpenMusic/download.html I'm pretty retarded with computers but does that mean I can essentially remake the program as a .exe file by following the instructions and have it run as if I had bought it? (I would buy it but the current version on the ircam forum only runs on osx and i draw the line at shelling out for a macbook for one program) Quote Link to comment https://forum.watmm.com/topic/60234-source-code-question/ Share on other sites More sharing options...
Guest Babar Posted October 5, 2010 Report Share Posted October 5, 2010 yes "to compile" the source code, means building the program from its "recipe". You basically follow the steps described on this page and you should end up with a .exe. Quote Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1429281 Share on other sites More sharing options...
Guest jim Posted October 5, 2010 Report Share Posted October 5, 2010 Ok so I've done what it said, the "recipe" was a bit wrong, had to find certain files from elsewhere but nomatter. What does the 5th bullet point mean though? "- Evaluate: (om::START-OPENMUSIC)" Quote Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1429293 Share on other sites More sharing options...
kaini Posted October 5, 2010 Report Share Posted October 5, 2010 (edited) that command basically tells the LISP interpreter (lispworks) to run openmusic (which you loaded into the interpreter in the previous step). so, launch lispworks and type that command. Edited October 5, 2010 by kaini Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide kaini's signature Hide all signatures On 5/7/2013 at 11:06 PM, ambermonk said: I know IDM can be extreme On 6/3/2017 at 11:50 PM, ladalaika said: this sounds like an airplane landing on a minefield Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1429298 Share on other sites More sharing options...
Guest jim Posted October 5, 2010 Report Share Posted October 5, 2010 (edited) never mind, got it. edit: thanks kaini Edited October 5, 2010 by jim Quote Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1429306 Share on other sites More sharing options...
Guest jim Posted October 5, 2010 Report Share Posted October 5, 2010 So apparently I now need something called "delivery" which doesn't come with Lispworks Personal edition. Anyone fancy doing all this shit and... sending me the .exe? I'd paypal you like 20 quid or something... if it actually worked! Quote Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1429323 Share on other sites More sharing options...
Guest Babar Posted October 5, 2010 Report Share Posted October 5, 2010 be more concise about this delivery thing. Post the exact error text here, and I might be able to help even-though i never used lisp (but will one day). Post a screenshot if necessary. Quote Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1429730 Share on other sites More sharing options...
Guest jim Posted October 5, 2010 Report Share Posted October 5, 2010 There's no error, it's just that the version of lispworks i used was a free one and therefore doesn't have the capability of "delivering" an executable file... I think. Quote Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1429799 Share on other sites More sharing options...
Guest Babar Posted October 5, 2010 Report Share Posted October 5, 2010 On 10/5/2010 at 6:03 PM, jim said: There's no error, it's just that the version of lispworks i used was a free one and therefore doesn't have the capability of "delivering" an executable file... I think. Youhave to find a free IDE (Integrated development environment) for lisp. here is a list: http://www.thefreecountry.com/compilers/commonlisp.shtml Quote Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1429803 Share on other sites More sharing options...
Bubba69 Posted October 5, 2010 Report Share Posted October 5, 2010 this looks stupid anyways. http://www.sensomusic.com/usine/ Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide Bubba69's signature Hide all signatures https://intervallux.bandcamp.com/ Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1430007 Share on other sites More sharing options...
kaini Posted October 5, 2010 Report Share Posted October 5, 2010 On 10/5/2010 at 6:07 PM, Babar said: On 10/5/2010 at 6:03 PM, jim said: There's no error, it's just that the version of lispworks i used was a free one and therefore doesn't have the capability of "delivering" an executable file... I think. Youhave to find a free IDE (Integrated development environment) for lisp. here is a list: http://www.thefreecountry.com/compilers/commonlisp.shtml what he is actually trying to do is compile a new version of LISP with composition-related extensions built in (think built in #includes if you know C). so i suspect it will need to be the recommended interpeter, LISPworks. Thanks Haha Confused Sad Facepalm Burger Farnsworth Big Brain Like × Quote Hide kaini's signature Hide all signatures On 5/7/2013 at 11:06 PM, ambermonk said: I know IDM can be extreme On 6/3/2017 at 11:50 PM, ladalaika said: this sounds like an airplane landing on a minefield Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1430013 Share on other sites More sharing options...
Guest jim Posted October 6, 2010 Report Share Posted October 6, 2010 On 10/5/2010 at 10:33 PM, Bubba69 said: this looks stupid anyways. http://www.sensomusic.com/usine/ Right, maybe i'll download that fisher price version of max instead. Quote Link to comment https://forum.watmm.com/topic/60234-source-code-question/#findComment-1430542 Share on other sites More sharing options...
Recommended Posts