[Dri-devel] DRI CVS mesa-4-0-branch doesn't compile

2001-12-08 Thread Zilvinas Valinskas

Have anyone got any luck compiling DRI CVS mesa-4-0-branch  ?

It compiles fine (it looks so), but during link step complains - -lXext
not found ...

-- 
Zilvinas Valinskas

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] DRI CVS mesa-4-0-branch doesn't compile

2001-12-08 Thread Zilvinas Valinskas

On Sat, Dec 08, 2001 at 06:19:05PM -0500, Zilvinas Valinskas wrote:
> Have anyone got any luck compiling DRI CVS mesa-4-0-branch  ?
> 
> It compiles fine (it looks so), but during link step complains - -lXext
> not found ...

Hmm, I hate to reply myself but this is strange - if I change
xc/conf/cf/host.def like this 

#define ProjectRoot /opt/X11R6-DRI 

the make World fails  

but if I leave ProjectRoot commented as it is ... compiles just fine ...
that's very weird. :)

> 
> -- 
> Zilvinas Valinskas
> 
> ___
> Dri-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/dri-devel

-- 
Zilvinas Valinskas

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] DRI CVS mesa-4-0-branch doesn't compile

2001-12-08 Thread Daniel T. Chen

You need to compile DRI mesa-4-0-branch alongside mesa_4_0_branch from
Mesa3d. You'll also need to specify your current X libs. Add this to your
host.def:

#define LdPreLib -L$(BUILDLIBDIR) -L$(USRLIBDIR) -L/usr/X11R6/lib/

---
Dan Chen [EMAIL PROTECTED]
GPG key: www.cs.unc.edu/~chenda/pubkey.gpg.asc

On Sat, 8 Dec 2001, Zilvinas Valinskas wrote:

> Have anyone got any luck compiling DRI CVS mesa-4-0-branch  ?
> 
> It compiles fine (it looks so), but during link step complains - -lXext
> not found ...


___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] DRI CVS mesa-4-0-branch doesn't compile

2001-12-08 Thread Zilvinas Valinskas

On Sat, Dec 08, 2001 at 08:06:18PM -0500, Daniel T. Chen wrote:
> You need to compile DRI mesa-4-0-branch alongside mesa_4_0_branch from

What do you mean along side ?

Get the Mesa 4.0 (mesa_4_0_branch from mesa3d.sf.net ?) and
modify host.def with 

#define MesaSrcDir $MESA_SRC/Mesa4.0 ???

> Mesa3d. You'll also need to specify your current X libs. Add this to your
> host.def:
> 
> #define LdPreLib -L$(BUILDLIBDIR) -L$(USRLIBDIR) -L/usr/X11R6/lib/
> 
> ---
> Dan Chen [EMAIL PROTECTED]
> GPG key: www.cs.unc.edu/~chenda/pubkey.gpg.asc
> 
> On Sat, 8 Dec 2001, Zilvinas Valinskas wrote:
> 
> > Have anyone got any luck compiling DRI CVS mesa-4-0-branch  ?
> > 
> > It compiles fine (it looks so), but during link step complains - -lXext
> > not found ...

-- 
Zilvinas Valinskas

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] DRI CVS mesa-4-0-branch doesn't compile

2001-12-08 Thread Michel Dänzer

On Sun, 2001-12-09 at 02:28, Zilvinas Valinskas wrote:
> On Sat, Dec 08, 2001 at 08:06:18PM -0500, Daniel T. Chen wrote:
> > You need to compile DRI mesa-4-0-branch alongside mesa_4_0_branch from
> 
> What do you mean along side ?
> 
> Get the Mesa 4.0 (mesa_4_0_branch from mesa3d.sf.net ?) and
> modify host.def with 
> 
> #define MesaSrcDir $MESA_SRC/Mesa4.0 ???

That used to be necessary until very recently, but now Mesa 4.0.1 has
been imported into the mesa-4-0-branch, so it can be built like the
trunk.


-- 
Earthling Michel Dänzer (MrCooper)/ Debian GNU/Linux (powerpc) developer
XFree86 and DRI project member   /  CS student, Free Software enthusiast

___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] DRI CVS mesa-4-0-branch doesn't compile

2001-12-08 Thread Daniel T. Chen

On Sat, 8 Dec 2001, Zilvinas Valinskas wrote:

> What do you mean along side ?
> 
> Get the Mesa 4.0 (mesa_4_0_branch from mesa3d.sf.net ?) and
> modify host.def with 
> 
> #define MesaSrcDir $MESA_SRC/Mesa4.0 ???

Yep, that's what I was referring to, but apparently 4.0.1 has been merged
(as was pointed out earlier), so it's not necessary currently.

---
Dan Chen [EMAIL PROTECTED]
GPG key: www.cs.unc.edu/~chenda/pubkey.gpg.asc



___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel