is mc working now ?






I am trying to compile mc 4.5.1 (from gnome download) but it is complaining like this :


gcc -c -I..  -I./../vfs -I./.. -I.. -DBINDIR=\""/usr/bin/"\" -DLIBDIR=\""/usr/lib/mc/"\" -DICONDIR=\""/usr/share/icons/mc/"\"  -DLOCALEDIR=\""/usr/share/locale/"\"  -I./../vfs -I./../slang -DHAVE_X -DHAVE_GNOME -I/usr/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/lib/glib/include  -DHAVE_CONFIG_H -g  -I/usr/X11R6/include screen.c
screen.c: In function `move_up':
screen.c:1661: structure has no member named `icon_cols'
screen.c: In function `move_down':
screen.c:1670: structure has no member named `icon_cols'
make[2]: *** [screen.o] Error 1
make[2]: Leaving directory `/hda1/src/redhat/SOURCES/mc-4.5.1/gnome'
make[1]: *** [gmc] Error 2
make[1]: Leaving directory `/hda1/src/redhat/SOURCES/mc-4.5.1/gnome'


I checked in gconf.h and I find this definition :

#define ICONS_PER_ROW(x) ((GNOME_ICON_LIST((x)->icons))->icon_cols)


Then I looked (rgreped)  everywhere in the gnome distrib to find a member called "icon_cols",
to no avail .


Any idea ??


Philippe

 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]