This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

xfce4 - xffm


Hello, I'm new of this list.

I'm trying to compile xfce4 under cygwin. It's almost fine but I have an error while trying to compile xffm.

The first problem I had was that this source contains aux.c and aux.h files that make w2k get a bit hungry. Solved by untar the sources, remove that files and extract those file with name paperino.c/h (donald duck in my country;)). After this I went inside the code and replace each occurence of aux with paperino. This should be ok.

Actually I can run fluxbox. I start a console, then run X& and the fluxbox -diplay :0&

let's get back to the problem.
I successufully compiled those libreries

dbh-1.0.18
gtk-xfce-engine-2.1.9
libxfce4mcs-4.0.5
libxfce4util-4.0.5
libxfcegui4-4.0.5
xfcalendar-0.1.8
xfce-mcs-manager-4.0.5
xfce-mcs-plugins-4.0.5
xfce-utils-4.0.5
xfce4-iconbox-4.0.5
xfce4-mixer-4.0.5
xfce4-panel-4.0.5
xfce4-systray-4.0.5
xfce4-themes-4.0.5
xfce4-toys-4.0.5
xfce4-trigger-launcher-4.0.5
xfdesktop-4.0.5

like said before I'm having trouble compiling xffm-4.0.5. The error I have is

/include/glib-2.0 -I/usr/lib/glib-2.0/include -DPACKAGE_DATA_DIR=\"/usr/local/sh
are\" -DPACKAGE_LOCALE_DIR=\"/usr/local/share/locale\" -g -O2 -MT libxffm_fstab_
la-fstab.lo -MD -MP -MF .deps/libxffm_fstab_la-fstab.Tpo -c fstab.c -DPIC -o .l
ibs/libxffm_fstab_la-fstab.o
In file included from fstab.c:56:
/usr/include/mntent.h:29: error: syntax error before '*' token
/usr/include/mntent.h:30: error: syntax error before '*' token
/usr/include/mntent.h:31: error: syntax error before '*' token
/usr/include/mntent.h:32: error: syntax error before '*' token
fstab.c: In function `is_mounted':
fstab.c:221: warning: assignment from incompatible pointer type
fstab.c: In function `open_fstab':
fstab.c:472: warning: assignment from incompatible pointer type
fstab.c:501: warning: assignment from incompatible pointer type
make[2]: *** [libxffm_fstab_la-fstab.lo] Error 1
make[2]: Leaving directory `/usr/local/src/xfce-4.0.5/src/xffm-4.0.5/libs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/xfce-4.0.5/src/xffm-4.0.5'
make: *** [all] Error 2

I've tried search with google with no result.

Can anyone help me pls.

Thank a lot bye
Davide



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]