You are not logged in.
Pages: 1
Topic closed
Any one know what's wrong about that package. Or how can I install it in another way. Or is there any replacement ?
Offline
Vague.
Post some error output or similar details, someone might help you then.
Offline
download source at https://aur.archlinux.org/packages/gstm/
and install dependencies
> sudo pacman -S libgnomeui
then read http://polywogsys.livejournal.com/288546.html
('So I had to include -lxml2 and later -lX11 in the makefile and gstm compiled fine.')
and
> ./configure LDFLAGS="-lxml2 -lX11"
> make
> sudo make install
workes fine for me,
hth / weHe
Offline
wehe, welcome to the forums.
Please use pacman to install packages. Installing to the system outside of pacman will make your system messy and difficult to manage. If you do not know how to use the AUR, there is a guide on the wiki.
If you see in the PKGBUILD, it already adds those two flags. You could install gstm with a simple makepkg -si.
Also note that this thread is over two years old. The op hasn't posted on the forums in a year. There isn't much use for this thread.
Forum Etquette: Old Threads / Necro-Bumping, closing.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Pages: 1
Topic closed