Re: AW: [Dri-devel] Compilation Error

2003-12-17 Thread Felix Kühling
On Wed, 17 Dec 2003 13:51:47 +0100 "Mario Premke" <[EMAIL PROTECTED]> wrote: > Thanks for the quick response! > > And [Ooopps], you were right - I messed up my host.def. I did a new check out and > only commented out PPC, Alpha and added '#define > MesaUse3DNow YES' and it compiles [so far]. > B

AW: [Dri-devel] Compilation Error

2003-12-17 Thread Mario Premke
PROTECTED] Auftrag von Mario > Premke > Gesendet: Mittwoch, 17. Dezember 2003 10:48 > An: Felix Kühling > Cc: dri-devel > Betreff: AW: [Dri-devel] Compilation Error > > > OK, my host.def follows with all comments teared off [the GccWarningOptions look > good IMHO]

RE: [Dri-devel] Compilation Error

2003-12-17 Thread Alexander Stohr
try reproducing that problem in the diretory on the commandline by hand. remove one qualifier after the other until the problem vanishes. also try replacing the `...` expression with 0 or 1. try running that sub expression separately. sometimes such problems cannot be tracked down other than at t

Re: AW: [Dri-devel] Compilation Error

2003-12-17 Thread Felix Kühling
OTO -DCPP_PROGRAM="\"cpp\"" -DHAS_MERGE_CONSTANTS=`if gcc -m32 > -fmerge-constants -xc /dev/null /dev/null 2> /dev/null 1> > /dev/null; then echo 1; else echo 0; fi` -c -o imake.o imake.c > gcc: cannot specify -o with -c or -S and multiple compilati

AW: [Dri-devel] Compilation Error

