NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: rdesktop-1.5.0nb4: build errors



Jeremy,

[ I apologize for sending you several copies of the same email.
Apparently I'm having a hard time hitting Reply All. Very idiotic. ]

> I don't see the error message. Maybe capture stderr also?
>

You're right -- my mistake. I'm going to post a snippet from the build
log. (I'm having issues posting it in its entirety to netbsd-users,
probably because of its size: >100K.)

----------------------------------------------
cc -O2 -I/usr/pkg/include -I/usr/include -Wall -I/usr/include  -I/usr/X11R6/incl
ude -DPACKAGE_NAME=\"rdesktop\" -DPACKAGE_TARNAME=\"rdesktop\" -DPACKAGE_VERSION
=\"1.5.0\" -DPACKAGE_STRING=\"rdesktop\ 1.5.0\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_
HEADERS=1 -DL_ENDIAN=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 -DH
AVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_FILIO_H=1 -DHA
VE_LOCALE_H=1 -DHAVE_LANGINFO_H=1 -Dssldir=\"/usr\" -DEGD_SOCKET=\"/var/run/egd-
pool\" -DWITH_RDPSND=1 -DHAVE_DIRENT_H=1 -DHAVE_DECL_DIRFD=1 -DHAVE_ICONV_H=1 -D
HAVE_ICONV=1 -DICONV_CONST=const -DHAVE_SYS_STATVFS_H=1 -DHAVE_SYS_PARAM_H=1 -DH
AVE_SYS_MOUNT_H=1 -DSTAT_STATVFS=1 -DHAVE_STRUCT_STATVFS_F_NAMEMAX=1  -DKEYMAP_P
ATH=\"/usr/pkg/share/rdesktop/keymaps/\" -o xwin.o -c xwin.c
xwin.c:21:22: error: X11/Xlib.h: No such file or directory
xwin.c:22:23: error: X11/Xutil.h: No such file or directory
In file included from xwin.c:29:
xproto.h:1: error: expected ')' before '*' token
xproto.h:2: error: expected ')' before '*' token
----------------------------------------------

There are a few more errors related to xproto.h, and a very long list
of errors related to xwin.c. The "no such file or directory" errors
related to Xlib.h and Xutil.h are straightforward enough; my friend
google suggests that I need to install "XFree86 devel" or "XFree86
headers", but I'm not quite sure where to obtain that. I don't see it
in pkgsrc.

-- 
Best regards -
Ryu Fan // rfanomie%gmail.com@localhost


Home | Main Index | Thread Index | Old Index