Re: e2 branch - another pre-release
- From: dsyates <dsyates@xxxxxxxxxxxxxx>
- To: emelfm2@xxxxxxxxxxxxx
- Date: Fri, 10 Dec 2004 00:09:39 -0500
David Jensen wrote:
dsyates wrote:
tpgww@xxxxxxxxxxx wrote:
On fedora core 3 x86_64 I get th following error after typing make
<cut>
src/e2_filelist.c:1410: error: structure has no member named
`sort_column'
make: *** [objs/src/e2_filelist.o] Error 1
It's broke on all platforms, here is a patch. copy it to the main
directory and apply
patch -Np1 -i emelfm2-sort-column.patch
also the wiki page has changed to:
http://www.emelfm2.org/DownLoads
---
David Jensen
------------------------------------------------------------------------
--- emelfm2-tom-20041117/src/emelfm2.h 2004-11-15 19:43:56.000000000 -0600
+++ emelfm2-tom-20041117.new/src/emelfm2.h 2004-12-09 22:35:13.518933888 -0600
@@ -226,6 +226,7 @@
GSList *selected_names; //DEBUG slist of names of items to be reselected, or NULL
gboolean completed; //DEBUG flag for whether the view update is completed (for threads)
+ gint sort_column; //copy of current sort column
} FileView;
typedef struct _emelFM2
THANKS!!!
--
David S. Yates
http://lottalinuxlinks.com
http://lottalinuxlinks.com/cgi-bin/blosxom.cgi/
--
Users can unsubscribe from the list by sending email to
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by
logging into the web interface.
- Follow-Ups:
- Re: e2 branch - another pre-release
- From: tpgww
- References:
- Re: e2 branch - another pre-release
- From: dsyates
- Re: e2 branch - another pre-release
- From: David Jensen
Other related posts:
- » e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
- » Re: e2 branch - another pre-release
dsyates wrote:
tpgww@xxxxxxxxxxx wrote: On fedora core 3 x86_64 I get th following error after typing make
<cut>
src/e2_filelist.c:1410: error: structure has no member named `sort_column'
make: *** [objs/src/e2_filelist.o] Error 1
It's broke on all platforms, here is a patch. copy it to the main directory and apply
patch -Np1 -i emelfm2-sort-column.patch
also the wiki page has changed to: http://www.emelfm2.org/DownLoads
--- David Jensen
------------------------------------------------------------------------
--- emelfm2-tom-20041117/src/emelfm2.h 2004-11-15 19:43:56.000000000 -0600
+++ emelfm2-tom-20041117.new/src/emelfm2.h 2004-12-09 22:35:13.518933888 -0600
@@ -226,6 +226,7 @@
GSList *selected_names; //DEBUG slist of names of items to be reselected, or NULL gboolean completed; //DEBUG flag for whether the view update is completed (for threads)
+ gint sort_column; //copy of current sort column
} FileView;
typedef struct _emelFM2
-- Users can unsubscribe from the list by sending email to emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by logging into the web interface.
- Re: e2 branch - another pre-release
- From: tpgww
- Re: e2 branch - another pre-release
- From: dsyates
- Re: e2 branch - another pre-release
- From: David Jensen