Error building libs CEGUI (MinGW)

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Sun Sep 06, 2015 15:57

Still, I the poster program appears stopped responding.

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Error building libs CEGUI (MinGW)

Postby Ident » Sun Sep 06, 2015 16:11

Ident wrote:Use dependency walker to find out what exact dlls you need.


Did you do that?

Which dlls did you place on the same dll as the imagecodec dll? Where is the imagecode placed? Did you use dependency walker on your executable?
CrazyEddie: "I don't like GUIs"

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Sun Sep 06, 2015 16:32

Yes :S
Image

I added all bins (dlls) of dependencies, and which appeared in Dependency Walker.

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Error building libs CEGUI (MinGW)

Postby Ident » Sun Sep 06, 2015 16:49

Dependency walker wont show you the imagecodec, my bad. It is delay-loaded. You can still inspect the imagecodec itself for finding out if all dlls for it (png, jpg) are present.

Any difference if you start the exe directly vs if you start it via IDE?


Can you give us a list all files in the folder of the executable?
CrazyEddie: "I don't like GUIs"

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Sun Sep 06, 2015 16:58

These are all libraries , in addition to ls libCEGUI that I generated . ( there are many , so I not added )

Code: Select all

kernel32.dll
msvcrt.dll
opengl32.dll
user32.dll
libcorona.dll
libexpat.dll
libFreeImage.dll
libfreetype.dll
libgcc_s_dw2-1.dll
libglew.dll
libglfw.dll
libIL.dll
libILU.dll
libjpeg.dll
liblibmng.dll
liblibpng.dll
liblibtiff.dll
liblua.dll
libminizip.dll
libpcre.dll
libSILLY.dll
libstdc++-6.dll
libtinyxml.dll
libtoluapp.dll
libxerces-c_3.dll
libzlib.dll


EDIT: I found no bookstore like " imagecodec " or on the premises , or CEGUI .

User avatar
Ident
CEGUI Team
Posts: 1998
Joined: Sat Oct 31, 2009 13:57
Location: Austria

Re: Error building libs CEGUI (MinGW)

Postby Ident » Sun Sep 06, 2015 17:10

Lord Fers wrote:These are all libraries , in addition to ls libCEGUI that I generated . ( there are many , so I not added )

Code: Select all

kernel32.dll
msvcrt.dll
opengl32.dll
user32.dll
libcorona.dll
libexpat.dll
libFreeImage.dll
libfreetype.dll
libgcc_s_dw2-1.dll
libglew.dll
libglfw.dll
libIL.dll
libILU.dll
libjpeg.dll
liblibmng.dll
liblibpng.dll
liblibtiff.dll
liblua.dll
libminizip.dll
libpcre.dll
libSILLY.dll
libstdc++-6.dll
libtinyxml.dll
libtoluapp.dll
libxerces-c_3.dll
libzlib.dll


Whats with everythign being prefixed "lib". Are you sure there is no issue with that? And are you sure the Silly imagecodec looks for liblibpng.dll and no other name?

Lord Fers wrote:EDIT: I found no bookstore like " imagecodec " or on the premises , or CEGUI .

Bookstore???
CrazyEddie: "I don't like GUIs"

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Sun Sep 06, 2015 17:15

The agencies were created that way. Sorry , it was not ' bookstore ' was ' libraries', bad languaje traslation.

EDIT: I have the "libCEGUIFreeImageImageCodec.dll" in my folder.

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Fri Sep 11, 2015 13:22

¿...?

lucebac
Just can't stay away
Just can't stay away
Posts: 193
Joined: Sat May 24, 2014 21:55

Re: Error building libs CEGUI (MinGW)

Postby lucebac » Fri Sep 11, 2015 13:32

Ident wrote:You can still inspect the imagecodec itself for finding out if all dlls for it (png, jpg) are present.

Have you done that?

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Sat Sep 12, 2015 14:53

Yes , I've done that.

lucebac
Just can't stay away
Just can't stay away
Posts: 193
Joined: Sat May 24, 2014 21:55

Re: Error building libs CEGUI (MinGW)

Postby lucebac » Sat Sep 12, 2015 15:02

And what's the result? Are there any libs missing? If yes, which libs are missing?

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Sat Sep 12, 2015 20:28

Nothing is missing , the program simply stops responding. Never start .

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Sun Sep 13, 2015 22:18

What can I do? I do not want to resort to creating my own GUI , as I do not have much free time .

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Fri Sep 18, 2015 23:14

Is there anyone that works in MinGW CEGUI (in Code::Blocks)?

Lord Fers
Not too shy to talk
Not too shy to talk
Posts: 42
Joined: Sun Aug 30, 2015 21:49

Re: Error building libs CEGUI (MinGW)

Postby Lord Fers » Mon Sep 21, 2015 23:11

How can I work in MSVC , but MinGW not work ?


Return to “Help”

Who is online

Users browsing this forum: No registered users and 12 guests