Adar,

I see libXss here:
[EMAIL PROTECTED] ~]# find / | grep -i "libXss"
/usr/compat/linux/usr/X11R6/lib/libXss.so.1
/usr/compat/linux/usr/X11R6/lib/libXss.so.1.0

And here is the failing output from "make"
[EMAIL PROTECTED] /usr/src/open-vm-tools-2008.09.03-114782]# make
Making all in lib
Making all in guestRpc
Making all in auth
Making all in backdoor
Making all in shared
Making all in conf
Making all in dict
Making all in deployPkg
gcc -DPACKAGE_NAME=\"open-vm-tools\" -DPACKAGE_TARNAME=\"open-vm-tools\"
-DPACKAGE_VERSION=\"2008.09.03-114782\" -DPACKAGE_STRING=\"open-vm-tools\
2008.09.03-114782\"
-DPACKAGE_BUGREPORT=\"[EMAIL PROTECTED]"
-DPACKAGE=\"open-vm-tools\" -DVERSION=\"2008.09.03-114782\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_DLOPEN=1
-DNO_PROCPS=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1
-DHAVE_WCHAR_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_USER_H=1 -DHAVE__BOOL=1 -DHAVE_STDBOOL_H=1
-DHAVE_STRUCT_STAT_ST_RDEV=1 -DTIME_WITH_SYS_TIME=1 -I.
-DUSING_AUTOCONF=1  -I/usr/local/include -I/usr/local/include -DUSE_ICU
-DHAVE_ICU_38 -DVMX86_TOOLS -DNO_CORE_ICU
-I/usr/src/open-vm-tools-2008.09.03-114782/lib/include  -g -O2 -Wall -Werror
-Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing
-Wno-unknown-pragmas -Wno-uninitialized -MT deployPkgLog.o -MD -MP -MF
.deps/deployPkgLog.Tpo -c -o deployPkgLog.o deployPkgLog.c
In file included from deployPkgLog.c:26:
/usr/src/open-vm-tools-2008.09.03-114782/lib/include/file.h:49:38: error:
syslimits.h: No such file or directory
*** Error code 1
Stop in /usr/src/open-vm-tools-2008.09.03-114782/lib/deployPkg.
*** Error code 1
Stop in /usr/src/open-vm-tools-2008.09.03-114782/lib.
*** Error code 1
Stop in /usr/src/open-vm-tools-2008.09.03-114782.


Thank you for looking into this.

Ernie

-----Original Message-----
From: Adar Dembo [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 26, 2008 4:24 AM
To: [EMAIL PROTECTED]; DIscussions relating to development of the
open-vm-tools project
Subject: RE: [open-vm-tools-devel] FreeBSD 7.0 building

> I am trying to compile:
> open-vm-tools-2008.09.03-114782
> on FreeBSD 7

Thanks for trying out the open-vm-tools! It's too bad you're having
difficulties compiling; let's take a closer look and see what's going on.

> First I get an error during configure stating:
> configure: error: libXss not found. Please configure without Unity
> (using
> --disable-unity) or install the libXss devel package
>
> Even though I do have libXss installed via FreeBSD ports:
> cd /usr/ports/x11/libX11
> make install clean
>
> So I am forced to configure like this:
> ./configure --disable-unity

So where did 'make install' put libXss? Could you provide the config.log
file that configure generated?

> So I get through configure and try to make and get:
> /usr/src/open-vm-tools-2008.09.03-114782/lib/include/file.h:49:38:
> error:
> syslimits.h: No such file or directory
>
> But I do have syslimits.h in two places:
> /usr/include/sys/syslimits.h
> /usr/src/sys/sys/syslimits.h
>
> Any idea why file.h can't find my syslimits.h?

Could you provide the full line of make's output which details how the file
including file.h was compiled?


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
open-vm-tools-devel mailing list
open-vm-tools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/open-vm-tools-devel

Reply via email to