Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Sep 2007 16:20:08 GMT
From:      Ryan Rempel <ryanrempel@mac.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/112887: net/nxserver 1.4.0_1 fails to compile after upgrading to xorg-7.2
Message-ID:  <200709021620.l82GK8gn005386@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/112887; it has been noted by GNATS.

From: Ryan Rempel <ryanrempel@mac.com>
To: bug-followup@FreeBSD.org, nliviu@gmail.com, freenx@deweyonline.com
Cc:  
Subject: Re: ports/112887: net/nxserver 1.4.0_1 fails to compile after
 upgrading to xorg-7.2
Date: Sun, 02 Sep 2007 10:19:13 -0500

 I was able to fix the problem compiling nxserver with xorg 7.2  
 installed by removing the following patch file from the port:
 
 patch-nx-x11-programs-xserver-hw-nxagent-imakefile
 
 What the patch had done was add /usr/local/include to the "includes"  
 search path: -I /usr/local/include
 
 My theory is that the compilation was picking up a header file from / 
 usr/local/include which it would have preferred to get from nxserver  
 distribution itself. (That is, it was picking up the system header  
 file rather than the custom nxserver header).
 
 I haven't tested to see how removing this patch affects pre-7.2  
 compilation.
 
 --
 Ryan Rempel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709021620.l82GK8gn005386>