Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-20 Thread Yves de Champlain

Le 07-08-19 à 22:13, Marc Aurele La France a écrit :



Anyway, the attached seems to fix this.


Indeed, thanks

yves


___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-20 Thread Yves de Champlain

Hi

I'm trying to install hardcopy docs

I set

#define InstallHardcopyDocs  YES

in host.def

but it won't do it.  What am I missing ?

yves

___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-20 Thread Marc Aurele La France

On Mon, 20 Aug 2007, Yves de Champlain wrote:


I'm trying to install hardcopy docs



I set



#define InstallHardcopyDocs  YES



in host.def



but it won't do it.  What am I missing ?


You also need to #define HardcopyDocDirs.  There is no default.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-19 Thread Yves de Champlain

Hi

Congrats for the new release !

I am geting this problem

MacOS X 10.4.10 PPC with gcc 4.0.1

/usr/bin/cc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common  -I.  
-I../../../extras/Mesa/include-I../../../lib/GL/ 
glx   -I../../../extras/Mesa/src/mesa/main- 
I../../../extras/Mesa/src/mesa/glapi   -I../../../extras/Mesa/ 
src/mesa/drivers/x11 -I../../../extras/Mesa/src/ 
mesa/   -I../../../programs/Xserver/hw/xfree86/os-support/ 
shared/drm/kernel -I../../../programs/Xserver/GL/dri -I../../../ 
programs/Xserver/hw/xfree86/os-support  -I../../../exports/include
-I/Users/Shared/MacPorts/build/ 
_Users_Shared_MacPorts_dports_x11_XFree86/work/include -D__powerpc__  
-D__DARWIN__ -DNO_ALLOCA - 
DCSRG_BASED-DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API - 
DXNO_MTSAFE_UNISTDAPI-DGLXEXT -DGLX_DIRECT_RENDERING - 
DGLX_USE_APPLEGL -fno-common -DDEFAULT_DRIVER_DIR=\/ 
usr/X11R6/lib/modules/dri\   -DGLX_ALIAS_UNSUPPORTED   - 
DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API - 
DXNO_MTSAFE_UNISTDAPI   -Os -fno-strict-aliasing   glxcmds.c -o  
unshared/glxcmds.o
glxcmds.c:50:38: error: X11/extensions/xf86vmode.h: No such file or  
directory


This comes from this part of xc/lib/GL/glx/glxcmds.c

#ifdef GLX_DIRECT_RENDERING
#include indirect_init.h
#include X11/extensions/xf86vmode.h
#endif

The GLX_DIRECT_RENDERING is defined in darwin.cf :

#  if OSMajorVersion = 7
#   define HasXplugin   YES

...

#  if HasXplugin
#   define BuildAppleDRIYES

...

# if BuildAppleDRI
#  define GlxExtraDefines -DGLX_DIRECT_RENDERING -DGLX_USE_APPLEGL  
GlxArchDefines



Any advice about this ?

thanks

yves

___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-19 Thread Yves de Champlain

Le 07-08-19 à 19:41, Yves de Champlain a écrit :


Hi

Congrats for the new release !

I am geting this problem

MacOS X 10.4.10 PPC with gcc 4.0.1

/usr/bin/cc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common  - 
I. -I../../../extras/Mesa/include-I../../../lib/GL/ 
glx   -I../../../extras/Mesa/src/mesa/main- 
I../../../extras/Mesa/src/mesa/glapi   -I../../../extras/ 
Mesa/src/mesa/drivers/x11 -I../../../extras/Mesa/src/ 
mesa/   -I../../../programs/Xserver/hw/xfree86/os-support/ 
shared/drm/kernel -I../../../programs/Xserver/GL/dri -I../../../ 
programs/Xserver/hw/xfree86/os-support  -I../../../exports/ 
include   -I/Users/Shared/MacPorts/build/ 
_Users_Shared_MacPorts_dports_x11_XFree86/work/include - 
D__powerpc__ -D__DARWIN__ - 
DNO_ALLOCA -DCSRG_BASED-DXTHREADS  -D_REENTRANT - 
DXUSE_MTSAFE_API -DXNO_MTSAFE_UNISTDAPI-DGLXEXT - 
DGLX_DIRECT_RENDERING -DGLX_USE_APPLEGL -fno-common  
-DDEFAULT_DRIVER_DIR=\/usr/X11R6/lib/modules/dri\   - 
DGLX_ALIAS_UNSUPPORTED   -DXTHREADS  -D_REENTRANT - 
DXUSE_MTSAFE_API -DXNO_MTSAFE_UNISTDAPI   -Os -fno-strict- 
aliasing   glxcmds.c -o unshared/glxcmds.o
glxcmds.c:50:38: error: X11/extensions/xf86vmode.h: No such file or  
directory


This comes from this part of xc/lib/GL/glx/glxcmds.c

#ifdef GLX_DIRECT_RENDERING
#include indirect_init.h
#include X11/extensions/xf86vmode.h
#endif

The GLX_DIRECT_RENDERING is defined in darwin.cf :

#  if OSMajorVersion = 7
#   define HasXplugin   YES

...

#  if HasXplugin
#   define BuildAppleDRIYES

...

# if BuildAppleDRI
#  define GlxExtraDefines -DGLX_DIRECT_RENDERING -DGLX_USE_APPLEGL  
GlxArchDefines



Any advice about this ?


I've dug a little deeper and xf86vmode.h is not exported.
This should happen here in xc/include/extensions/Imakefile :

#if BuildXF86VidModeExt || BuildXF86VidModeLibrary
XF86VIDMODEHEADERS = xf86vmode.h xf86vmstr.h
#endif

The first is disabled in darwin.cf :

