I´m trying to compile the dependencies with freeimage. And getting this erros:
If i compile it without freeimage CEGUI compilation complains about the absence of freeimage header and lib.
Edit:
Looks like a bug in freeimage:
https://sourceforge.net/p/freeimage/bugs/267/
Search found 11 matches
- Sun Aug 27, 2017 19:56
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
- Sun Aug 27, 2017 16:35
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
Re: undefined reference to glClear
or maybe i can find i can find FreeImage in the dependecies configuration ...
working on that
working on that
- Sun Aug 27, 2017 16:15
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
Re: undefined reference to glClear
Are you using the 0.7.X dependencies or 0.8.X dependencies? 0.8. i used the link that is on CEGUI home. From the list of linked libraries in your first post I call tell that you are missig any libCEGUI*ImageCodec.dll. Therefore it crashes. Please add the default image codec DLL to your application ...
- Sun Aug 27, 2017 00:38
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
Re: undefined reference to glClear
Ident wrote:Are you using identical code from the application template?
Yes, its the same code. My idea was to put a 'hello world' working to start studying how CEGUI works.
- Sat Aug 26, 2017 18:15
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
Re: undefined reference to glClear
Kind of.
i got this messages:
And a popup saying : segmentation fault
The line where the error apear to be is this:
And i have no idea what to do with any of those things.
i got this messages:
And a popup saying : segmentation fault
The line where the error apear to be is this:
Code: Select all
CEGUI::System::create(cegui_renderer);
And i have no idea what to do with any of those things.
- Sat Aug 26, 2017 17:44
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
Re: undefined reference to glClear
I duplicated the "libCEGUIBase-0.dll" and rename the copy to "libCEGUI.dll". But the program still crashes. this time with practically no message on log: 26/08/2017 14:31:45 (Std) CEGUI::Logger singleton created. (0233e3c0) About the project settings, i dont know anything that i ...
- Sat Aug 26, 2017 15:30
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
Re: undefined reference to glClear
no. but seems to me that it shouldn't be necessary, at least with this name.
This is what i have in the exe folder:
libCEGUIBase-0.dll
libCEGUICoreWindowRendererSet.dll
libCEGUIOpenGLRenderer-0.dll
libexpat.dll
libfreetype.dll
libglew.dll
libglfw.dll
libpcre.dll
libzlib.dll
SDL2.dll
This is what i have in the exe folder:
libCEGUIBase-0.dll
libCEGUICoreWindowRendererSet.dll
libCEGUIOpenGLRenderer-0.dll
libexpat.dll
libfreetype.dll
libglew.dll
libglfw.dll
libpcre.dll
libzlib.dll
SDL2.dll
- Sat Aug 26, 2017 13:52
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
Re: undefined reference to glClear
Hi all, Now i´m able to compile and execute the app ! :D But, as soon as the window opens it crashes. And the only message that i get n the log is that: 26/08/2017 01:38:22 (Std) CEGUI::Logger singleton created. (02f323c8) 26/08/2017 01:38:23 (Error) CEGUI::GenericException in function 'CEGUI::Dynam...
- Fri Aug 25, 2017 14:14
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
Re: undefined reference to glClear
I saw it Mr. Ebach, and i searched the internet for such dependency, to find out that opengl is a specification and not a framework. So I supposed this would be embedded somewhere in that CEGUI dependencies. But, anyway, thank you for your attention. If anybody else has any aditional hint I apprecia...
- Fri Aug 25, 2017 13:51
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
Re: undefined reference to glClear
but, were is it from ?
Its not in CEGUI dependencies ...
Its not in CEGUI dependencies ...
- Thu Aug 24, 2017 23:47
- Forum: Help
- Topic: undefined reference to glClear
- Replies: 20
- Views: 23554
undefined reference to glClear
Hi all, I´m trying to build my fist window with CEGUI, for around two weeks now. I was able to make some progress, but i´m still stuck. I fallowed this video: https://www.youtube.com/watch?v=mwf_gDVudsE Read this articles: http://static.cegui.org.uk/docs/0.8.7/building_deps.html http://static.cegui....