Search found 12 matches

by odedsh
Sat Nov 23, 2013 21:03
Forum: Help
Topic: Kudos to CEGUI team
Replies: 1
Views: 1797

Kudos to CEGUI team

Just wanted to say thanks for the library and Kudos to the team. I have been studying the library for a few weeks now and so far I am really happy with everything I see. Initially when I had to choose a UI library I evaluated both CEGUI and other libraries. I ended up selecting libRocket. At the tim...
by odedsh
Sat Nov 23, 2013 20:40
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG] Building CEGui0.8.2 with GCC fails: Can't find DbgHelp
Replies: 2
Views: 4367

Re: [BUG] Building CEGui0.8.2 with GCC fails: Can't find Dbg

To workaround this problem on my machine I changed: cegui_target_link_libraries(${CEGUI_TARGET_NAME} winmm debug DbgHelp) to cegui_target_link_libraries(${CEGUI_TARGET_NAME} winmm ) In CMakeLists.txt The correct fix is to only use DbgHelp in case of MSVC compiler.. I don't know enough CMake to attem...
by odedsh
Sat Nov 23, 2013 20:38
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Solved] cegui-deps-0.8.x-src Invalid def files (MinGW)
Replies: 5
Views: 6790

Re: Bug Report: cegui-deps-0.8.x-src Invalid def files (MinG

By removing the 'LIBRARY' keyword from the .def files I was able to complete the compilation.

I'll figure out how to suggest a patch to the library but for now anyone interested can easily solve this manually
by odedsh
Fri Nov 15, 2013 06:50
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [BUG] Building CEGui0.8.2 with GCC fails: Can't find DbgHelp
Replies: 2
Views: 4367

[BUG] Building CEGui0.8.2 with GCC fails: Can't find DbgHelp

Building CEGui 0.8.2 on Windows with MinGW (with GCC 4.7.2) and CMake 2.8: Building Debug DLL: libCEGUIBase-0_d.dll fails Linking CXX shared library ..\..\bin\libCEGUIBase-0_d.dll cd /d C:\Cpp\cegui-0.8.2\cegui\src && "C:\Program Files (x86)\CMake 2.8\bin\cmake.exe" -E cmake_link_s...
by odedsh
Fri Nov 15, 2013 06:37
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Solved] cegui-deps-0.8.x-src Invalid def files (MinGW)
Replies: 5
Views: 6790

[Solved] cegui-deps-0.8.x-src Invalid def files (MinGW)

I've encountered the following problem compiling cegui-deps for 0.8 on Windows using MinGW with gcc 4.7.2. Makefile generated with CMake 2.8 libPNG and EXPAT come with def files that can't be recognized by gcc: pngwin.def, libexpat.def, libexpatw.def All of these contain the LIBRARY keyword. Which c...
by odedsh
Thu Nov 14, 2013 21:19
Forum: Help
Topic: [Solved] Problem with CMake CEGUI 0.8.2: Can NOT find SILLY
Replies: 3
Views: 4237

Re: Problems with CMake and CEGUI 0.8.2: Could NOT find SILL

Alright, Figured that all my problems were down to the fact that CMAKE_PREFIX_PATH is configured under the assumption that all the dependencies are compiled to: <CEGUI_DIR>/dependencies (lib & include etc..) I have them at: C:/Cpp/cegui-deps-0.8.x-src/dependencies Fixed the path in CMake and my ...
by odedsh
Thu Nov 14, 2013 20:49
Forum: Help
Topic: [Solved] Problem with CMake CEGUI 0.8.2: Can NOT find SILLY
Replies: 3
Views: 4237

Re: Problems with CMake and CEGUI 0.8.2: Could NOT find SILL

I think the problem is with finding libpng..
In FindSilly.cmake:
cegui_find_libraries(SILLY_LIB_STATIC "libpng;jpeg" static)
cegui_find_libraries(SILLY_LIB_STATIC_DBG "libpng_d;jpeg_d" static)

After these calls SILLY_LIB_STATIC is replaced with `libpng-NOTFOUND`..
by odedsh
Thu Nov 14, 2013 20:32
Forum: Help
Topic: [Solved] Problem with CMake CEGUI 0.8.2: Can NOT find SILLY
Replies: 3
Views: 4237

[Solved] Problem with CMake CEGUI 0.8.2: Can NOT find SILLY

Hi, I'm trying to compile CEGUI for the first time. I am using CMake 2.8 and CEGUI 0.8.2. I am using MinGW32 and gcc 4.7.2 I used the dependencies pack for 0.8 and compiled it successfully for release & debug (I believe) Currently when I am using CMake to generate make files I get the following ...
by odedsh
Thu Nov 14, 2013 18:54
Forum: Help
Topic: [Solved]Unable to compile libpng (from cegui-dep) on mingw32
Replies: 6
Views: 5043

Re: Unable to compile libpng (from the cegui-dep) with mingw

Same issue occurs with libexpat.. (syntax error in libexpat.def)
Same change fixes it there as well
by odedsh
Thu Nov 14, 2013 18:38
Forum: Help
Topic: [Solved]Unable to compile libpng (from cegui-dep) on mingw32
Replies: 6
Views: 5043

[Solved]Unable to compile libpng (from cegui-dep) on mingw32

Hi, I'm new to CEGUI, and I am having problems compiling the library. In fact I'm having trouble compiling the dependencies: The error I am seeing is this: Linking C shared library ..\..\..\dependencies\bin\liblibpng.dll cd /d C:\Cpp\cegui-deps-0.8.x-src\src\libpng-1.4.7\CEGUI-BUILD && "...

Go to advanced search