/* no XFree86-VidMode extension */
#define BuildXF86VidModeExt NO

The second should be defined in xfree86.cf :

#ifndef BuildXF86VidModeLibrary
#define BuildXF86VidModeLibrary YES
#endif

This looks contradictory to me, so I don't know what is the best  
solution


yves




___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel


Re: ANNOUNCE: XFree86 4.7.0 is now available

2007-08-19 Thread Marc Aurele La France

On Sun, 19 Aug 2007, Yves de Champlain wrote:

Le 07-08-19 à 19:41, Yves de Champlain a écrit :

Congrats for the new release !


Thanks.


I am geting this problem



MacOS X 10.4.10 PPC with gcc 4.0.1


/usr/bin/cc -c -Wall -Wpointer-arith -no-cpp-precomp -fno-common  -I. 
-I../../../extras/Mesa/include-I../../../lib/GL/glx 
-I../../../extras/Mesa/src/mesa/main 
-I../../../extras/Mesa/src/mesa/glapi 
-I../../../extras/Mesa/src/mesa/drivers/x11 
-I../../../extras/Mesa/src/mesa/ 
-I../../../programs/Xserver/hw/xfree86/os-support/shared/drm/kernel 
-I../../../programs/Xserver/GL/dri 
-I../../../programs/Xserver/hw/xfree86/os-support 
-I../../../exports/include 
-I/Users/Shared/MacPorts/build/_Users_Shared_MacPorts_dports_x11_XFree86/work/include 
-D__powerpc__ -D__DARWIN__ -DNO_ALLOCA 
-DCSRG_BASED-DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API 
-DXNO_MTSAFE_UNISTDAPI-DGLXEXT -DGLX_DIRECT_RENDERING 
-DGLX_USE_APPLEGL -fno-common 
-DDEFAULT_DRIVER_DIR=\/usr/X11R6/lib/modules/dri\ 
-DGLX_ALIAS_UNSUPPORTED   -DXTHREADS  -D_REENTRANT 
-DXUSE_MTSAFE_API -DXNO_MTSAFE_UNISTDAPI   -Os -fno-strict-aliasing 
glxcmds.c -o unshared/glxcmds.o
glxcmds.c:50:38: error: X11/extensions/xf86vmode.h: No such file or 
directory



This comes from this part of xc/lib/GL/glx/glxcmds.c



#ifdef GLX_DIRECT_RENDERING
#include indirect_init.h
#include X11/extensions/xf86vmode.h
#endif


Cute.  In my test builds, the header was found in /usr/include/X11  :-(


I've dug a little deeper and xf86vmode.h is not exported.
This should happen here in xc/include/extensions/Imakefile :



#if BuildXF86VidModeExt || BuildXF86VidModeLibrary
XF86VIDMODEHEADERS = xf86vmode.h xf86vmstr.h
#endif



The first is disabled in darwin.cf :



/* no XFree86-VidMode extension */
#define BuildXF86VidModeExt NO



The second should be defined in xfree86.cf :



#ifndef BuildXF86VidModeLibrary
#define BuildXF86VidModeLibrary YES
#endif



This looks contradictory to me, so I don't know what is the best solution


No.  That xfree86.cf snippet is protected by ...

#if BuildXFree86ConfigTools  BuildLibrariesForConfigTools

... which is false on Darwin.

Anyway, the attached seems to fix this.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.

GLX_VIDMODE.diff.gz
Description: Binary data


ANNOUNCE: XFree86 4.7.0 is now available

2007-08-18 Thread Marc Aurele La France

We are very pleased to announce the release of XFree86 4.7.0.  This
release comes about a year after the 4.6.0 release, and is the product
of the work of dedicated volunteers.  We would like to thank all who
have contributed to this release, through code, testing, and other
feedback, and all who continue to support XFree86 and the work of its
volunteer developers.

Source, patches, and binaries for a range of platforms are now
available for download from our ftp site:

   ftp://ftp.xfree86.org/pub/XFree86/4.7.0/
   http://ftp.xfree86.org/pub/XFree86/4.7.0/

We currently have binaries available for a number of platforms.  More
will become available over time.  If you are not sure which binary set
you need, first download the Xinstall.sh script, and run:

   sh Xinstall.sh -check

Also, before downloading, check the 4.7.0 online documentation at:

   http://www.xfree86.org/4.7.0/

Read especially the README, Release Notes and Install documents.  Also
check the ERRATA for 4.7.0 for any last minute issues:

   http://www.xfree86.org/4.7.0/ERRATA.html

and the UPDATES page to see when new binaries or other updates are
available:

   http://www.xfree86.org/4.7.0/UPDATES.html

The CVS tag for this release is xf-4_7_0.  Information about
accessing our anonymous CVS service is at http://www.xfree86.org/cvs/.

User-related problems should be reported to our [EMAIL PROTECTED]
list.  Development issues and specific bugs should be reported to our
devel@xfree86.org list and/or logged at http://bugs.xfree86.org/.

The next release, 4.8.0, is planned for the second half of 2008.  If
you find XFree86 useful and would like to help support our work, please
visit our donations page:

http://www.xfree86.org/donations/

Enjoy.

Marc.

+--+--+
|  Marc Aurele La France   |  work:   1-780-492-9310  |
|  Academic Information and|  fax:1-780-492-1729  |
|Communications Technologies   |  email:  [EMAIL PROTECTED] |
|  352 General Services Building   +--+
|  University of Alberta   |  |
|  Edmonton, Alberta   |Standard disclaimers apply|
|  T6G 2H1 |  |
|  CANADA  |  |
+--+--+
XFree86 developer and VP.  ATI driver and X server internals.
___
Devel mailing list
Devel@XFree86.Org
http://XFree86.Org/mailman/listinfo/devel