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

Pages: [1]
1
General discussions / Re: Idea: Virtual CPU Coding
« on: February 27, 2020, 05:41:29 pm »
Oh sorry i didn't notice, was focusing on the idea

2
General discussions / Idea: Virtual CPU Coding
« on: February 27, 2020, 02:07:37 pm »
What if you could program a Virtual CPU.

Would be cool and nice to learn how a cpu instructions are

If someone made this i would be 5 hours playing with it Haha.


3
General / Re: SFML Wont work at Code::blocks Ubuntu 16.04
« on: February 27, 2020, 01:47:03 pm »
Yeah that was the problem i was using a Windows version, thanks for helping me! :)

4
General / Re: SFML Wont work at Code::blocks Ubuntu 16.04
« on: February 27, 2020, 01:43:41 pm »
Oh. I thought that version could work, since it didnt say anything about windows in it

im gonna try with the linux version  :D

5
General / Re: SFML Wont work at Code::blocks Ubuntu 16.04
« on: February 27, 2020, 01:35:09 pm »
Im not sure, im new to CodeBlocks
 :-\

6
General / Re: SFML Wont work at Code::blocks Ubuntu 16.04
« on: February 27, 2020, 12:20:04 pm »
g++ -Wall -std=c++14 -O2 -I/home/USER/SFML-2.5.1/include -c /home/USER/Documentos/SFML/SFML/main.cpp -o obj/Release/main.o
g++ -L/home/USER/SFML-2.5.1/lib -o bin/Release/SFML obj/Release/main.o  -s  -lsfml-graphics -lsfml-window -lsfml-system
/usr/bin/ld: skips /home/USER/SFML-2.5.1/lib/libsfml-graphics.a incompatible while searching for -lsfml-graphics
/usr/bin/ld: couldn't find -lsfml-graphics
/usr/bin/ld: skips /home/USER/SFML-2.5.1/lib/libsfml-window.a incompatible while searching for -lsfml-window
/usr/bin/ld: couldn't find -lsfml-window
/usr/bin/ld: skips /home/USER/SFML-2.5.1/lib/libsfml-system.a incompatible while searching for -lsfml-system
/usr/bin/ld: couldn't find -lsfml-system
collect2: error: ld returned 1 exit status

7
General / SFML Wont work at Code::blocks Ubuntu 16.04
« on: February 27, 2020, 05:54:40 am »
The errors i get is something about the libraries not found, and above that it says about incompability and something, if you need the full error to help me i will write it, right now i cant.

i downloaded the SFML GCC 5.1.0 TDM (SJLJ) - Code::Blocks - 32-bit

and for include and lib i wrote the ones inthe sfml folder. i didnt install it from terminal or anything,
i follow the steps on the tutorial but it still wont work



I would appreciate your help.

Pages: [1]
anything