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

Author Topic: Build Failed in Code Blocks cannot find -lgew  (Read 1957 times)

0 Members and 1 Guest are viewing this topic.

cevelry

  • Newbie
  • *
  • Posts: 1
    • View Profile
Build Failed in Code Blocks cannot find -lgew
« on: November 10, 2016, 09:39:21 am »
||=== Build: Debug in game (compiler: GNU GCC Compiler) ===|
ld.exe||cannot find -lglew|
ld.exe||cannot find -lglew|
||=== Build failed: 2 error(s), 0 warning(s) (0 minute(s), 2 second(s)) ===|

How can i fix this im using SFML-2.3.2-windows-gcc-4.7.1-tdm-64-bit
on codeblocks-13.12mingw-setup

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Build Failed in Code Blocks cannot find -lgew
« Reply #1 on: November 10, 2016, 09:57:17 am »
SFML doesn't use GLEW anymore, so I assume that it's your project that tries to link to GLEW? In this case, how is this problem related to SFML?
Laurent Gomila - SFML developer