Search found 193 matches

by lucebac
Wed Sep 02, 2015 22:52
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

You have the most precise error description in front of you that you can get. Draw your own conclusions from it, please.
by lucebac
Wed Sep 02, 2015 21:11
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

Because CEGUI seems to be (at least) opening some window, please post your CEGUI.log file here.
by lucebac
Tue Sep 01, 2015 17:10
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

System::create fails to load the XMLParser module as you can see from the stack trace. Open CMake and set CEGUI_OPTION_DEFAULT_XMLPARSER to some appropriate value. In your case "CEGUIExpatParser" should do the trick.
by lucebac
Tue Sep 01, 2015 16:14
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

Look here and compare to your code.
by lucebac
Mon Aug 31, 2015 22:18
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

If you don't need XML schema checking I'd recommend not to use Xerces since it's way to overpowered for your needs.
by lucebac
Mon Aug 31, 2015 14:51
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

You don't have your DirectX SDK set up properly. Do you have any experience in building programs/libraries from source? Doesn't seem to be the case IMO. I won't write a step-by-step guide for you as there is something like that already in the wiki. Also, I won't track down each and every error ocurr...
by lucebac
Mon Aug 31, 2015 09:07
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

Ok. Please do the following: -> open cmake-gui and point it to the cegui sources -> delete cmake cache (file -> delete cache) -> press "configure" button -> check whether OpenGL3 renderer is enabled and disable it if that is the case (do the same for the python modules) -> press "conf...
by lucebac
Mon Aug 31, 2015 02:26
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

Did you copy the dependencies to the right folder?
by lucebac
Mon Aug 31, 2015 01:37
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

It is actually pretty clear what you have to do:
cmake log wrote:You may not enable both CEGUI_USE_FRIBIDI and CEGUI_USE_MINIBIDI. Please
choose only one of these options.

Why didn't you do that?

Also: you seem to have LibXML2 parser enabled but CMake did not find the files. Please disable the libXML2 parser.
by lucebac
Mon Aug 31, 2015 01:29
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

Please proide the the text output that gets printed out in your CMake window.
by lucebac
Mon Aug 31, 2015 01:08
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

I think I got your problem now: can you disable "Python Modules" and check whether this helps in some way? These require both OpenGL and OpenGL3 renderer but OpenGL3 is not supported in MingW as you said. So, disabling them might help. Also: please use [code] tags for longer texts (e.g. lo...
by lucebac
Sun Aug 30, 2015 23:02
Forum: Help
Topic: Error building libs CEGUI (MinGW)
Replies: 61
Views: 35594

Re: Error building libs CEGUI (MinGW)

Please copy the whole CMake log and paste it somewhere.
From your CMake window I can see that you did not build both the OpenGL and OpenGL3 renderer. Please enable the OpenGL3Renderer.
by lucebac
Sun Aug 09, 2015 20:51
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10455

Re: beginner question : Problem with using subscribeEvent

I fiddled around with my template code and used your code for initialization etc and found no obvious bug. The problem must definitely be somewhere in your "quit" function as I was able to call my ButtonClick handler without further problems.
by lucebac
Sun Aug 09, 2015 14:40
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10455

Re: beginner question : Problem with using subscribeEvent

This is still not the CEGUI log, but from the information I can get from it I should now be able to guide you to the correct folder where the CEGUI log should be. 1) open explorer 2) goto "E:\OgreSDK_vc11_v1-9-0\bin\debug\" 3) open CEGUI.log in notepad (or whatever editor you are using) 4)...
by lucebac
Sun Aug 09, 2015 13:53
Forum: Help
Topic: beginner question : Problem with using subscribeEvent
Replies: 17
Views: 10455

Re: beginner question : Problem with using subscribeEvent

Please provide us with the CEGUI.log file! We cannot and won't help on questions showing a bit of code and asking why this is not working properly or at all.

Go to advanced search