On 2/20/07, Didier CUGY <[EMAIL PROTECTED]> wrote: > 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 ? > >
don't worry, i think we all started with a mess of errors at first. Search the list for the link to the RB plugin template project and go from there (I forget who created it, but it works very nicely for building UB plugins for Mach-O; windows, Linux I can't tell you). Once you have a skeleton building and running, adding stuff is easy and Xcode is a very good tool. I always have my own standard plugin project with all the right settings that I clone when creating a new plugin. P. -- ------------------------------------------------------------------------------- Peter K. Stys, MD Professor of Medicine(Neurology), Senior Scientist Ottawa Health Research Institute, Div. of Neuroscience Ottawa Hospital / University of Ottawa Ontario, CANADA tel: (613)761-5444 fax: (613)761-5330 http://www.ohri.ca/profiles/stys.asp ------------------------------------------------------------------------------- _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
