CEGUIDirect3D9GeometryBuffer.cpp Error

BlitzMax Forums/Brucey's Modules/CEGUIDirect3D9GeometryBuffer.cpp Error

Glenn Dodd(Posted 2011) [#1]
It has been a while since i did any updates.
Resynced with SVN and i get this error.

latest blitzmax.
win 7 *64


Last edited 2011


Brucey(Posted 2011) [#2]
I've rolled back CEGUI to the latest stable, which should solve all of the build problems associated with it...


Glenn Dodd(Posted 2011) [#3]
CEGUI built fine but i also downloaded this component, which fails again.




Glenn Dodd(Posted 2011) [#4]
Got this as well from SVN'ing wxmax



Brucey(Posted 2011) [#5]
That new.h error should be fixed now... :-/


Glenn Dodd(Posted 2011) [#6]
wxrarinputstream.mod now compiling.
Many thanks


MOBii(Posted 2014) [#7]
Download MinGW:
http://tdm-gcc.tdragon.net/download
Brucey say download the sjlj exe: tdm-gcc-4.7.1-2 sjlj exe

How I see if it's the sjlj?
I download: tdm-gcc-4.7.1-2.exe
is: tdm-gcc-4.7.1-2.exe sjlj verified?

Whats the difference between:
C:\Wello\MinGW\bin
C:\Wello\MinGW\mingw32\bin
ar.exe && ld.exe

Brucey: That new.h error should be fixed now... :-/
I download: wxmax_1_01_win32_bin.rar

C:/BlitzMax/mod/wx.mod/wxrarinputstream.mod/src/unrar/os.hpp:65:19: fatal error: new.h: No such file or directory

Does: new.h cause the sjlj erros || is it tdm-gcc-4.7.1-2.exe (the MinGW) that is wrong?

C:/BlitzMax/mod/wx.mod/wx.mod/../lib/win32/libwxmsw28u_xrc.a(xrclib_xmlres.o):xmlres.cpp:(.text+0x15): undefined reference to `__gxx_personality_sj0'


Do I need to copy any to: C:\BlitzMax\mod\wx.mod\lib\win32

How did Glenn Dodd: compile: wxrarinputstream.mod?


MOBii(Posted 2014) [#8]
I got Brucey: Win32 BlitzMax with GCC 4.x - HowTo

Now I manage to NOT get the sjlj error anymore

But I get this new message when I run the application:
absolute.exe has stop working
A problem caused the program to stop working correctly. Please close the program.


My wxrarinputstream.mod is still not builded!


Henri(Posted 2014) [#9]
Hello,

make sure you have the newest version of wxMax. Donload from here Github - Maxmods

-Henri