Welcome! Log In Create A New Profile

Advanced

gpicp failing!

Posted by ZachHoeken 
gpicp failing!
March 18, 2007 01:23AM
i'm trying to compile it, but its a no go:

root@hoeken-desktop:/home/hoeken/Desktop/gpicp-0.1.1# make
make -fMakegpicp
make[1]: Entering directory `/home/hoeken/Desktop/gpicp-0.1.1'
gcc -I. -O2 -Wall `sdl-config --cflags` main.o gui.o initgui.o
fileselect.o deviceselect.o widgets.o fontsrc.o picdev.o -lc -lm
`sdl-config --libs` -o gpicp
main.o: In function `main':
main.csad smiley.text+0x943): undefined reference to `XMoveWindow'
collect2: ld returned 1 exit status
make[1]: *** [gpicp] Error 1
make[1]: Leaving directory `/home/hoeken/Desktop/gpicp-0.1.1'
make: *** [all] Error 2

i've tried installing every xorg and sdl lib under the sun... whats
goin on? ps. i'm on ubuntu.

~Zach
_______________________________________________
Developers mailing list
Developers@reprap.org
[reprap.org]
Re: gpicp failing!
March 18, 2007 01:42AM
On Sun, 2007-03-18 at 01:24 -0400, Zach Hoeken wrote:
> i've tried installing every xorg and sdl lib under the sun... whats
> goin on? ps. i'm on ubuntu.

I presume you've got xlib then?

OK. Try lesstif2 and maybe libxmu6.

Vik :v)

_______________________________________________
Developers mailing list
Developers@reprap.org
[reprap.org]
Re: gpicp failing!
April 28, 2007 03:24PM
aha! i fixed the problem. i simply added this to the last line: i'm not sure if this was my problem, or gpicp, but it works for me now so i'm moving on =)

-lX11
Sorry, only registered users may post in this forum.

Click here to login