Hi Miller, hi all, my tests revealed that one should be able to compile PD externals with the Metrowerks CodeWarrior compilers. It would be great if you could change m_pd.h, line 41 to
#if defined( __GNUC__) || defined( __BORLANDC__ ) || defined (__MWERKS__)
to avoid the list of warnings then.
best greetings, Thomas
Thomas Grill said this at Fri, 9 May 2003 15:08:57 +0200:
my tests revealed that one should be able to compile PD externals with the Metrowerks CodeWarrior compilers.
Cool! Any idea what sort of performance gains (if any) that gives?
Cheers, adam
Anytime I start PD on my computer I get an amazing crash, bluescreen and then reboot! This is the first time it has ever happened to me on this machine? I installed some shareware software today but I have since uninstaled it all but whenever I start PD my computer dies? Has anyone had this problem before? I have tried running other Dos programs and then all execute fine? very strange?
Rory.
Yahoo! Plus For a better Internet experience http://www.yahoo.co.uk/btoffer
Well I sorted out the problem; I reinstalled all my audio drivers and now it works again, I must have messed up something when installing some other audio software!
--- Rory Walsh rorytheroar@yahoo.com wrote: > Anytime I start PD on my computer I get an amazing
crash, bluescreen and then reboot! This is the first time it has ever happened to me on this machine? I installed some shareware software today but I have since uninstaled it all but whenever I start PD my computer dies? Has anyone had this problem before? I have tried running other Dos programs and then all execute fine? very strange?
Rory.
Yahoo! Plus For a better Internet experience http://www.yahoo.co.uk/btoffer
PD-list mailing list PD-list@iem.kug.ac.at
http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Yahoo! Plus For a better Internet experience http://www.yahoo.co.uk/btoffer
On Fri, May 09, 2003 at 04:02:17PM +0100, Rory Walsh said:
Well I sorted out the problem; I reinstalled all my audio drivers and now it works again, I must have messed up something when installing some other audio software!
Try unix, or a Mac ;-)
Nick
Nick Morrison schrieb:
Try unix, or a Mac ;-)
Maybe it's possible to add a fourth pd list, somethink like 'pd-religious_thoughts' where people can ridicule about each other and announce their newly established religious communities.
What about collecting stamps? Generations of poeple have done that and were quite lucky with it. You don't have to use a computer at all!
Speaking seriously: I don't think we have to blame people who are using Win for doing so on this list. We all know the differences of the major systems and we all have our reasons to use the one we are using. No need for stupid remarks, though.
Olaf [ a stupid Windows user ]
On Sun, May 11, 2003 at 06:37:07PM +0200, Olaf Matthes said:
Nick Morrison schrieb:
Try unix, or a Mac ;-)
Maybe it's possible to add a fourth pd list, somethink like 'pd-religious_thoughts' where people can ridicule about each other and announce their newly established religious communities.
What about collecting stamps? Generations of poeple have done that and were quite lucky with it. You don't have to use a computer at all!
Speaking seriously: I don't think we have to blame people who are using Win for doing so on this list. We all know the differences of the major systems and we all have our reasons to use the one we are using. No need for stupid remarks, though.
Fair enough - I retract my comment. My apologies; I didn't mean to offend. I've even been known to use Windows myself on the odd occasion.
Hi Adam, there are still some problems with linking (it's the prebinding stuff) so i have no externals running yet...
greetings, T
----- Original Message ----- From: "Adam Lindsay" atl@comp.lancs.ac.uk To: "Thomas Grill" t.grill@gmx.net; "pd" pd-list@iem.kug.ac.at Sent: Friday, May 09, 2003 3:29 PM Subject: Re: [PD] Codewarrior compatibility
Thomas Grill said this at Fri, 9 May 2003 15:08:57 +0200:
my tests revealed that one should be able to compile PD externals with
the
Metrowerks CodeWarrior compilers.
Cool! Any idea what sort of performance gains (if any) that gives?
Cheers, adam
--
Adam T. Lindsay atl@comp.lancs.ac.uk Computing Dept, Lancaster University +44(0)1524/594.537 Lancaster, LA1 4YR, UK Fax:+44(0)1524/593.608 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
my tests revealed that one should be able to compile PD externals with
the
Metrowerks CodeWarrior compilers.
Cool! Any idea what sort of performance gains (if any) that gives?
Hi, actually hard to believe but according to some communication on the CodeWarrior list, CW doesn't yet allow to link against an executable (such as PD). In other words, the ld -bundle_loader option has no equivalent for CW, and even more suprising it doesn't seem to be possible to let references of a shared library file unresolved. However, Metrowerks has now accepted this to be a bug and will possibly implement this feature shortly. Up to then: no CodeWarrior externals for PD@OSX!
sorry for misleading, Thomas
Sure... I suppose I should turn it around since it might only be MSVC which does it the other way! But for now I'll just add in MWERKS as you suggest.
cheers Miller
On Fri, May 09, 2003 at 03:08:57PM +0200, Thomas Grill wrote:
Hi Miller, hi all, my tests revealed that one should be able to compile PD externals with the Metrowerks CodeWarrior compilers. It would be great if you could change m_pd.h, line 41 to
#if defined( __GNUC__) || defined( __BORLANDC__ ) || defined (__MWERKS__)
to avoid the list of warnings then.
best greetings, Thomas
PD-list mailing list PD-list@iem.kug.ac.at http://iem.kug.ac.at/cgi-bin/mailman/listinfo/pd-list
Sure... I suppose I should turn it around since it might only be MSVC which does it the other way! But for now I'll just add in MWERKS as you suggest.
Hi Miller, i once suggested turning it around but someone threw in some arguments (i think concerning the Intel Compiler) against it. Maybe it's really better just adding MWERKS
greetings, Thomas