Git Version | Version Git
coz, Sunday 02 January 2011 à 05:33
|
|
Subscription date : 25 March 2008
Messages : 611
|
hey fabounet,
Just downloaded and installed revision 698..
everything compiles fine but no plugins show up in config .
I re-compiled the plug-ins,,,again no errors but still no plug-ins in the config and the dock is limited.
not sure what else to report for this
http://dl.dropbox.com/u/132551/screenshots/current.png
Error
Verification of the installation
Some errors have been detected during the installation
CMake Error at Dbus/interfaces/python/cmake_install.cmake:36 (FILE):
make: * [install] Error 1
/home/cosimo321/cdock/cairo-desklet/src/cairo-desklet-menu.c:251: error: implicit declaration of function ‘cairo_dock_deactivate_module_in_gui’
make[2]: * [src/CMakeFiles/cairo-desklet.dir/cairo-desklet-menu.c.o] Error 1
make[1]: * [src/CMakeFiles/cairo-desklet.dir/all] Error 2
make: * [all] Error 2
Please keep a copy of the file 'log.txt' and report the bug on our forum (http://www.glx-dock.org) on the section "Version BZR". Thank you!
Cairo-Dock Core: 698
Cairo-Dock Plug-ins: 1812
Cairo-Dock Plug-ins Extras: 113
Cairo-Desklet: 8
Verification of the installation
Some errors have been detected during the installation
CMake Error at Dbus/interfaces/python/cmake_install.cmake:36 (FILE):
make: * [install] Error 1
/home/cosimo321/cdock/cairo-desklet/src/cairo-desklet-menu.c:251: error: implicit declaration of function ‘cairo_dock_deactivate_module_in_gui’
make[2]: * [src/CMakeFiles/cairo-desklet.dir/cairo-desklet-menu.c.o] Error 1
make[1]: * [src/CMakeFiles/cairo-desklet.dir/all] Error 2
make: * [all] Error 2
Please keep a copy of the file 'log.txt' and report the bug on our forum (http://www.glx-dock.org) on the section "Version BZR". Thank you!
Cairo-Dock Core: 698
Cairo-Dock Plug-ins: 1812
Cairo-Dock Plug-ins Extras: 113
Cairo-Desklet: 8
coz |
fabounet, Monday 03 January 2011 à 13:46
|
|
Subscription date : 30 November 2007
Messages : 17118
|
Hi Coz, the log file should have more information
CMake Error at Dbus/interfaces/python/cmake_install.cmake:36 (FILE):
=> seems like a problem occured here and prevented from compiling the plug-ins.
as for cairo-desklet, in cairo-desklet/src/cairo-desklet-menu.c line 251 I have
cairo_dock_remove_module_instance (icon->pModuleInstance);
so maybe I forgot to push the latest rev (thought I did it though, did you do a bzr pull ?)
what's wrong with the screenshot ? I see you have already installed all the new Dbus applets ?  |
coz, Monday 03 January 2011 à 20:37
|
|
Subscription date : 25 March 2008
Messages : 611
|
Salut fabounet,
yes the screenshot shows the new plugin but no other plugins
no screen brightness no scooby do ...actually none of them
I had to install the ppa for now but will recompile the bzr again later
and I will post the log file
thanks guy
coz |
Subscription date : 26 October 2008
Messages : 1904
|
Euh i can see my never finished applet subdock in your screenshot Could you remove it .It is such a shame to have this in a so nice application... |
coz, Tuesday 04 January 2011 à 03:18
|
|
Subscription date : 25 March 2008
Messages : 611
|
Hey taiebot65,
sure if you want me to remove it i will
I am not sure exactly what this is for though
coz |
fabounet, Tuesday 04 January 2011 à 17:16
|
|
Subscription date : 30 November 2007
Messages : 17118
|
no Coz don't remove it, it will force Taiebot to finish it
(this or the pulseaudio applet ) |
coz, Tuesday 04 January 2011 à 20:23
|
|
Subscription date : 25 March 2008
Messages : 611
|
salut fabounet,
OK I understand
coz |
coz, Wednesday 05 January 2011 à 09:05
|
|
fabounet, Wednesday 05 January 2011 à 14:16
|
|
Subscription date : 30 November 2007
Messages : 17118
|
thanks for the log.
what do you have in /home/cosimo321/cdock/cairo-dock-plug-ins/build/Dbus/interfaces/ruby ?
and in /home/cosimo321/cdock/cairo-dock-plug-ins/build/Dbus/interfaces/python ?
I think the problem is that you build in another directory, and all the files are not copied there.
strange thing is the python interface is made the same way as the ruby one
you can try the following: in cairo-dock-plug-ins/Dbus/interfaces/CmakeLists.txt, comment the line with ruby, and relaunch the compil.
seems everything else is ok  |
nochka85, Wednesday 05 January 2011 à 20:27
|
|
coz, Thursday 06 January 2011 à 00:01
|
|
Subscription date : 25 March 2008
Messages : 611
|
Hey nochka85,
Well,, actually I use matttbe's script almost exclusively.
This is installed with the script
I did it 4 times with identical results...
no standard plugins in stall... but all of the extras do o0
thanks guys... let me know if you can figure this out...
I am puzzled!!
coz |
nochka85, Thursday 06 January 2011 à 12:46
|
|
Subscription date : 29 November 2007
Messages : 7408
|
I have the same problems ... I was just asking Fab to try the script to see these problems |
matttbe, Thursday 06 January 2011 à 12:55
|
|
Subscription date : 24 January 2009
Messages : 12573
|
@ fabounet: it's a problem with ${CMAKE_CURRENT_BINARY_DIR} and ${CMAKE_CURRENT_SOURCE_DIR}.
Simply create another directory to build CD mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
I can quickly fix it tomorrow if you want  |
fabounet, Thursday 06 January 2011 à 15:46
|
|
Subscription date : 30 November 2007
Messages : 17118
|
@Matttbe: yes that was my guess too, but then I don't see why it stop in the ruby folder (python and ruby CMakeLists are identical)
that's why I was asking:
what do you have in /home/cosimo321/cdock/cairo-dock-plug-ins/build/Dbus/interfaces/ruby ?
and in /home/cosimo321/cdock/cairo-dock-plug-ins/build/Dbus/interfaces/python ? |
matttbe, Thursday 06 January 2011 à 16:32
|
|
Subscription date : 24 January 2009
Messages : 12573
|
Simply because CMake didn't find PhytonLIBS  |
fabounet, Thursday 06 January 2011 à 17:56
|
|
Subscription date : 30 November 2007
Messages : 17118
|
silly me, you're right !
so another problem here now |
coz, Thursday 06 January 2011 à 19:22
|
|
Subscription date : 25 March 2008
Messages : 611
|
hey guys,
ok I will try matttbe's suggestion to create a build directory and go from there
i will let you know
coz |
coz, Thursday 06 January 2011 à 19:57
|
|
Subscription date : 25 March 2008
Messages : 611
|
Hey guys,
Ok I removed the build directory in the plug-ins folder and did
mkdir build && cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install
this is the result
http://dl.dropbox.com/u/132551/cairo-dock/build%20erros
coz |
fabounet, Friday 07 January 2011 à 10:06
|
|
Subscription date : 30 November 2007
Messages : 17118
|
sorry I didn't have time to push a fix yesterday
this time though, it seems to stop in the vala interface.
and it's probably again a problem of current_dir vs binary_dir |
matttbe, Saturday 08 January 2011 à 00:29
|
|
Subscription date : 24 January 2009
Messages : 12573
|
I think I've fixed this bug
The script has been updated too.
BTW Good job team! MMh no, good work Fab, it's impressive!
Thank you!
@fabounet: a file was missing in logout: emblem-logout.png. I've added an image... so I guess you'll have a new conflict  |
Git Version | Version Git
|