Search Criteria
Package Details: tgif 4.2.5-8
Git Clone URL: | https://aur.archlinux.org/tgif.git (read-only, click to copy) |
---|---|
Package Base: | tgif |
Description: | Vector-based drawing tool (for technical, not artistic, stuff) |
Upstream URL: | http://bourbon.usc.edu/tgif/ |
Licenses: | |
Submitter: | axs |
Maintainer: | haawda |
Last Packager: | haawda |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2009-01-09 16:39 |
Last Updated: | 2018-04-19 14:13 |
Latest Comments
haawda commented on 2013-03-06 14:00
Well, maybe your problem is covered by this thread: https://bbs.archlinux.org/viewtopic.php?id=138010
haawda commented on 2013-03-06 13:56
Try installing xorg-fonts-misc or xorg-fonts-type1.
zman0900 commented on 2013-03-06 06:32
Even with xorg-fonts-75dpi installed, tgif won't start. Here's the error:
Fatal Error in OpenFont(): Cannot open the Default(Msg)Font '-*-courier-medium-r-normal-*-14-*-*-*-*-*-iso8859-1'.
haawda commented on 2012-03-21 17:38
Added install file for explanation and xorg-fonts-75dpi as optional dependency. Also added desktop file and icon.
axs commented on 2012-03-21 07:11
PKGBUILD updated
haawda commented on 2012-03-20 22:50
I pasted a working PKGBUILD to http://paste.pocoo.org/show/568771
haawda commented on 2012-03-20 17:18
Simply add "-ldl" to the sed-command in the PKGBUILD that alread puts a bunch of other libs to the SYS_LIBRARIES:
sed -i -e '/^SYS_LIBRARIES\s*= /s/=.*/= -lXt -lX11 -lz -lm -lpthread -ldl/' Makefile
karol_007 commented on 2012-03-20 16:09
I'm getting an error when trying to compile tgif:
...
/usr/bin/ld: inmethod.o: undefined reference to symbol 'dlopen@@GLIBC_2.1'
/usr/bin/ld: note: 'dlopen@@GLIBC_2.1' is defined in DSO /lib/libdl.so.2 so try adding it to the linker command line
/lib/libdl.so.2: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make: *** [tgif] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Seems similar to https://bbs.archlinux.org/viewtopic.php?id=137876