LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Can't Compile SlackBuilds.org TightVNC (https://www.linuxquestions.org/questions/slackware-14/cant-compile-slackbuilds-org-tightvnc-664473/)

Woodsman 08-21-2008 08:47 PM

Can't Compile SlackBuilds.org TightVNC
 
I'm trying to compile TightVNC 1.3.9 from slackbuilds.org.

First problem: I always modify the build script to change the location of $TMP because my /tmp directory is mounted noexec. I never have had an issue with this. However, the TightVNC script fails at /usr/bin/xmkmf || exit 1. The error message implied trying to create a makefile from within /tmp.

Modifying the build script to /usr/bin/xmkmf -a || exit 1 had no effect. Therefore I temporarily remounted /tmp to remove the noexec option.

Second problem: I got a little further in the script but again the script failed for not finding hosts.def:

/usr/lib/X11/config/site.def:44: error: host.def: No such file or directory

There is no host.def file on my system in /usr/include.

1. How do I build the package using my preferred $TMP location?

2. Is /usr/include/host.def supposed to be on my Slackware 12.1 system? If yes, then from which package?

Thanks.

stress_junkie 08-21-2008 10:24 PM

This is a duplicate of two other posts.

http://www.linuxquestions.org/questi...4/#post3255479

http://www.linuxquestions.org/questi...ghtvnc-664472/

XavierP 08-22-2008 08:26 AM

Closed as per Woodsman's self report :)


All times are GMT -5. The time now is 05:41 PM.