Search found 14 matches
- Wed Dec 10, 2014 13:28
- Forum: Help
- Topic: cegui-0.8.4 - Static Build on MINGW?
- Replies: 10
- Views: 8995
Re: cegui-0.8.4 - Static Build on MINGW?
By the way, Dynamic libs build error free. It's the static libs I'm having problem with.
- Wed Dec 10, 2014 12:25
- Forum: Help
- Topic: cegui-0.8.4 - Static Build on MINGW?
- Replies: 10
- Views: 8995
Re: cegui-0.8.4 - Static Build on MINGW?
btw, you are not supposed to change our cmake files. That is not how you change settings with cmake. Regarding mingw and it's support status, nobody in CEGUI team uses mingw so while it may work the support is limited. We simply don't test it. Please consider providing patches. No worries. Thanks a...
- Wed Dec 10, 2014 06:56
- Forum: Help
- Topic: cegui-0.8.4 - Static Build on MINGW?
- Replies: 10
- Views: 8995
Re: cegui-0.8.4 - Static Build?
I do use an IDE but in this case I've used the command line to build cegui and it's dependencies. Dependencies have built fine (with a few changes) but cegui intself runs into all sorts of problems. I first use cmake to create a makefile using >cmake -G "MinGW Makefiles" Then I build cegui...
- Tue Dec 09, 2014 14:13
- Forum: Help
- Topic: cegui-0.8.4 - Static Build on MINGW?
- Replies: 10
- Views: 8995
Re: cegui-0.8.4 - Static Build?
I'm not sure where to check this. What is the CEGUIBase project settings?
- Mon Dec 08, 2014 03:14
- Forum: Help
- Topic: cegui-0.8.4 - Static Build on MINGW?
- Replies: 10
- Views: 8995
cegui-0.8.4 - Static Build on MINGW?
I know there's been some discussion on this in the past but my problem seems to fall outside this. Building the dependencies has worked fine. I get both the static and dynamic libraries. When building Cegui itself I can build it error free when building dynamic libraries . But when building static l...
- Sun Dec 07, 2014 12:13
- Forum: Help
- Topic: [SOLVED] Build Errors (Dependencies package)- libpng?
- Replies: 4
- Views: 5372
Re: Build Errors (Dependencies package)- libpng?
Found the solution on this link.
https://bitbucket.org/cegui/cegui-dependencies/pull-request/3/fix-to-compilation-errors-on-windows-with/diff
Dependencies built error free.
https://bitbucket.org/cegui/cegui-dependencies/pull-request/3/fix-to-compilation-errors-on-windows-with/diff
Dependencies built error free.
- Sun Dec 07, 2014 04:54
- Forum: Help
- Topic: [SOLVED] Build Errors (Dependencies package)- libpng?
- Replies: 4
- Views: 5372
Re: Build Errors (Dependencies package)- libpng?
I'm using the latest CEGUI version but I think I'll try some earlier versions. I'm using Cmake 2.8.12 and have tried later versions as well. I think the problem is originating with Cmake as I am now getting the below errors.. C:\cegui-deps-0.8.x-src>cmake -G "MinGW Makefiles" -- The C comp...
- Sat Dec 06, 2014 07:14
- Forum: Help
- Topic: [SOLVED] Build Errors (Dependencies package)- libpng?
- Replies: 4
- Views: 5372
Re: Build Errors (Dependencies package)- libpng?
Ok.. Has anyone successfully built CEGUI and it's dependencies on Windows XP using a MinGW compiler?
- Sat Dec 06, 2014 01:51
- Forum: Help
- Topic: [SOLVED] Build Errors (Dependencies package)- libpng?
- Replies: 4
- Views: 5372
[SOLVED] Build Errors (Dependencies package)- libpng?
Hi I'm using a MinGW compiler 4.8.1 on Windows XP (Win32). The creating a Makefile with Cmake for the CEGUI dependencies downloaded from the CEGUI website seems to work fine. The build process not so good. The errors are below. I'm terrible at solving these issues so I'm wondering if someone could p...
- Sat Dec 06, 2014 01:41
- Forum: Help
- Topic: [SOLVED] - File Size CEGUI?
- Replies: 9
- Views: 8103
Re: File Size CEGUI?
Ident wrote:Yea no worries. Do you feel like your question is acceptably answered? If yes please edit the title so that it starts with "[Solved]". Thanks!
Thanks, I'll do that now.
Cheers.
- Sat Dec 06, 2014 00:50
- Forum: Help
- Topic: [SOLVED] - File Size CEGUI?
- Replies: 9
- Views: 8103
Re: File Size CEGUI?
I'll make another post if I can't solve my zlib issues. Right now it was just a passing comment, not a question.
- Sat Dec 06, 2014 00:17
- Forum: Help
- Topic: [SOLVED] - File Size CEGUI?
- Replies: 9
- Views: 8103
Re: File Size CEGUI?
Could anyone give me an example of how big the binary files are when creating a simple window with a Hello World on it. The size of the CEGUI lib is not depending on the things you are going to do with it. But your app's main executable file will stay around a few dozens of KB's. I created some tes...
- Sat Dec 06, 2014 00:14
- Forum: Help
- Topic: [SOLVED] - File Size CEGUI?
- Replies: 9
- Views: 8103
Re: File Size CEGUI?
On Windows cegui+deps take around 4 MB in total on a Release build (speed-optimized, not size-optimized). You could probably make it way smaller if you wanted by using non-default compiler options and non-default dependencies. What is your use-case for that if I may ask? I think you're a little off...
- Fri Dec 05, 2014 13:12
- Forum: Help
- Topic: [SOLVED] - File Size CEGUI?
- Replies: 9
- Views: 8103
[SOLVED] - File Size CEGUI?
Hi I'm strill trying to build CEGUI so I can't answer this one question. Could anyone give me an example of how big the binary files are when creating a simple window with a Hello World on it. Is it around the 5mb size or down around the 500kb size? ie.. WxWidgets as opposed to FLTK. Just trying to ...