Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: edexter2 on November 19, 2012, 05:16:26 pm

Title: What I had to do to get the sdl template to work...
Post by: edexter2 on November 19, 2012, 05:16:26 pm
What I did was create a seperate sdl directory off of the mingw and I had to put the include files in the sdl directory and in a include directory off of the sdl directory. 

void *__gxx_personality_v0;

Then I had to add this line to the example because I was getting a strange error.  Other than that it is working great and I am now using the newest version of codeblocks.  I did have an issue where I have more than one version of gcc that it had detected so I had it trying to use more than one compiler....  The help thing is working great, I haven't tried adding a relitive path though to see if I can have codeblocks as being portable...  Being able to have more helpfiles is fantastic and hopefully more are added to the distro.
Title: Re: What I had to do to get the sdl template to work...
Post by: stahta01 on November 19, 2012, 06:50:32 pm
What I did was create a seperate sdl directory off of the mingw and I had to put the include files in the sdl directory and in a include directory off of the sdl directory.  

void *__gxx_personality_v0;

Then I had to add this line to the example because I was getting a strange error.  Other than that it is working great and I am now using the newest version of codeblocks.  I did have an issue where I have more than one version of gcc that it had detected so I had it trying to use more than one compiler....  The help thing is working great, I haven't tried adding a relitive path though to see if I can have codeblocks as being portable...  Being able to have more helpfiles is fantastic and hopefully more are added to the distro.


Warning your fix is NOT really a good fix in all cases.

Anyone reading this thread should read info on this link http://stackoverflow.com/questions/329059/what-is-gxx-personality-v0-for (http://stackoverflow.com/questions/329059/what-is-gxx-personality-v0-for)