![]() |
vdrift won't compile ingcc 4.3.0 - Printable Version +- Forums (https://www.vdrift.net/Forum) +-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4) +--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9) +--- Thread: vdrift won't compile ingcc 4.3.0 (/showthread.php?tid=935) |
vdrift won't compile ingcc 4.3.0 - Noneus - 03-21-2008 Hi there, With gcc 4.3.0 vdrift won't compile. With this patch it does: http://share.noneus.de/gcc43.patch The class just threw a warning. But the other 2 changes threw errors. I don't know if it compiles with older gcc versions with this. - joevenzon - 03-21-2008 Thanks, I checked in the changes R1968 (manually, I didn't actually apply the patch, so double check). Any idea why the changes to serialization.h were necessary? What error message did it throw? - clytle374 - 03-21-2008 I used gcc 4.3 for something recently and ended up finding this http://gcc.gnu.org/gcc-4.3/porting_to.html not sure if it will help or not. Just a thought. - Noneus - 03-22-2008 That's where I got it from. |