Hello, I'm new to the forums, so I don't know if I am doing this right; creating a new thread. Sorry if I messed up, but anyways, I am following this tutorial (
http://www.sfml-dev.org/tutorials/2.1/start-cb.php) and it keeps telling me this
||=== Build: Release in DrawingAnObject2 (compiler: GNU GCC Compiler) ===|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x73)||undefined reference to `sf::String::String(char const*, std::locale const&)'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x9a)||undefined reference to `sf::VideoMode::VideoMode(unsigned int, unsigned int, unsigned int)'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x4b)||undefined reference to `sf::RenderWindow::RenderWindow(sf::VideoMode, sf::String const&, unsigned int, sf::ContextSettings const&)'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x7d)||undefined reference to `sf::CircleShape::CircleShape(float, unsigned int)'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x89)||undefined reference to `sf::Color::Green'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x8e)||undefined reference to `sf::Shape::setFillColor(sf::Color const&)'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x9c)||undefined reference to `sf::Window::isOpen() const'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0xc4)||undefined reference to `sf::Window::pollEvent(sf::Event&)'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0xf1)||undefined reference to `sf::Color::Color(unsigned char, unsigned char, unsigned char, unsigned char)'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x102)||undefined reference to `sf::RenderTarget::clear(sf::Color const&)'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x10d)||undefined reference to `sf::RenderStates::Default'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x11b)||undefined reference to `sf::RenderTarget::draw(sf::Drawable const&, sf::RenderStates const&)'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x129)||undefined reference to `sf::Window::display()'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x139)||undefined reference to `sf::Window::close()'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x14a)||undefined reference to `vtable for sf::CircleShape'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x154)||undefined reference to `vtable for sf::CircleShape'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x159)||undefined reference to `sf::Shape::~Shape()'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x164)||undefined reference to `sf::RenderWindow::~RenderWindow()'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x1a6)||undefined reference to `sf::RenderWindow::~RenderWindow()'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x1bc)||undefined reference to `vtable for sf::CircleShape'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x1c6)||undefined reference to `vtable for sf::CircleShape'|
obj\Release\DrawingAnObject2.o:DrawingAnObject2.cpp:(.text.startup+0x1cb)||undefined reference to `sf::Shape::~Shape()'|
||=== Build failed: 22 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
So I keep trying to change the build properties, I even uninstalled SFML three times, the first being version 2.3, then two times on version 2.0 . I uninstalled and reinstalled my compiler which I thought was messed up, since it kept telling me there were no errors, but the build would come up with many errors, and it's still saying the same things. I really tried to figure this out on my own and by even trying to look through these tutorials, but nothing I am doing is seeming to work. I don't know how to make the SF commands process.
I also want to say I am VERY amateur in C++ and in Code::Blocks, so I'll try my best to see what you guys are saying if there is any fancy words or advanced techniques or stuff. I just really want to try and program and I feel terrible I can't even pass the FIRST tutorial to something that should be really simple.