Package Base Details: libcd

Git Clone URL: https://aur.archlinux.org/libcd.git (read-only, click to copy)
Submitter: None
Maintainer: blueowl
Last Packager: blueowl
Votes: 5
Popularity: 0.000000
First Submitted: 2010-07-22 08:52 (UTC)
Last Updated: 2021-08-06 11:01 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

ktamp commented on 2018-03-05 21:21 (UTC)

Please add 'lsb-release' to Makedepends list. Maybe remove 'glu' from Makedepends list? It is already in Depends list. Any reason for not updating to v5.11.1? It has been out for 8 months now.

haawda commented on 2017-06-06 05:50 (UTC)

The ??? seems to be the kernel version number. So this PKGBUILD produces different packages when built under linux-lts. Great idea.

ktamp commented on 2017-05-14 13:19 (UTC)

Please replace Linux??_?? with Linux???_??.

daurnimator commented on 2017-01-30 14:44 (UTC)

/usr/lua/5.1 is the wrong location. It should be /usr/lib/lua/5.1

catwell commented on 2017-01-09 17:49 (UTC)

The fix is to replace this line: make || true with: make FLAGS="-I/usr/include/im" LFLAGS="-L/usr/lua/5.1" || true Also, on my system, Linux48_64 should be replaced by Linux46_64.

daurnimator commented on 2016-12-16 03:10 (UTC)

Requires dependency on libim? I think this commit broke this package: https://aur.archlinux.org/cgit/aur.git/commit/?h=libcd&id=765d0044d600c9be23913d38baee7872239a1d75 Tecmake: compiling cdim.c ... gcc -c -Wall -O2 -m64 -fPIC -I. -I../include -I../../im/include -DTEC_UNAME=Linux48_64 -DTEC_SYSNAME=Linux -DLinux=4.8 -DTEC_LITTLEENDIAN -DTEC_64 -DFUNCPROTO=15 -DNDEBUG -o ../obj/cdim/Linux48_64/cdim.o drv/cdim.c drv/cdim.c:14:16: fatal error: im.h: No such file or directory #include <im.h> ^ compilation terminated. make[2]: *** [../tecmake.mak:1647: ../obj/cdim/Linux48_64/cdim.o] Error 1 make[1]: *** [Makefile:21: cdim] Error 2 make: *** [Makefile:4: do_all] Error 2

daurnimator commented on 2016-11-07 05:16 (UTC)

cdcontextplus not built?

Grandma commented on 2016-01-16 09:39 (UTC)

Hello, can you add lsb-release to depends? It used by make.

oslik commented on 2011-02-21 13:19 (UTC)

>>I get this error: >>/usr/include/gtk-2.0/gdk/gdkpixbuf.h:37:35: fatal error: gdk-pixbuf/gdk-pixbuf.h: No such file or directory gdk-pixbuf.patch: http://aur.pastebin.com/eeMmUa2B PKGBUILD: http://aur.pastebin.com/9fqF1URH