Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - johannes

Pages: [1]
1
Graphics / sfml-graphics.lib
« on: December 12, 2009, 07:09:26 pm »
Sorry, I am back with the old problems. :( . My new installation:

1)
C:\CodeBlocks
C:\CodeBlocks\CEGUI-0.6.1
C:\CodeBlocks\MinGW
C:\CodeBlocks\SFML-1.5

Then I follow the tutorial "http://www.sfml-dev.org/tutorials/1.5/start-cb.php" and the example works.

((2) copied *.a files from C:\CodeBlocks\SFML-1.5\lib\mingw->
           ->   C:\CodeBlocks\MinGW\lib
              and C:\CodeBlocks\SFML-1.5\include\SFML ->
              C:\CodeBlocks\MinGW\include )

3) C:\CodeBlocks\CEGUI-SDK-0.6.1-vc9

then I try the example "Using CEGUI in SFML" step by step and can't compile because the *.lib files were not found. (also with the *.zip from dewyatt ).

Can somebody say me which steps I have taken wrong? Does I have to copy other files too?

tschau, johannes

2
Graphics / sfml-graphics.lib
« on: December 07, 2009, 05:28:32 pm »
Hi,

but I use CodeBlocks :shock: . Can I use the libs from vc2xxx?

I use theBlock-Code-IDE (codeblocks-8.02mingw-setup.exe), sfml- SDK 1.5 (SFML-1.5-sdk-windows-mingw.zip) and CEGUI-SDK-0.6.1-vc9.

tschau, johannes.

3
Graphics / sfml-graphics.lib
« on: December 07, 2009, 05:09:36 pm »
Hello Hiura,

this is my question. I don't find *.lib files, not in .\SFML-1.5\lib\mingw (or in..\SFML-1.5\ ) :?: and no libraries for download.

tschau, Johanes

4
Graphics / sfml-graphics.lib
« on: December 07, 2009, 03:53:23 pm »
Hello,

I try the example from the wiki
"http://www.sfml-dev.org/wiki/en/tutorials/cegui", but I don't find the *.lib-files.
I use theBlock-Code-IDE, sfml- SDK 1.5 and CEGUI-SDK-0.6.1-vc9.

The errors:

Compiling: src\GUIManager.cpp
Compiling: src\Main.cpp
Compiling: src\App.cpp
Linking executable: bin\sfmlCEGUI_Debug Win32.exe
mingw32-g++.exe: sfml-graphics.lib: No such file or directory
mingw32-g++.exe: sfml-main.lib: No such file or directory
mingw32-g++.exe: sfml-system.lib: No such file or directory
mingw32-g++.exe: sfml-window.lib: No such file or directory
mingw32-g++.exe: glu32.lib: No such file or directory
mingw32-g++.exe: pcre.lib: No such file or directory
mingw32-g++.exe: CEGUIBase_Static.lib: No such file or directory
mingw32-g++.exe: CEGUIExpatParser_Static.lib: No such file or directory
mingw32-g++.exe: expat.lib: No such file or directory
mingw32-g++.exe: CEGUISILLYImageCodec_Static.lib: No such file or directory
mingw32-g++.exe: SILLY.lib: No such file or directory
mingw32-g++.exe: OpenGLGUIRenderer_Static.lib: No such file or directory
mingw32-g++.exe: CEGUIFalagardWRBase_Static.lib: No such file or directory
Process terminated with status 1 (0 minutes, 10 seconds)
0 errors, 0 warnings

Does somebody have an idea? :oops:

thanks, johannes.

Pages: [1]
anything