> But with mutch warnirngs related objects, variables and constants GTK
deprecated

Yes, you should a few warnings if you're using GTK 3.8 or newer because
they have deprecated all "stock" functions (used to get images and
titles for the menu). We should remove all icons from the menus or
replace them by custom icons/other icons name but it's not an easy
change...

> I had to clean build directory before any compilation ??

It's safer: if some dependences have big changes in their ABI, a clean
build can be required even if CMake tries to manage that the best it can
;-)

** Changed in: cairo-dock-core
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Cairo-
Dock Devs, which is subscribed to Cairo-Dock Core.
https://bugs.launchpad.net/bugs/1324990

Title:
  Cairo dock core compile error

Status in Cairo-Dock : Core:
  Invalid

Bug description:
  Hi !

  I had update cairo-dock-core, using bzr up, and when compiling (make),
  it shows the following error:

  [root@ci-jfilipe build]# make
  [ 14%] Built target implementations
  [ 77%] Built target gldi
  Linking C executable cairo-dock
  gldit/libgldi.so.3.3.99.beta1: undefined reference to 
`gtk3_image_menu_item_set_image'
  gldit/libgldi.so.3.3.99.beta1: undefined reference to 
`gtk3_image_menu_item_new_with_mnemonic'
  gldit/libgldi.so.3.3.99.beta1: undefined reference to 
`gtk3_image_menu_item_get_type'
  gldit/libgldi.so.3.3.99.beta1: undefined reference to 
`gtk3_image_menu_item_new_with_label'
  gldit/libgldi.so.3.3.99.beta1: undefined reference to 
`gtk3_image_menu_item_get_image'
  gldit/libgldi.so.3.3.99.beta1: undefined reference to 
`gtk3_image_menu_item_new'
  collect2: error: ld returned 1 exit status
  make[2]: *** [src/cairo-dock] Error 1
  make[1]: *** [src/CMakeFiles/cairo-dock.dir/all] Error 2
  make: *** [all] Error 2

  Regards

To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-core/+bug/1324990/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~cairo-dock-team
Post to     : cairo-dock-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~cairo-dock-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to