学生ちゃんがxfceいいっすよ、というのでSolarisでpkgsrcを使って makeしてみた。こけた。
--- xarchiver-0.4.6/src/string_utils.c.orig Fri Dec 21 14:29:54 2007 +++ xarchiver-0.4.6/src/string_utils.c Fri Dec 21 14:30:03 2007 @@ -27,7 +27,7 @@ #include "errno.h" #ifndef HAVE_MKDTEMP -static char *mkdtemp (gchar *tmpl) +char *mkdtemp (gchar *tmpl) { static const gchar LETTERS[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; static guint64 value = 0;
--- exo-0.3.2/exo/exo-mount-point.c.orig Fri Dec 21 17:29:55 2007 +++ exo-0.3.2/exo/exo-mount-point.c Fri Dec 21 17:29:59 2007 @@ -231,7 +231,7 @@ FILE *fp; /* try to open the /etc/mnttab file */ - fp = setmntent ("/etc/mnttab", "r"); + fp = getmntent ("/etc/mnttab", "r"); if (G_UNLIKELY (fp == NULL)) { g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno),
で、コンパイルは通ったが、いざ起動すると肝心のファイルブラウザ(thunar)が Segmentation fault でこける。泣ける。さいなら。
叱咤激励感想ツッコミはゲストブックへ
Generated with mkdiary.rb