Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
What I had to do to get the sdl template to work...
(1/1)
edexter2:
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.
stahta01:
--- Quote from: 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.
--- End quote ---
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
Navigation
[0] Message Index
Go to full version