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

Pages: [1]
1
General / Re: undefined refernece to 'glClearColor@16'
« on: March 30, 2020, 09:02:39 pm »
You need to link OpenGL as described in the tutorial. ;)

A quick search should've given you similar answers as it's a rather common problem that people run into.

thank you so much I got it finally!  :D

2
General / Re: undefined refernece to 'glClearColor@16'
« on: March 29, 2020, 03:08:34 am »
ok, I found a youtube video on the sfml setup. and it didn't work. I got the same "undefined reference to..." message. Then I figured, Ill try some other way. So I found another video on sfml setup... still the same message. I figured maybe I should try my own way (I followed the SFML Tutorial from SFML.com) still the same- "undefined reference to 'glClear@4'" and "undefined reference to 'glClearColor@16'".  :-\

I honestly have no idea where Im going wrong. ive started working with GLUT, but to be fully honest, I really want to work with SFML.

3
I posted this before. Ive been trying to figure this out for about 2 days now... can anyone help?

I use codeblocks. Downloaded "GCC 5.1.0 TDM (SJLJ) - Code::Blocks - 32-bit"

followed every possible instruction from youtube and forums. SFML suggested linking OpenGL.
But according to SFML a computer running on windows doesn't need to download OpenGL.

I honestly have no idea where Im going wrong. Can anyone please help out?

thx in advance!

4
General / Re: undefined refernece to 'glClearColor@16'
« on: March 27, 2020, 11:10:29 pm »
Im still having the same problem. but the thing is that Im running on windows, and the tutorial says that all should be included.

im sure im doing something wrong... just cant figure it out

5
General / undefined refernece to 'glClearColor@16'
« on: March 27, 2020, 08:13:36 am »
so heres the deal- I just actually downloaded SFML. And as usual something goes wrong- I ran the test and straight into the "undefined reference" devil. Got this message:"undefined reference to 'glClearColor@16'".

Im using codeblocks.

I would really appreciate the help!

thx in advance!

Pages: [1]
anything