Re: GGIMesa and the new ExtensionLoadDL

2000-05-28 Thread Andreas Beck

Hi Stefan,

 as you know, berlin uses MesaGGI as a rendering backend.
 With the lates change in the GGI internal API, however,
 MesaGGI doesn't compile any more. What can be done about
 that ?

I've downloaded the Mesa sources and fixed the main errors that prevented
compilation. However I still got to fix the rendering libs.

I wanted to run some demos and wait for them to error out to make sure I
find all points to be fixed without looking through all the files, but I
can't get any of them to link. Libtool complains about libraries called `'
not being found ... strange. I did some hotfixes on that, but didn't get
it working. 

Is there a "recommended way" to install MesaGGI ? 

CU, Andy

-- 
= Andreas Beck|  Email :  [EMAIL PROTECTED] =




Re: GGIMesa and the new ExtensionLoadDL

2000-05-28 Thread Jon M. Taylor

On Sun, 28 May 2000, Andreas Beck wrote:

 Hi Stefan,
 
  as you know, berlin uses MesaGGI as a rendering backend.
  With the lates change in the GGI internal API, however,
  MesaGGI doesn't compile any more. What can be done about
  that ?
 
 I've downloaded the Mesa sources and fixed the main errors that prevented
 compilation. However I still got to fix the rendering libs.
 
 I wanted to run some demos and wait for them to error out to make sure I
 find all points to be fixed without looking through all the files, but I
 can't get any of them to link. Libtool complains about libraries called `'
 not being found ... strange. I did some hotfixes on that, but didn't get
 it working. 
 
 Is there a "recommended way" to install MesaGGI ? 

# cd Mesa
# ./bootstrap
# ./configure
# make 
# make install
# cd ggi/ggiglut
# make
# make install

Jon

---
'Cloning and the reprogramming of DNA is the first serious step in 
becoming one with God.'
- Scientist G. Richard Seed




Re: GGIMesa and the new ExtensionLoadDL

2000-05-27 Thread Andreas Beck

[Stefan, please excuse, if you get that twice - I hope it gets through to
the Mailinglist, but I'm not quite sure.]

 as you know, berlin uses MesaGGI as a rendering backend.
 With the lates change in the GGI internal API, however,
 MesaGGI doesn't compile any more. What can be done about
 that ?

I'll have a look. I just spent about an hour with downloading Mesa
("cvs -z5 -d:pserver:[EMAIL PROTECTED]:/cvs/mesa3d checkout Mesa"
does the trick, as someone asked where he'd get it) and I'll have a look at
it, when I'm awake again.

CU, ANdy


-- 
= Andreas Beck|  Email :  [EMAIL PROTECTED] =




Re: GGIMesa and the new ExtensionLoadDL

2000-05-27 Thread Jon M. Taylor

On Sat, 27 May 2000, Andreas Beck wrote:

 [Stefan, please excuse, if you get that twice - I hope it gets through to
 the Mailinglist, but I'm not quite sure.]
 
  as you know, berlin uses MesaGGI as a rendering backend.
  With the lates change in the GGI internal API, however,
  MesaGGI doesn't compile any more. What can be done about
  that ?
 
 I'll have a look. I just spent about an hour with downloading Mesa
 ("cvs -z5 -d:pserver:[EMAIL PROTECTED]:/cvs/mesa3d checkout Mesa"
 does the trick, as someone asked where he'd get it) and I'll have a look at
 it, when I'm awake again.

If you manage to get it to build, let me know.  I haven't been
able to get Mesa to link for a few weeks now.

Jon

---
'Cloning and the reprogramming of DNA is the first serious step in 
becoming one with God.'
- Scientist G. Richard Seed




Re: GGIMesa and the new ExtensionLoadDL

2000-05-27 Thread Jay

This cvs command:
cvs -z5 -d:pserver:[EMAIL PROTECTED]:/cvs/mesa3d checkout Mesa"

says:
cvs checkout: cannot find password
cvs [checkout aborted]: use "cvs login" to log in first

on my system. Do I have an old version of cvs? "rpm -q cvs" says "cvs-1.10.7-7"
If not, what do I need to do?

(Sorry I haven't used cvs, just rcs)

"Jon M. Taylor" wrote:

 On Sat, 27 May 2000, Andreas Beck wrote:

  [Stefan, please excuse, if you get that twice - I hope it gets through to
  the Mailinglist, but I'm not quite sure.]
 
   as you know, berlin uses MesaGGI as a rendering backend.
   With the lates change in the GGI internal API, however,
   MesaGGI doesn't compile any more. What can be done about
   that ?
 
  I'll have a look. I just spent about an hour with downloading Mesa
  ("cvs -z5 -d:pserver:[EMAIL PROTECTED]:/cvs/mesa3d checkout Mesa"
  does the trick, as someone asked where he'd get it) and I'll have a look at
  it, when I'm awake again.

 If you manage to get it to build, let me know.  I haven't been
 able to get Mesa to link for a few weeks now.

 Jon

 ---
 'Cloning and the reprogramming of DNA is the first serious step in
 becoming one with God.'
 - Scientist G. Richard Seed




GGIMesa and the new ExtensionLoadDL

2000-05-26 Thread Stefan Seefeld

Hi everybody,

as you know, berlin uses MesaGGI as a rendering backend.
With the lates change in the GGI internal API, however,
MesaGGI doesn't compile any more. What can be done about
that ?
Luckily for us, we have a second rendering backend, based
on libart. However, there are still some features missing
(textures among others) so I would really like to be able
to run with MesaGGI. It would be a shame if all the work
(on MesaGGI as well as our GLDrawingKit) would go into oblivion !

Any help is as always highly appreciated,

Stefan
___  
  
Stefan Seefeld
Departement de Physique
Universite de Montreal
email: [EMAIL PROTECTED]

___

  ...ich hab' noch einen Koffer in Berlin...




Re: GGIMesa and the new ExtensionLoadDL

2000-05-26 Thread Jay

Where is the MesaGGI source?

Stefan Seefeld wrote:

 Hi everybody,

 as you know, berlin uses MesaGGI as a rendering backend.
 With the lates change in the GGI internal API, however,
 MesaGGI doesn't compile any more. What can be done about
 that ?
 Luckily for us, we have a second rendering backend, based
 on libart. However, there are still some features missing
 (textures among others) so I would really like to be able
 to run with MesaGGI. It would be a shame if all the work
 (on MesaGGI as well as our GLDrawingKit) would go into oblivion !

 Any help is as always highly appreciated,

 Stefan
 ___

 Stefan Seefeld
 Departement de Physique
 Universite de Montreal
 email: [EMAIL PROTECTED]

 ___

   ...ich hab' noch einen Koffer in Berlin...

--

-Jay