Code review comment for lp:~smspillaz/compiz-wall-plugin/compiz-wall-plugin.fix_939228

Revision history for this message
Sam Spilsbury (smspillaz) wrote :

Curious. It compiles fine here and

pkg_check_modules (
  GLIBMM
  REQUIRED
  glibmm-2.4 glib-2.0 compiz
)

INCLUDE_DIRECTORIES (
  ${CMAKE_CURRENT_SOURCE_DIR}/include
  ${CMAKE_CURRENT_SOURCE_DIR}/src

  ${CMAKE_SOURCE_DIR}/include

  ${Boost_INCLUDE_DIRS}

  ${GLIBMM_INCLUDE_DIRS}
)

LINK_DIRECTORIES (${GLIBMM_LIBRARY_DIRS})

^ should take care of finding the right directory for libcompiz_core . I suspect your install is broken. What is the output of make when CMAKE_VERBOSE_MAKEFILE is turned on ?

« Back to merge proposal