1d48e
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hm, can anybody install cairo-dock on freebsd 7.2?
http://www.cairo-dock.org/ i have this compilation problem: Code:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:226,
from cairo-dock-config.c:12:
/usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
cairo-dock-config.c:19:19: error: crypt.h: No such file or directory
In file included from cairo-dock-draw-opengl.h:9,
from cairo-dock-config.c:29:
/usr/local/include/GL/glu.h:287: warning: function declaration isn't a prototype
cairo-dock-config.c: In function 'cairo_dock_decrypt_string':
cairo-dock-config.c:868: error: implicit declaration of function 'encrypt'
|
|
#2
|
|||
|
|||
|
My dreams come true :]
Robert Noland want ti add cairo-dock to ports |
|
#3
|
|||
|
|||
|
any news about it?
|
|
#4
|
|||
|
|||
|
:] if you really interested go to http://forum.lissyara.su/viewtopic.p...=cairo#p201521
|
|
#5
|
|||
|
|||
|
i am very interested
i use it on linux and i am moving to FreeBSD these days, just backing up my stuff first ![]() but i don't know russian ![]() could you plz translate what you wrote in that link?
|
|
#6
|
|||
|
|||
|
Hm... sorry for my english
FreeBSD can run linux programs in some kind of emulator I just install port linux-base-f10 Than, download these rpms: Code:
cairo-dock-1.6.3-0.3.rc1.fc10.i386.rpm cairo-dock-themes-1.6.3-0.3.rc1.fc10.i386.rpm dbus-1.2.4-1.fc10.i386.rpm dbus-glib-0.76-3.fc10.i386.rpm dbus-libs-1.2.4-4.fc10.i386.rpm glib2-2.18.2-3.fc10.i386.rpm glitz-0.5.6-6.fc10.i386.rpm gtk2-engines-2.16.1-1.fc10.i386.rpm libcroco-0.6.1-5.fc9.i386.rpm libgsf-1.14.10-1.fc10.i386.rpm librsvg2-2.22.3-1.fc10.i386.rpm libxml2-2.7.2-1.fc10.i386.rpm Code:
[Usaaf@freeUsaaf /usr/home/Usaaf/Downloads]$ su [root@freeUsaaf /usr/home/Usaaf/Downloads]# cd /compat/linux/ [root@freeUsaaf /compat/linux]# rpm2cpio -q < /usr/home/Usaaf/Downloads/gtk2-engines-2.16.1-1.fc10.i386.rpm | cpio -id Code:
/compat/linux/usr/bin/cairo-dock |
| The Following User Says Thank You to Usaaf For This Useful Post: | ||
BeautifulFish (December 12th, 2009) | ||
|
#7
|
|||
|
|||
|
no problem, thank you very much
![]() i will try it as soon as i install FreeBSD and tell you the results, i will hopefully do that later today ![]() edit: working like charm, thanks so much
Last edited by BeautifulFish; December 12th, 2009 at 00:01. |
|
#8
|
|||
|
|||
|
Run native cair-dock on FreeBSD...
http://www.bsdportal.ru/viewtopic.php?p=127339#127339 Last edited by fidaj; January 29th, 2010 at 00:03. Reason: Correction of errors |
|
#9
|
|||
|
|||
|
Last edited by fidaj; January 29th, 2010 at 00:04. Reason: Change URL to permanent |
|
#10
|
|||
|
|||
|
that is great!! could you please write a port for it? i can't compile it
![]() Code:
In file included from /usr/local/include/gtk-2.0/gtk/gtk.h:228,
from cairo-dock-config.c:23:
/usr/local/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function declaration isn't a prototype
cairo-dock-config.c:30:19: error: crypt.h: No such file or directory
In file included from cairo-dock-draw-opengl.h:28,
from cairo-dock-config.c:40:
/usr/local/include/GL/glu.h:287: warning: function declaration isn't a prototype
cairo-dock-config.c: In function 'cairo_dock_decrypt_string':
cairo-dock-config.c:862: error: implicit declaration of function 'encrypt'
*** Error code 1
Stop in /tmp/cairo-dock-2.1.0/src.
*** Error code 1
Stop in /tmp/cairo-dock-2.1.0/src.
*** Error code 1
Stop in /tmp/cairo-dock-2.1.0.
*** Error code 1
Stop in /tmp/cairo-dock-2.1.0.
|
|
#11
|
||||
|
||||
|
Quote:
Code:
# if test "$LIBCRYPT_LIBS" != ""; then # HAVE_LIBCRYPT_TRUE= # HAVE_LIBCRYPT_FALSE='#' # else HAVE_LIBCRYPT_TRUE='#' HAVE_LIBCRYPT_FALSE= #fi The build fails know at Code:
Making all in po Error expanding embedded variable. *** Error code 1 Stop in /usr/local/tmp/cairo-dock-2.1.0. *** Error code 1 |
|
#13
|
|||
|
|||
|
thanks very much roddierod and crsd
![]() the port is working
|
|
#14
|
|||
|
|||
|
That's nice =) FreeBSD 8.0 rulez
|
|
#15
|
||||
|
||||
|
|
|
#16
|
|||
|
|||
|
i compiled many plugins too even though i don't use them, the weather plugin looks cool, but i can't compile it
![]() Code:
applet-notifications.c: In function 'cd_weather_show_forecast_dialog': applet-notifications.c:120: error: too many arguments to function 'cairo_dock_show_temporary_dialog_with_icon' applet-notifications.c: In function 'cd_weather_show_current_conditions_dialog': applet-notifications.c:155: error: too many arguments to function 'cairo_dock_show_temporary_dialog_with_icon' *** Error code 1 Stop in /tmp/cairo-dock_plugins/weather/src. |
|
#17
|
|||
|
|||
|
I managed to compile plug-ins (except one) for cairo-dock
http://www.youtube.com/watch?v=bVzC44vaDTI In the near future will try to make a port ... Last edited by fidaj; January 29th, 2010 at 00:06. Reason: Combining two posts into one |
|
#18
|
|||
|
|||
|
You can test my WIP ports (version 2.1.0)
/usr/ports/deskutils/cairo-dock and /usr/ports/deskutils/cairo-dock-plugins Last edited by fidaj; February 2nd, 2010 at 20:47. |
| The Following User Says Thank You to fidaj For This Useful Post: | ||
dvbme (February 1st, 2010) | ||
|
#19
|
|||
|
|||
|
Last edited by fidaj; March 20th, 2010 at 22:45. |
|
#20
|
|||
|
|||
|
already in the ports!
|
![]() |
| Tags |
| cairo dock gnome |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [XFCE] Dock in VirtualBSD | qingliangshanren | Other Window Managers | 3 | March 31st, 2009 10:47 |