Re: Problem making xorg-clients on FreeBSD 4.10

2004-09-16 Thread Mathias Samuelson
Subhro wrote:
 cat /etc/make.conf ?
 
 Regards
 S.

CPUTYPE=p3
CFLAGS= -O -pipe
CXXFLAGS+= -fmemoize-lookups -fsave-memoized
BDECFLAGS=  -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
 -Wcast-qual -Wchar-subscripts -Winline \
 -Wmissing-prototypes -Wnested-externs -Wpointer-arith \
 -Wredundant-decls -Wshadow -Wstrict-prototypes 
-Wwrite-strings
COPTFLAGS= -O -pipe
INSTALL=install -C
NO_BIND=true# do not build BIND
NO_FORTRAN= true# do not build g77 and related libraries
NO_I4B= true# do not build isdn4bsd package
NO_SENDMAIL=true# do not build sendmail and related programs
NOPROFILE=  true# Avoid compiling profiled libraries
NOUUCP= true# do not build uucp related programs
MASTER_SITE_KDE= 
http://rabarber.fruitsalad.org/packages/200402101831/5-CURRENT/Latest/
PERL_VER=5.8.0
PERL_VERSION=5.8.0
PERL_ARCH=mach
NOPERL=yo
NO_PERL=yo
NO_PERL_WRAPPER=yo
X_WINDOW_SYSTEM=xorg

 
 
 On Wed, 15 Sep 2004 16:08:22 +0200, Mathias Samuelson
 [EMAIL PROTECTED] wrote:
 
Cheers to all!

I'm having problems building xorg-clients.

I'm not quite following the instructions in UPDATE, I want to prebuild
as much as possible before I delete XFree and then run make install in
x11/xorg. I hope this isn't the reason for the problem... :/

bash-2.05b# uname -v
FreeBSD 4.10-STABLE #0: Sun Aug 29 22:17:16 CEST 2004
bash-2.05b# make
===  Building for xorg-clients-6.7.0_4
snip
xhost.c: In function `change_host':
xhost.c:423: syntax error before `siaddr'
xhost.c:434: `siaddr' undeclared (first use in this function)
xhost.c:434: (Each undeclared identifier is reported only once
xhost.c:434: for each function it appears in.)
xhost.c: In function `get_hostname':
xhost.c:883: `XServerInterpretedAddress' undeclared (first use in this
function)
xhost.c:883: `sip' undeclared (first use in this function)
xhost.c:883: warning: statement with no effect
xhost.c:884: syntax error before `static'
xhost.c:888: syntax error before `)'
xhost.c:889: `neededSize' undeclared (first use in this function)
xhost.c:891: `addressStringSize' undeclared (first use in this function)
xhost.c:892: `addressString' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xhost.
*** Error code 1

Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
*** Error code 1

Stop in /usr/ports/x11/xorg-clients.

All best
Mathias
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

 
 
 
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem making xorg-clients on FreeBSD 4.10

2004-09-16 Thread Mathias Samuelson


Eric Anholt wrote:
 On Wed, 2004-09-15 at 07:08, Mathias Samuelson wrote:
 
Cheers to all!

I'm having problems building xorg-clients.

I'm not quite following the instructions in UPDATE, I want to prebuild 
as much as possible before I delete XFree and then run make install in 
x11/xorg. I hope this isn't the reason for the problem... :/
 
 
 It is.
 

Thanks Eric, I'll try to do it the right way (tm). :)

Mathias
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem making xorg-clients on FreeBSD 4.10

2004-09-15 Thread Mathias Samuelson
Cheers to all!

I'm having problems building xorg-clients.

I'm not quite following the instructions in UPDATE, I want to prebuild 
as much as possible before I delete XFree and then run make install in 
x11/xorg. I hope this isn't the reason for the problem... :/

bash-2.05b# uname -v
FreeBSD 4.10-STABLE #0: Sun Aug 29 22:17:16 CEST 2004
bash-2.05b# make
===  Building for xorg-clients-6.7.0_4
snip
xhost.c: In function `change_host':
xhost.c:423: syntax error before `siaddr'
xhost.c:434: `siaddr' undeclared (first use in this function)
xhost.c:434: (Each undeclared identifier is reported only once
xhost.c:434: for each function it appears in.)
xhost.c: In function `get_hostname':
xhost.c:883: `XServerInterpretedAddress' undeclared (first use in this 
function)
xhost.c:883: `sip' undeclared (first use in this function)
xhost.c:883: warning: statement with no effect
xhost.c:884: syntax error before `static'
xhost.c:888: syntax error before `)'
xhost.c:889: `neededSize' undeclared (first use in this function)
xhost.c:891: `addressStringSize' undeclared (first use in this function)
xhost.c:892: `addressString' undeclared (first use in this function)
*** Error code 1

Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xhost.
*** Error code 1

Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
*** Error code 1

Stop in /usr/ports/x11/xorg-clients.

All best
Mathias
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem making xorg-clients on FreeBSD 4.10

2004-09-15 Thread Subhro
cat /etc/make.conf ?

Regards
S.


On Wed, 15 Sep 2004 16:08:22 +0200, Mathias Samuelson
[EMAIL PROTECTED] wrote:
 Cheers to all!
 
 I'm having problems building xorg-clients.
 
 I'm not quite following the instructions in UPDATE, I want to prebuild
 as much as possible before I delete XFree and then run make install in
 x11/xorg. I hope this isn't the reason for the problem... :/
 
 bash-2.05b# uname -v
 FreeBSD 4.10-STABLE #0: Sun Aug 29 22:17:16 CEST 2004
 bash-2.05b# make
 ===  Building for xorg-clients-6.7.0_4
 snip
 xhost.c: In function `change_host':
 xhost.c:423: syntax error before `siaddr'
 xhost.c:434: `siaddr' undeclared (first use in this function)
 xhost.c:434: (Each undeclared identifier is reported only once
 xhost.c:434: for each function it appears in.)
 xhost.c: In function `get_hostname':
 xhost.c:883: `XServerInterpretedAddress' undeclared (first use in this
 function)
 xhost.c:883: `sip' undeclared (first use in this function)
 xhost.c:883: warning: statement with no effect
 xhost.c:884: syntax error before `static'
 xhost.c:888: syntax error before `)'
 xhost.c:889: `neededSize' undeclared (first use in this function)
 xhost.c:891: `addressStringSize' undeclared (first use in this function)
 xhost.c:892: `addressString' undeclared (first use in this function)
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xhost.
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg-clients.
 
 All best
 Mathias
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 



-- 
Subhro Sankha Kar
School of Information Technology
Block AQ-13/1 Sector V
ZIP 700091
India
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem making xorg-clients on FreeBSD 4.10

2004-09-15 Thread Eric Anholt
On Wed, 2004-09-15 at 07:08, Mathias Samuelson wrote:
 Cheers to all!
 
 I'm having problems building xorg-clients.
 
 I'm not quite following the instructions in UPDATE, I want to prebuild 
 as much as possible before I delete XFree and then run make install in 
 x11/xorg. I hope this isn't the reason for the problem... :/

It is.

-- 
Eric Anholt[EMAIL PROTECTED]  
http://people.freebsd.org/~anholt/ [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]