Commit Graph

94 Commits

Author SHA1 Message Date
David du Colombier a0b47f292b fix build on Ubuntu 12.04
On Ubuntu 12.04, the build was failing with the following error:

cc -o wmii9menu.out wmii9menu.o -g -ldl -L../../lib -L/usr/lib ../../lib/libstuff.a ../../lib/libregexp9.a ../../lib/libbio.a ../../lib/libfmt.a ../../lib/libutf.a /usr/local/lib/libixp.a -lXinerama -lXrender -lX11 -lXrandr
/usr/bin/ld: ../../lib/libstuff.a(xft.o): undefined reference to symbol 'dlsym@@GLIBC_2.2.5'
/usr/bin/ld: note: 'dlsym@@GLIBC_2.2.5' is defined in DSO /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libdl.so so try adding it to the linker command line
/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/libdl.so: could not read symbols: Invalid operation
2017-07-28 13:53:31 +02:00
Kris Maglione 4606648a38 Prevent .depends rules from interfering with default make target. 2014-06-04 00:17:57 -07:00
Kris Maglione 04c1693f8a Fix wmiirc problems in recent commits. 2010-10-13 17:33:02 -04:00
Kris Maglione 089bf7bba7 [wimenu] Add paste key binding. 2010-10-07 16:31:42 -04:00
Kris Maglione ed809b8471 [menu] Add vertical mode. 2010-10-07 16:31:41 -04:00
Kris Maglione 83e5716fc8 Fix build on gmake 3.82. Closes issue #216. 2010-08-29 08:53:15 -04:00
Kris Maglione 3798957c3b Speedup build somewhat. 2010-07-27 14:28:04 -04:00
Kris Maglione 9bfa6ce867 Fix updating tags via /client/*/tags. Closes issue #200. 2010-06-29 13:40:51 -04:00
Kris Maglione c629223ec9 [python] Use distutils to compile and install pygmi/pyxp. 2010-06-27 17:47:45 -04:00
Kris Maglione 8177ac58d7 Sync makefiles with libixp. Fix some PKGBUILD bugs. 2010-06-23 10:55:55 -04:00
Kris Maglione 683b3ed895 Handle colormapped displays. 2010-06-20 14:24:04 -04:00
Kris Maglione fb9e477fba Bump IXP_NEEDAPI to 129. 2010-06-17 19:51:58 -04:00
Kris Maglione d9486fa419 [guide] Some updates to wmii.pdf to track the man pages. 2010-06-16 18:32:09 -04:00
Kris Maglione 398533dfd1 Rearrange some things. 2010-06-14 10:30:23 -04:00
Kris Maglione e5e4ff284d Fix last commit. 2010-06-11 23:48:29 -04:00
Kris Maglione 6be3355002 Ignore ClientClick events that pass through client windows. 2010-05-28 12:46:48 -04:00
Kris Maglione 8c5e6b9eb9 Don't focus dock or splash windows except via EWMH ACTIVE_WINDOW requests. 2010-05-27 14:14:37 -04:00
Kris Maglione f70a4130bd [witray] Handle badly behavied clients. Closes issue #183. 2010-05-27 13:55:34 -04:00
Kris Maglione 4279d1ccc5 Don't set -pedantic-errors in default gcc cflags. 2010-05-27 12:12:28 -04:00
Kris Maglione db1494baf5 Use contents of $(SHELL) macro to run util scripts. 2010-05-26 08:44:43 -04:00
Kris Maglione f19313209a Fix install problem introduced in revision 8c7a4ce5da9c. 2010-05-24 15:24:38 -04:00
Kris Maglione 208db05798 Fix installation broken 2 commits prior. 2010-05-24 13:01:48 -04:00
Kris Maglione 0917e51c54 Fix lib installation paths. 2010-05-24 08:49:12 -04:00
Kris Maglione 60bd388d1c Fix install bug introduced in revision b2b8e1e22ebd. 2010-05-23 10:19:07 -04:00
Kris Maglione ae3c20b7ae Cleanup the top directory a bit. sed -i 's/\$\{([^{]+)\}/$(\1)/g' **/Makefile **/*.mk 2010-05-22 20:55:16 -04:00
Kris Maglione 8fe0e02eb4 Use $(BINSH) to check shell script syntax rather than sh. 2010-05-22 19:04:18 -04:00
Kris Maglione ab2d1760f8 Factor out common code into library. 2010-05-21 22:52:47 -04:00
Kris Maglione 948e3dda8f Fix last commit. 2010-05-21 11:12:41 -04:00
Kris Maglione f369942356 Fix setting $(BINSH) from config.mk 2010-05-20 09:30:13 -04:00
Kris Maglione 0ac2afce5c Update copyrights. 2010-05-17 13:59:30 -04:00
Kris Maglione e42ca8806a Filter out warn_unused_result messages rather than play nice with gcc. Fixes issue #149. 2009-10-27 04:44:53 -04:00
Kris Maglione bbb684ec8e Update wimenu(1), add custom completion example. 2009-10-26 21:25:53 -04:00
Kris Maglione 2cc597a308 Greatly speed up recursive make from hg. 2009-10-26 16:35:43 -04:00
Kris Maglione 9db3ef8f54 Gmake. 2009-10-26 15:27:43 -04:00
Kris Maglione e3cf0426a1 Fix debian build. Closes issue #143. 2009-10-25 17:05:55 -04:00
Kris Maglione 89c937aa11 Generate some more noise with $noisycc set. 2009-10-25 14:57:21 -04:00
Kris Maglione ee53d79fa8 Fix failed MKDIR when $(DESTDIR) is set. 2009-10-13 15:55:17 -04:00
Kris Maglione 05cbfe09cf More build system cleanup. Install README. 2009-10-13 02:40:45 -04:00
Kris Maglione ffd2961abe Add version to man page headers. 2009-10-09 16:20:23 -04:00
Kris Maglione 2a8d326db5 Remove some build system cruft. 2009-10-09 16:40:33 -04:00
Kris Maglione de936d8c17 Update docs; install wmii.pdf. 2009-09-28 20:09:38 -04:00
Kris Maglione e1e6794aca Cleanup pre-install text file filters. 2009-09-28 17:24:01 -04:00
Kris Maglione 4af4c3825f Makefile cleanup and other general cleanup. 2009-09-17 09:27:11 -04:00
Kris Maglione 70f6d938b0 Change .O extension to .out 2009-09-03 14:20:44 -04:00
Kris Maglione 4302ec8f9c Slight changes to $(CONFVERSION) 2009-08-03 16:33:23 -04:00
Kris Maglione 947f9f6dc9 Add 'make tags'. Fix ^[ binding in wimenu. 2009-06-11 19:46:01 -04:00
Kris Maglione dd5f800f0e Use pkg-config globally. 2009-05-21 14:22:58 -04:00
Kris Maglione cd8aeb73f8 Don't make extra install directories 2008-12-10 18:23:26 -05:00
Kris Maglione b56fed3b26 Support $(DESTDIR) :( 2008-12-10 18:05:31 -05:00
Kris Maglione 107251bcac Support $(DESTDIR) :( 2008-12-10 18:04:00 -05:00