View Single Post
Old 03-27-2007, 01:51 PM   #1
Mythago
Member
Mythago began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Jan 2007
Question Trying to compile xvnc viewer

I finally have scratchbox setup enough to compile. Now I'm trying to compile a vnc viewer but have run into a problem:
Code:
[sbox-iliad: ~/src.xvncviewer] > ../dl-and-install.sh -u xvncviewer
(it finds VNC-3.3.7, downloads it, extracts it, patches it and then...)
Aplying additional patches
patch -p1 < debian/patches/1.txt
patching file vncviewer/argsresources.c
Reversed (or previously applied) patch detected!  Assume -R? [n]
If I answer no, then it asks "Apply anyway?" If I answer yes to that then 3 out of 4 hunks fail in the patch.

If I answer yes then it seems to work ok.

I then do ./configure which works fine, no complaints. Then I run make and it runs smoothly up until:
Code:
argsresources.c:27:28: X11/Xaw/Toggle.h: No such file or directory
(and a lot more errors after that, all for argsresources.c)
Does this mean it's looking for the Toggle.h file but can't find it on the iLiad? Or is it related to the question that comes up when patching that same file? or both?

-Mythago
Mythago is offline   Reply With Quote