Codeblocks,cegui 0.8.x dependencies and problems

For help with general CEGUI usage:
- Questions about the usage of CEGUI and its features, if not explained in the documentation.
- Problems with the CMAKE configuration or problems occuring during the build process/compilation.
- Errors or unexpected behaviour.

Moderators: CEGUI MVP, CEGUI Team

User avatar
thomas
Quite a regular
Quite a regular
Posts: 64
Joined: Thu Aug 22, 2013 22:11

Re: Codeblocks,cegui 0.8.x dependencies and problems

Postby thomas » Thu Aug 22, 2013 23:46

The solution to the DbgHelp problem was put somewhere else, but I will post it here as well. I can't remember where I saw the solution so I'm not going to link to it.

Edit the file cegui/src/CMakeLists.txt around line 78 to this:

Code: Select all

if (WIN32)
    cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CMAKE_DL_LIBS})
elseif (UNIX AND NOT APPLE)
    # This is intentionally not using 'cegui_target_link_libraries'
    target_link_libraries(${CEGUI_TARGET_NAME} ${CMAKE_DL_LIBS})
endif()


This line: cegui_target_link_libraries(${CEGUI_TARGET_NAME} ${CMAKE_DL_LIBS}) had something regarding DbgHelp before I changed it. I couldn't tell you what it was but it shouldn't be too hard to find. I found it by doing a "Search in Files..." in CodeBlocks and looking for "DbgHelp" in all project files.


Return to “Help”

Who is online

Users browsing this forum: No registered users and 12 guests