Re: [Dri-devel] Bug in compilation?

2003-02-04 Thread Steven Paul Lilly
Arkadi Shishlov wrote:


The DRI tree no longer contains all the X stuff it needs (hasn't for a
long time, actually) to build but instead relies on it to be installed
on the system.
   


There is a small glitch with current DRI compilation setup. 
If ProjectRoot in (otherwise default) host.def is set to something other
than /usr/X11R6, for example:

#define ProjectRoot /home/arkadi/opt/X11R6-DRI-mesa-4-0-4-branch
 

Why not just go into /home/arkadi/opt/X11R6-DRI-mesa-4-0-4-branch and do a
lndir /usr/X11R6


make World fails because X server linking process asks for some static
libraries using absolute patch. I don't have a log file right now, but
I'm sure the libraries are libXdmcp.a and libXau.a.


arkadi.


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel


 





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] Bug in compilation?

2003-02-03 Thread Arkadi Shishlov
 The DRI tree no longer contains all the X stuff it needs (hasn't for a
 long time, actually) to build but instead relies on it to be installed
 on the system.

There is a small glitch with current DRI compilation setup. 
If ProjectRoot in (otherwise default) host.def is set to something other
than /usr/X11R6, for example:

#define ProjectRoot /home/arkadi/opt/X11R6-DRI-mesa-4-0-4-branch

make World fails because X server linking process asks for some static
libraries using absolute patch. I don't have a log file right now, but
I'm sure the libraries are libXdmcp.a and libXau.a.


arkadi.


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] Bug in compilation?

2003-02-02 Thread John S. Chalice



John S. Chalice 
wrote:  I am attempting to recompile DRI on my newly configured 
Mandrake 9.0 system..  but it cuts out with an error on line 14282 
or so of my log file..  with an error in a gcc line..  
it's the only place it tries to use the Xpm library "-lXpm"  and for 
some reason, it says it can't find it.  Any 
ideas? Could you send the specific compiler output? You don't 
have to send the  whole output from make, just the part that shows the 
error.-

rm -f xf86cfggcc -m32 -o xf86cfg -march=i686 
-O3 -pipe -ansi -Wno-return-type -w -pipe -g 
-L../../../../../exports/lib -L/usr/X11R6/lib 
accessx.ocards.oconfig.ocard-cfg.oexpert.ohelp.ointerface.okeyboard-cfg.olibc_wrapper.o 
loader.o loadmod.o 
monitor-cfg.omouse-cfg.ooptions.oscreen-cfg.oscreen.ostartx.ostubs.otext-mode.ovidmode.oxf86config.o 
-lxkbui -lxkbfile -lxf86config -lXxf86misc  -lXxf86vm -lXaw 
-lXmu -lXt -lSM -lICE -lXext -lX11 -lXt -lSM -lICE  -lXpm 
-L../loader -lxloader -L../dummylib -ldummy -rdynamic -ldl -lXext -lX11 
-lncurses  -lm 
-Wl,-rpath-link,../../../../../exports/lib/usr/bin/ld: cannot find 
-lXpmcollect2: ld returned 1 exit statusmake[6]: *** [xf86cfg] Error 
1make[6]: Target `all' not remade because of errors.

---
There 'tis :)
Thanks for any help. :)

-- John S. Chalice


RE: [Dri-devel] Bug in compilation?

2003-02-02 Thread Alexander Stohr
 /usr/bin/ld: cannot find -lXpm
 collect2: ld returned 1 exit status
 make[6]: *** [xf86cfg] Error 1
 make[6]: Target `all' not remade because of errors.

check for existance of files
  ./lib/libXpm/libXpm.so*
and
  ./exports/lib/libXpm.so*

I assume those were not built or were cleaned up unintentional.
If you will not see a Makefile and have not other clue, then
please start over with a make world from the xc-base directory.

-Alex.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



RE: [Dri-devel] Bug in compilation?

2003-02-02 Thread Michel Dänzer
On Son, 2003-02-02 at 23:38, Alexander Stohr wrote:
  /usr/bin/ld: cannot find -lXpm
  collect2: ld returned 1 exit status
  make[6]: *** [xf86cfg] Error 1
  make[6]: Target `all' not remade because of errors.
 
 check for existance of files
   ./lib/libXpm/libXpm.so*
 and
   ./exports/lib/libXpm.so*
 
 I assume those were not built or were cleaned up unintentional.
 If you will not see a Makefile and have not other clue, then
 please start over with a make world from the xc-base directory.

The DRI tree no longer contains all the X stuff it needs (hasn't for a
long time, actually) to build but instead relies on it to be installed
on the system.


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



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel



Re: [Dri-devel] Bug in compilation?

2003-01-29 Thread Ian Romanick
John S. Chalice wrote:

I am attempting to recompile DRI on my newly configured Mandrake 9.0 system..
but it cuts out with an error on line 14282 or so of my log file..
with an error in a gcc line..
it's the only place it tries to use the Xpm library -lXpm
and for some reason, it says it can't find it.

Any ideas?


Could you send the specific compiler output?  You don't have to send the 
whole output from make, just the part that shows the error.



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
___
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel