← Back to team overview

cairo-dock-team team mailing list archive

[Bug 1324990] Re: Cairo dock core compile error

 

Hello,

Today i updated cairo dock core and plug-ins,
deleted all files in build directory
and the

$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr
$ make
$ make install 

And its compiled well, without any errors :-D
But with mutch warnirngs related objects, variables and constants GTK deprecated :-(

I had to clean build directory before any compilation ??

Regards

-- 
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:
  Incomplete

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


References