OK i began with XCODE (i'm a newbe) there is many errors like
/Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:123: error: redefinition of typedef 'BackgroundTaskProc' /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:100: error: previous declaration of 'BackgroundTaskProc' was here /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:422: error: conflicting types for 'REALnewInstance' /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:325: error: previous declaration of 'REALnewInstance' was here /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:457: error: parse error before '&' token /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:568: error: conflicting types for 'REALGetPropValue' /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:567: error: previous declaration of 'REALGetPropValue' was here /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:569: error: conflicting types for 'REALGetPropValue' /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:567: error: previous declaration of 'REALGetPropValue' was here /Users/dcugy/Développement/RealBasic/FFT Plugin/FFT_Plugin_Mach-O/ Includes/rb_plugin.h:570: error: conflicting types for 'REALGetPropValue' e.g. BackGroundTaskProc is defined twice in the rb_plugin.h what i have to do ?to remove these errors ? Le 20 févr. 07 à 13:58, Björn Eiríksson a écrit : > There is no magic solution to all of this. > > You need CodeWarrior for PEF, XCode for propert UB Mach-O's, GCC for > Linux and Visual Studio for Windows (can use CodeWarrior for > Windows but > I would not go that way now days). > > Björn > > Didier CUGY wrote: >> since Metrowerks stop development of CW tools i don't know where is >> the best way to migrate >> my plugin code. >> >> i am not friendly with XCode and i don't understand where is the easy >> way to build my plugin for >> cross environment. With Code Warrior all was simple. I develop code >> and i build. >> >> now it seems to develop a piece of code with XCode, another with >> another tool and so... >> >> does somebody make something easy to use ? >> >> perhaps there is some tools compatible with XCode allowing to compile >> for windows and linux ? >> >> ..... >> >> thank's >> _______________________________________________ >> Unsubscribe or switch delivery mode: >> <http://www.realsoftware.com/support/listmanager/> >> >> Search the archives: >> <http://support.realsoftware.com/listarchives/lists.html> >> >> >> . >> >> > > _______________________________________________ > Unsubscribe or switch delivery mode: > <http://www.realsoftware.com/support/listmanager/> > > Search the archives: > <http://support.realsoftware.com/listarchives/lists.html> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
