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 - kuhkoa

Pages: [1]
1
General / SFML with CodeBlocks problem
« on: June 27, 2011, 08:56:12 pm »
I've run the batch file a few times now, but I just noticed that I get a bunch of errors while running it.. that's probably why it's not working.

Quote

Compiling sfml-main...
'codeblocks' is not recognized as an internal or external command, operable program, or batch file.

.
.
.
Compiling debug static libraries...
'codeblocks' is not recognized as an internal or external command, operable program, or batch file.

.
.
.
Compiling debug dynamic libraries...
'codeblocks' is not recognized as an internal or external command, operable program, or batch file.

.
.
.
Compiling release static libraries...
'codeblocks' is not recognized as an internal or external command, operable program, or batch file.

.
.
.
Compiling release dynamic libraries...
'codeblocks' is not recognized as an internal or external command, operable program, or batch file.

.
.
.
5 Files copied
5 Files copied
Adding external libraries to libsfml-window-s...
Adding external libraries to libsfml-graphic-s...
Adding external libraries to libsfml-audio-s...
Adding external libraries to libsfml-network-s...
Cleaning up...
10 Files copied
The process cannot access the file because it is being used by another process.
Done.
 


I bolded the problems.

Thank you so much!

2
General / SFML with CodeBlocks problem
« on: June 27, 2011, 06:25:02 am »
It compiles now, but I'm getting this error:

Code: [Select]
The program can't start because sfml-system.dll is missing from your computer. Try reinstalling the program to fix this problem.

I looked and that file is present... =/ Sorry for all the trouble.

3
General / SFML with CodeBlocks problem
« on: June 26, 2011, 01:55:33 am »
I downloaded the SDK and built all four configurations (Debug, Release, Static, and DLL) without any reported errors and I ran the batch file and it's still not working. =[

4
General / SFML with CodeBlocks problem
« on: June 25, 2011, 11:42:00 pm »
I followed the instructions in the tutorial and I can't get the sample program to compile.

Code: [Select]
||=== sfml, Debug ===|
obj\Debug\main.o||In function `main':|
C:\Users\PieCrust\Documents\Computer Science Stuff\Blocks\sfml\main.cpp|6|undefined reference to `sf::Clock::Clock()'|
C:\Users\PieCrust\Documents\Computer Science Stuff\Blocks\sfml\main.cpp|9|undefined reference to `sf::Clock::GetElapsedTime() const'|
C:\Users\PieCrust\Documents\Computer Science Stuff\Blocks\sfml\main.cpp|10|undefined reference to `sf::Sleep(float)'|
C:\Users\PieCrust\Documents\Computer Science Stuff\Blocks\sfml\main.cpp|7|undefined reference to `sf::Clock::GetElapsedTime() const'|
||=== Build finished: 4 errors, 0 warnings ===|


So I guess it can't find the classes.. but I'm not sure how to fix it.

Thanks in advanced. =]

Pages: [1]
anything