-
xclip won't build without a patch similar to the one below:
I've been unable to get configure to look in the correct include path...
--- configure.ac.old 2009-11-02 22:15:13.000000000 +0200
+++ configure.ac 2009-11-02 22:15:18.000000000 +0200
@@ -12,9 +12,6 @@
AC_HEADER_STDC
AC_PATH_XTRA
AC_CHECK_TOOL(STRIP, strip, :)
-AC_CHECK_HEADER([X11/Xmu/Atoms.h], [], AC_MSG_ERROR([***...
2009-11-13 13:47:09 UTC by eitanadler
-
$locate Atoms.h|grep X11
/usr/local/include/X11/Xmu/Atoms.h
$ ./configure -x-includes=/usr/local/include/X11/
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are...
2009-11-10 10:41:54 UTC by eitanadler
-
clears the contents of all clipboards.
2009-10-18 17:14:28 UTC by benkibbey
-
astrand made 1 file-release changes.
2009-09-27 11:09:08 UTC by astrand
-
astrand made 1 file-release changes.
2009-09-27 11:06:01 UTC by astrand
-
astrand committed revision 76 to the xclip SVN repository, changing 1 files.
2009-09-27 11:01:57 UTC by astrand
-
astrand committed revision 75 to the xclip SVN repository, changing 2 files.
2009-09-27 10:54:06 UTC by astrand
-
astrand committed revision 74 to the xclip SVN repository, changing 1 files.
2009-09-27 10:52:25 UTC by astrand
-
building xclip-0.11
here's the output of my 'make 2>error.txt':
xclip.c: In function 'doOut':
xclip.c:352: warning: dereferencing type-punned pointer will break strict-aliasing rules.
2009-08-30 12:09:24 UTC by nobody
-
astrand committed revision 73 to the xclip SVN repository, changing 1 files.
2009-08-10 19:18:11 UTC by astrand