2003-12-17 Thread Mario Premke
`/home/mapr/DRI-CVS/xc/xc' make: *** [World] Error 2 Thanks Mario > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag von Felix > Kühling > Gesendet: Mittwoch, 17. Dezember 2003 09:21 > An: Mario Premke > Cc: dri-de

Re: [Dri-devel] Compilation Error

2003-12-17 Thread Felix Kühling
On Wed, 17 Dec 2003 09:06:52 +0100 "Mario Premke" <[EMAIL PROTECTED]> wrote: > Hello list, > I made a CVS checkout and edited the host.def like it is described in the > Compilation Guide. Now I get a compilation error - apparently because of > combining the '-c' and '-o' compiler flags, what seems

[Dri-devel] Compilation Error

2003-12-17 Thread Mario Premke
Hello list, I made a CVS checkout and edited the host.def like it is described in the Compilation Guide. Now I get a compilation error - apparently because of combining the '-c' and '-o' compiler flags, what seems reasonable to me ... shouldn't it possibly compile in two steps [first with '-c' and

Re: [Dri-devel] compilation failure in sis_alloc.c

2003-10-17 Thread Felix Kühling
I did a fresh checkout and make World (including the sis driver) just a few minutes ago. No problems here. On Fri, 17 Oct 2003 14:02:56 +0100 Keith Whitwell <[EMAIL PROTECTED]> wrote: > Anyone seeing this? I'm pretty sure this isn't just something local to my > environment. > > I'll probably t

[Dri-devel] compilation failure in sis_alloc.c

2003-10-17 Thread Keith Whitwell
Anyone seeing this? I'm pretty sure this isn't just something local to my environment. I'll probably take 'sis' out of the build in the meantime. Keith gcc -c -O2 -fno-strength-reduce -ansi -pedantic -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wr

Re: [Dri-devel] Compilation on FreeBSD 5.0

2003-02-14 Thread Shanker Balan
Hello: Simon Cahuk wrote, > Hi! I have FreeBSD 5.0-RELEASE. I can't compile DRI CVS. I got this > error: > /usr/bin/ld: cannot find -lXThrStub > *** Error code 1 I ran into the same thing just now, fixed it with a symlink: root# ln -s /usr/local/lib/compat/pkg/libXThrStub.so.6 \ /usr/X11R6/lib

[Dri-devel] Compilation on FreeBSD 5.0

2003-02-14 Thread Simon Cahuk
Hi! I have FreeBSD 5.0-RELEASE. I can't compile DRI CVS. I got this error: making all in lib/GL/GL... rm -f libGL.so.1.2~ + cd . + LD_LIBRARY_PATH=../../../exports/lib cc -o ./libGL.so.1.2~ -shared -rpath /usr /X11R6/lib -Wl,-soname,libGL.so.1 ../../../lib/GL/glx/clientattrib.o ../../../li b/GL/g

Re: [Dri-devel] Compilation problems...

2003-01-28 Thread Adam K Kirchhoff
Ian, Well, the build isn't done yet, but it's much further along now, having built the GL library and the Direct Rendering Library, as well as the 2D drivers. FYI, the problem with the r128 driver also exists in the texmem branch, which errored at the same point. I don't know, h

Re: [Dri-devel] Compilation problems...

2003-01-28 Thread Adam K Kirchhoff
Well, that solved that particular problem :-) I don't think that's fixed all my problems, though. Let me grab a clean copy of the CVS, patch that file, do a make World again, and post any more problems I end up having. Adam On Tue, 28 Jan 2003, Ian Romanick wrote: > Adam K Kirchhoff wrote: >

Re: [Dri-devel] Compilation problems...

2003-01-28 Thread Ian Romanick
Adam K Kirchhoff wrote: I'm trying to compile the DRI from within a chrooted linux environment on FreeBSD. I've encountered a few errors that I've been able to work through (I needed to install perl, create /tmp, etc.), but this one has me stumped. When it starts to compile the ATI drivers, I

[Dri-devel] Compilation problems...

2003-01-28 Thread Adam K Kirchhoff
Hello all :-) I have an unusual problem I'm hoping someone can help me with. I'm trying to compile the DRI from within a chrooted linux environment on FreeBSD. I've encountered a few errors that I've been able to work through (I needed to install perl, create /tmp, etc.), but th

[Dri-devel] Compilation

2002-06-23 Thread Marc Poulhiès
Hi! sorry if this question is very dumb, but i wanted to test the latest dri drivers for my ati radeon 8500 but they wont compile... Here are the messages i get: In file included from radeon_drv.c:32: drmP.h:168: conflicting types for `vmalloc_to_page' /lib/modules/2.4.18/build/include/linux/mm.

Re: [Dri-devel] compilation issues and support for Radeon 8500

2001-12-28 Thread Michel Dänzer
On Fri, 2001-12-28 at 04:32, John Goodyear wrote: > One thing that I've run across, and possibly Karl Meisterheim as well > (from an earlier post in the dri-user list) is the compiler error: > > gcc: cannot specify -o with -c or -S and multiple compilations > > For me, it turned out that when

[Dri-devel] compilation issues and support for Radeon 8500

2001-12-27 Thread John Goodyear
I seem to have bought a recent release of the Radeon 8500 that the DRI code doesn't recognize. So, I've been trying to build the DRI code to try to learn a bit about what's going on and maybe get X working with my card. One thing that I've run across, and possibly Karl Meisterheim as well (

Re: [Dri-devel] compilation questions, with apologies

2001-03-29 Thread R. Reucher
Mladen Gavrilovic wrote: > I apologize if this is not the type of thing I should be posting in this > list, as it is not development related per se; however, I wasn't able to > get answers to my questions in dri-users. If this is inappropriate let > me know and I won't post here again. I think th

[Dri-devel] compilation questions, with apologies

2001-03-29 Thread Mladen Gavrilovic
Hi all, I apologize if this is not the type of thing I should be posting in this list, as it is not development related per se; however, I wasn't able to get answers to my questions in dri-users. If this is inappropriate let me know and I won't post here again. That said, I'm running a Celeron