r s <ckymaariv@...> writes:

> 
> Ref: http://comments.gmane.org/gmane.network.rdesktop.xrdp.devel/1470
> 
> I also am trying to compile xrdp on AIX6, but I do not have root access 
so I
> cannot edit these files /usr/include/sys/lock_def.h and /usr/include/grp.h
> as indicated in 
http://comments.gmane.org/gmane.network.rdesktop.xrdp.devel/1470
> 
> Is there some way to set configure to use my local edited copies of
> lock_def.h and grp.h instead of the ones in /usr/include ?
> 
> Thanks!

Hi,

in configure script I found these options:

For better control, use the options below.

Fine tuning of the installation directories:
  --bindir=DIR            user executables [EPREFIX/bin]
  --sbindir=DIR           system admin executables [EPREFIX/sbin]
  --libexecdir=DIR        program executables [EPREFIX/libexec]
  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
  --sharedstatedir=DIR    modifiable architecture-independent data 
[PREFIX/com]
  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
  --libdir=DIR            object code libraries [EPREFIX/lib]
  --includedir=DIR        C header files [PREFIX/include]
  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
  --datarootdir=DIR       read-only arch.-independent data root 
[PREFIX/share]
  --datadir=DIR           read-only architecture-independent data 
[DATAROOTDIR]
  --infodir=DIR           info documentation [DATAROOTDIR/info]
  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
  --mandir=DIR            man documentation [DATAROOTDIR/man]
  --docdir=DIR            documentation root [DATAROOTDIR/doc/xrdp]
  --htmldir=DIR           html documentation [DOCDIR]
  --dvidir=DIR            dvi documentation [DOCDIR]
  --pdfdir=DIR            pdf documentation [DOCDIR]
  --psdir=DIR             ps documentation [DOCDIR]

Maybe it will work if you run configure with option --
includedir=/your_directory/where_modified/headers_are by copying the other 
headers to your directory, too. Let me know if it works :-)



------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
xrdp-devel mailing list
xrdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xrdp-devel

Reply via email to