Thanks Jay for the writeup.
So the following occurred
1. ./bootstrap
Seemd to work fine.
2. ./configure --enable-fuse
Received - Configure: Exit 77
Followed all the steps to this point, minus getting xrdp 0.8, anything I'm
missing? Got all the packages and double-checked a couple of times to make
sure I wasn't doing anything incorrectly.
jharvard@appliance (~/git/neutrinolabs/xrdp): ./configure --enable-fuse
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking for gcc... clang
> checking whether the C compiler works... no
> configure: error: in `/home/jharvard/git/neutrinolabs/xrdp':
> configure: error: C compiler cannot create executables
> See `config.log' for more details
> jharvard@appliance (~/git/neutrinolabs/xrdp): cat config.log
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
> It was created by xrdp configure 0.9.0, which was
> generated by GNU Autoconf 2.69. Invocation command line was
> $ ./configure --enable-fuse
> ## --------- ##
> ## Platform. ##
> ## --------- ##
> hostname = appliance
> uname -m = i686
> uname -r = 3.10.10-200.fc19.i686.PAE
> uname -s = Linux
> uname -v = #1 SMP Thu Aug 29 19:16:15 UTC 2013
> /usr/bin/uname -p = i686
> /bin/uname -X = unknown
> /bin/arch = i686
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo = unknown
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
> PATH: /etc/log50.d
> PATH: /etc/log50.d
> PATH: /usr/lib/qt-3.3/bin
> PATH: /usr/libexec/lightdm
> PATH: /usr/local/bin
> PATH: /usr/bin
> PATH: /bin
> PATH: /usr/local/sbin
> PATH: /usr/sbin
> PATH: /home/jharvard/.local/bin
> PATH: /home/jharvard/bin
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
> configure:2382: checking for a BSD-compatible install
> configure:2450: result: /usr/bin/install -c
> configure:2461: checking whether build environment is sane
> configure:2516: result: yes
> configure:2667: checking for a thread-safe mkdir -p
> configure:2706: result: /usr/bin/mkdir -p
> configure:2713: checking for gawk
> configure:2729: found /usr/bin/gawk
> configure:2740: result: gawk
> configure:2751: checking whether make sets $(MAKE)
> configure:2773: result: yes
> configure:2802: checking whether make supports nested variables
> configure:2819: result: yes
> configure:2951: checking for gcc
> configure:2978: result: clang
> configure:3207: checking for C compiler version
> configure:3216: clang --version >&5
> Traceback (most recent call last):
> File "/etc/log50.d/clang", line 25, in <module>
> wrapper.run()
> File "/usr/lib/python2.7/log50.py", line 69, in run
> p.interact()
> File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1533,
> in interact
> mode = tty.tcgetattr(self.STDIN_FILENO)
> termios.error: (25, 'Inappropriate ioctl for device')
> configure:3227: $? = 1
> configure:3216: clang -v >&5
> Traceback (most recent call last):
> File "/etc/log50.d/clang", line 25, in <module>
> wrapper.run()
> File "/usr/lib/python2.7/log50.py", line 69, in run
> p.interact()
> File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1533,
> in interact
> mode = tty.tcgetattr(self.STDIN_FILENO)
> termios.error: (25, 'Inappropriate ioctl for device')
> configure:3227: $? = 1
> configure:3216: clang -V >&5
> Traceback (most recent call last):
> File "/etc/log50.d/clang", line 25, in <module>
> wrapper.run()
> File "/usr/lib/python2.7/log50.py", line 69, in run
> p.interact()
> File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1533,
> in interact
> mode = tty.tcgetattr(self.STDIN_FILENO)
> termios.error: (25, 'Inappropriate ioctl for device')
> configure:3227: $? = 1
> configure:3216: clang -qversion >&5
> Traceback (most recent call last):
> File "/etc/log50.d/clang", line 25, in <module>
> wrapper.run()
> File "/usr/lib/python2.7/log50.py", line 69, in run
> p.interact()
> File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1533,
> in interact
> mode = tty.tcgetattr(self.STDIN_FILENO)
> termios.error: (25, 'Inappropriate ioctl for device')
> configure:3227: $? = 1
> configure:3247: checking whether the C compiler works
> configure:3269: clang -ggdb3 -O0 -std=c99 -Wall -Werror conftest.c >&5
> Traceback (most recent call last):
> File "/etc/log50.d/clang", line 25, in <module>
> wrapper.run()
> File "/usr/lib/python2.7/log50.py", line 69, in run
> p.interact()
> File "/usr/lib/python2.7/site-packages/pexpect/__init__.py", line 1533,
> in interact
> mode = tty.tcgetattr(self.STDIN_FILENO)
> termios.error: (25, 'Inappropriate ioctl for device')
> configure:3273: $? = 1
> configure:3311: result: no
> configure: failed program was:
> | /* confdefs.h */
> | #define PACKAGE_NAME "xrdp"
> | #define PACKAGE_TARNAME "xrdp"
> | #define PACKAGE_VERSION "0.9.0"
> | #define PACKAGE_STRING "xrdp 0.9.0"
> | #define PACKAGE_BUGREPORT "xrdp-devel@lists.sourceforge.net"
> | #define PACKAGE_URL ""
> | #define PACKAGE "xrdp"
> | #define VERSION "0.9.0"
> | /* end confdefs.h. */
> |
> | int
> | main ()
> | {
> |
> | ;
> | return 0;
> | }
> configure:3316: error: in `/home/jharvard/git/neutrinolabs/xrdp':
> configure:3318: error: C compiler cannot create executables
> See `config.log' for more details
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
> ac_cv_env_CC_set=set
> ac_cv_env_CC_value=clang
> ac_cv_env_CFLAGS_set=set
> ac_cv_env_CFLAGS_value='-ggdb3 -O0 -std=c99 -Wall -Werror'
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_FREERDP_CFLAGS_set=
> ac_cv_env_FREERDP_CFLAGS_value=
> ac_cv_env_FREERDP_LIBS_set=
> ac_cv_env_FREERDP_LIBS_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_LIBS_set=
> ac_cv_env_LIBS_value=
> ac_cv_env_PKG_CONFIG_LIBDIR_set=
> ac_cv_env_PKG_CONFIG_LIBDIR_value=
> ac_cv_env_PKG_CONFIG_PATH_set=
> ac_cv_env_PKG_CONFIG_PATH_value=
> ac_cv_env_PKG_CONFIG_set=
> ac_cv_env_PKG_CONFIG_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_path_install='/usr/bin/install -c'
> ac_cv_path_mkdir=/usr/bin/mkdir
> ac_cv_prog_AWK=gawk
> ac_cv_prog_ac_ct_CC=clang
> ac_cv_prog_make_make_set=yes
> am_cv_make_support_nested_variables=yes
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
> ACLOCAL='${SHELL} /home/jharvard/git/neutrinolabs/xrdp/missing
> aclocal-1.13'
> AMDEPBACKSLASH=''
> AMDEP_FALSE=''
> AMDEP_TRUE=''
> AMTAR='$${TAR-tar}'
> AM_BACKSLASH='\'
> AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
> AM_DEFAULT_VERBOSITY='1'
> AM_V='$(V)'
> AR=''
> AUTOCONF='${SHELL} /home/jharvard/git/neutrinolabs/xrdp/missing autoconf'
> AUTOHEADER='${SHELL} /home/jharvard/git/neutrinolabs/xrdp/missing
> autoheader'
> AUTOMAKE='${SHELL} /home/jharvard/git/neutrinolabs/xrdp/missing
> automake-1.13'
> AWK='gawk'
> CC='clang'
> CCDEPMODE=''
> CFLAGS='-ggdb3 -O0 -std=c99 -Wall -Werror'
> CPP=''
> CPPFLAGS=''
> CYGPATH_W='echo'
> DEFS=''
> DEPDIR=''
> DLLTOOL=''
> DSYMUTIL=''
> DUMPBIN=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP=''
> EXEEXT=''
> FGREP=''
> FREERDP_CFLAGS=''
> FREERDP_LIBS=''
> GOT_PREFIX_FALSE=''
> GOT_PREFIX_TRUE=''
> GREP=''
> HAVE_SYSTEMD_FALSE=''
> HAVE_SYSTEMD_TRUE=''
> INSTALL_DATA='${INSTALL} -m 644'
> INSTALL_PROGRAM='${INSTALL}'
> INSTALL_SCRIPT='${INSTALL}'
> INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
> LD=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LIBTOOL=''
> LIPO=''
> LN_S=''
> LTLIBOBJS=''
> MAKEINFO='${SHELL} /home/jharvard/git/neutrinolabs/xrdp/missing makeinfo'
> MANIFEST_TOOL=''
> MKDIR_P='/usr/bin/mkdir -p'
> NM=''
> NMEDIT=''
> OBJDUMP=''
> OBJEXT=''
> OTOOL64=''
> OTOOL=''
> PACKAGE='xrdp'
> PACKAGE_BUGREPORT='xrdp-devel@lists.sourceforge.net'
> PACKAGE_NAME='xrdp'
> PACKAGE_STRING='xrdp 0.9.0'
> PACKAGE_TARNAME='xrdp'
> PACKAGE_URL=''
> PACKAGE_VERSION='0.9.0'
> PATH_SEPARATOR=':'
> PKG_CONFIG=''
> PKG_CONFIG_LIBDIR=''
> PKG_CONFIG_PATH=''
> RANLIB=''
> SED=''
> SESMAN_KERBEROS_FALSE=''
> SESMAN_KERBEROS_TRUE=''
> SESMAN_NOPAM_FALSE=''
> SESMAN_NOPAM_TRUE=''
> SESMAN_PAMUSERPASS_FALSE=''
> SESMAN_PAMUSERPASS_TRUE=''
> SET_MAKE=''
> SHELL='/bin/sh'
> STRIP=''
> VERSION='0.9.0'
> XRDP_DEBUG_FALSE=''
> XRDP_DEBUG_TRUE=''
> XRDP_FUSE_FALSE=''
> XRDP_FUSE_TRUE=''
> XRDP_JPEG_FALSE=''
> XRDP_JPEG_TRUE=''
> XRDP_LOAD_PULSE_MODULES_FALSE=''
> XRDP_LOAD_PULSE_MODULES_TRUE=''
> XRDP_NEUTRINORDP_FALSE=''
> XRDP_NEUTRINORDP_TRUE=''
> XRDP_SIMPLESOUND_FALSE=''
> XRDP_SIMPLESOUND_TRUE=''
> XRDP_TJPEG_FALSE=''
> XRDP_TJPEG_TRUE=''
> XRDP_XRDPVR_FALSE=''
> XRDP_XRDPVR_TRUE=''
> ac_ct_AR=''
> ac_ct_CC='clang'
> ac_ct_DUMPBIN=''
> am__EXEEXT_FALSE=''
> am__EXEEXT_TRUE=''
> am__fastdepCC_FALSE=''
> am__fastdepCC_TRUE=''
> am__include=''
> am__isrc=''
> am__leading_dot='.'
> am__nodep=''
> am__quote=''
> am__tar='$${TAR-tar} chof - "$$tardir"'
> am__untar='$${TAR-tar} xf -'
> bindir='${exec_prefix}/bin'
> build=''
> build_alias=''
> build_cpu=''
> build_os=''
> build_vendor=''
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
> dvidir='${docdir}'
> exec_prefix='NONE'
> host=''
> host_alias=''
> host_cpu=''
> host_os=''
> host_vendor=''
> htmldir='${docdir}'
> includedir='${prefix}/include'
> infodir='${datarootdir}/info'
> install_sh='${SHELL} /home/jharvard/git/neutrinolabs/xrdp/install-sh'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> mkdir_p='$(MKDIR_P)'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='NONE'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> systemdsystemunitdir=''
> target_alias=''
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
> /* confdefs.h */
> #define PACKAGE_NAME "xrdp"
> #define PACKAGE_TARNAME "xrdp"
> #define PACKAGE_VERSION "0.9.0"
> #define PACKAGE_STRING "xrdp 0.9.0"
> #define PACKAGE_BUGREPORT "xrdp-devel@lists.sourceforge.net"
> #define PACKAGE_URL ""
> #define PACKAGE "xrdp"
> #define VERSION "0.9.0"
> configure: exit 77
Regards,
Eben
On Sat, Apr 19, 2014 at 12:46 AM, Eben Yep <ebenofthecam...@gmail.com>wrote:
> Hello all,
>
> Got stuck on building X11R7.6
>
> Couldn't build it out, it seemed I got all the packages, I installed
> VMWare Player for now, but would like to setup another Fedora 19 VM to test
> it out on.
> So for now, I do not have access to the VHD that I was using in Hyper-V
> that had the logs for Fedora 19.
>
> Anyone know the list of dependencies X11R7.6 needs to build in Fedora
> 19/20?
>
> Regards,
> Eben
>
>
> On Fri, Apr 18, 2014 at 12:38 AM, Eben Yep <ebenofthecam...@gmail.com>wrote:
>
>> Lol, I figured it out.
>>
>> cd xrdp
>> ./bootstrap
>> ./configure --enable-jpeg
>> make
>> make install
>>
>>
>> I was trying to -
>>
>>
>> $ cmake . -DWITH_CUPS=OFF -DWITH_FFMPEG=OFF
>>
>>
>> and was getting some errors. Any pointer's or better/easier methods? Is
>> there a way to setup the project to auto build in Visual Studio 2013?
>>
>>
>> Regards,
>>
>> Eben
>>
>>
>> On Fri, Apr 18, 2014 at 12:25 AM, Eben Yep <ebenofthecam...@gmail.com>wrote:
>>
>>> Hello,
>>>
>>> I have a Fedora 19 Appliance I'm using for school. Having a heck of a
>>> time building xrdp 0.9.0 on Fedora 19.
>>>
>>> Been attempting to compile the bleeding edge on Fedora 19. Anyone have
>>> an installation guide for the manual compile of F19?
>>>
>>> Been trying to port the steps from Debian/CentOS/openSuSE and I cannot
>>> get it to work.
>>>
>>> Regards,
>>> Eben
>>>
>>
>>
>
------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel