Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - dHula

#1
hi all,

I keep getting this run-time error when running the FullExample from the  TGUI v0.6.1 MinGW 4.7 precompiled download

the procedure entry point __gxx_personality_sj0 could not be located in the dynamic link library libstdc++6

I'm using win7 and code block 13.12 (MinGW 4.7).

I have coped the libstdc++6 lib to the project folder from the mingw bin and this error appears.
just another side note, sfml 2.1 is working fine by its own' the error shows up when i init tgui.
tgui::Gui gui(window);

Any ideas ?
#2
Hi all,

I'm using CMake (2.8.11.2) and MinGW 4.7 (from code block) but I getting the flowing error.
QuoteCheck size of void* - failed

Any ideas ?

Additional information:
OS: windows 7
code block: v13.12
TGUI: 0.6.1


CMake console:
The C compiler identification is GNU 4.7.1
The CXX compiler identification is GNU 4.7.1
Check for working C compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/gcc.exe
Check for working C compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/gcc.exe -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/g++.exe
Check for working CXX compiler: C:/Program Files (x86)/CodeBlocks/MinGW/bin/g++.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
Looking for sys/types.h
Looking for sys/types.h - found
Looking for stdint.h
Looking for stdint.h - found
Looking for stddef.h
Looking for stddef.h - found
Check size of void*
Check size of void* - failed
CMake Error at cmake/Config.cmake:13 (message):
  Unsupported architecture
Call Stack (most recent call first):
  CMakeLists.txt:29 (include)


Configuring incomplete, errors occurred!
See also "C:/Users/d/Desktop/TGUI-0.6.1 MinGW 4.7 TDM (SJLJ) - 32bit/build/CMakeFiles/CMakeOutput.log".
See also "C:/Users/d/Desktop/TGUI-0.6.1 MinGW 4.7 TDM (SJLJ) - 32bit/build/CMakeFiles/CMakeError.log".