Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit]
05-31-2013, 03:43 AM
Post: #4
RE: Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit]
Try replacing:

set(LinkCommon ${CoreLibName} ${CMAKE_THREAD_LIBS_INIT} ${nativeExtraLibs})

With:

set(LinkCommon ${CoreLibName} ${CMAKE_THREAD_LIBS_INIT} ${nativeExtraLibs} dl)

Yeah, CMake's syntax is a bit funny...

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit] - [Unknown] - 05-31-2013 03:43 AM

Forum Jump: