Displaying 7 results from an estimated 7 matches for "ucbinclud".
Did you mean:
ucbinclude
2001 Nov 25
0
Errors compiling on Sun Solaris 2.7
Using Sun Forte C
Compiling smbd/server.c
"/usr/include/sys/termios.h", line 38: macro CTRL redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 76
"/usr/include/sys/termios.h", line 164: macro CEOT redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 87
"/usr/include/sys/termios.h", line 167: macro CEOF redefines previous macro at "/usr/ucbinclude/sys/ttychars.h&q...
1998 Jan 27
1
1.9.18p2 compile problem
I just grabbed 1.9.18p2 and tried compiling with gcc 2.7.2.1 for a Solaris
2.5 box, but it didn't get too far -
after a bunch of macro re-defines (eg.
"/usr/include/sys/termios.h", line 32: macro CTRL redefines previous macro
at "/usr/ucbinclude/sys/ttychars.h", line 65
"/usr/include/sys/termios.h", line 150: macro CINTR redefines previous
macro at "/usr/ucbinclude/sys/ttychars.h", line 71
it gave up in smb.h with the following:
"./smb.h", line 547: major: argument mismatch
"./smb.h", line 54...
2003 Dec 01
0
No subject
...e at the moment
> > (Solaris 2.7, Sun CC)
> HEAD or 2.2? The logs from our automated builds look on on Solaris 8.
> What is the error?
2.2
Long output to follow
Compiling smbd/server.c
"/usr/include/sys/termios.h", line 38: macro CTRL redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 76
"/usr/include/sys/termios.h", line 164: macro CEOT redefines previous macro at "/usr/ucbinclude/sys/ttychars.h", line 87
"/usr/include/sys/termios.h", line 167: macro CEOF redefines previous macro at "/usr/ucbinclude/sys/ttychars.h&q...
2001 Mar 08
2
OpenSSH 2.5.1p1 won't compile on Solaris 8 x86 (fwd)
...ommand failed for target `getcwd.o'
Current working directory
/export/home/munnik/openssh-2.5.1p1/openbsd-compat
*** Error code 1
make: Fatal error: Command failed for target
`openbsd-compat/libopenbsd-compat.a'
/usr/include/sys/dir.h doesn't exist on Solaris 8 x86, but there is a
/usr/ucbinclude/sys/dir.h but when I include that directory it is getting
even worse
Is this a known problem and is there a solution?
with regards
Martijn de Munnik
2000 Jun 23
1
Errors in Compiling R
...rror: Command failed for target `R'
Current working directory /export/home/yuelin/R-1.1.0/src
*** Error code 1
make: Fatal error: Command failed for target `R'
-----------
My CPPFLAGS and LIBS variables are as follows:
CPPFLAGS="-I/usr/include -I/usr/openwin/share/include/X11
-I/usr/ucbinclude -I/opt/Summertime_98.sparc/include
-I/opt/Summertime_98.sparc/include/readline
-I/opt/Summertime_98.sparc/include/g++
-I/opt/Summertime_98.sparc/include/gtk
-I /opt/Summertime_98.sparc/include/gck -I/usr/include/sys"
LIBS="-L/lib -L/usr/local/lib -L/usr/lib -L/usr/openwin/lib
-L/u...
2006 May 11
6
problem with solaris install
I was trying to install ferret 0.9.2 on solaris (SunOS 5.8) which
does not have a sys/dir.h
nix_io.c:5:21: sys/dir.h: No such file or directory
make: *** [nix_io.o] Error 1
I couldn''t find an obvious way around this... any suggestions?
Thanks,
Rich Marisa
Cornell Information Technologies
Cornell University
2003 Dec 01
0
No subject
.../samba/
On Sat, 9 Jun 2001, Steve Kennedy wrote:
> > > CVS doesn't seem to want to compile at the moment
> > > (Solaris 2.7, Sun CC)
>
> Compiling smbd/server.c
> "/usr/include/sys/termios.h", line 38: macro CTRL redefines previous
> macro at "/usr/ucbinclude/sys/ttychars.h", line 76
^^^^^^^^^^
If you are using Sun CC, make sure that you organise your PATH such that
you end up running /opt/SUNWspro/bin/cc in preference to /usr/ucb/cc.
The latter instance of the compiler links against the 4BSD "source
compatibility" libr...