Sergio <[EMAIL PROTECTED]> dijo: 
 
> [EMAIL PROTECTED] a écrit : 
>  
> >I try to build following http://dri.freedesktop.org/wiki/Building. I  
> >succeeded before, but now xc compilation stops with this:  
> >  
> >make[5]: *** There is not any rule to build target `grammar_mesa.o'  
> >necessary to `DONE'.  Halt.  
> >make[5]: Leaving directory 
`/descargas/xorg/xc/lib/GL/mesa/drivers/osmesa'  
> >make[4]: *** [all] Error 2  
> >make[4]: Leaving directory `/descargas/xorg/xc/lib/GL'  
> >make[3]: *** [all] Error 2  
> >make[3]: Leaving directory `/descargas/xorg/xc/lib'  
> >make[2]: *** [all] Error 2  
> >make[2]: Leaving directory `/descargas/xorg/xc'  
> >make[1]: *** [World] Error 2  
> >make[1]: Leaving directory `/descargas/xorg/xc'  
> >make: *** [World] Error 2  
> >  
> >   
> > 
> Under "rule", it mean that it doesn't find in the directory one ore more  
> files necessary to build the .o (target). It can be : 
> - one or more headers (e.g. grammar_mesa.h, grammar.h or similar), but  
> normally it complains only reading the source file ; 
> - the source file (files) itself : grammar_mesa.c or grammar_mesa.cpp. 
>  
> Sergio 
 
Thank you for your answer. 
 
I have deleted all my files from xc/lib/GL/mesa/shader/grammar/  
xc/extras/Mesa/src/mesa/shader/grammar/  and 
xc/programs/Xserver/GL/mesa/shader/grammar/, then updated my CVS files and 
the problem is the same. Their ./CVS/Entries folder contents match the 
entries of the folder. I have no knowledge to de able to see what fails. 
 
If other people has got to compile it, the problem should be in my computer. 
Where could be the problem? hardware? compiler? kernel? a corrupted file in 
my CVS tree? which one? 
 
Here are last lines just above the error lines I reported before: 
 
gcc -m32 -c -O2 -gstabs+ -pipe -ansi -Wall -Wpointer-arith 
-Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations                 
     
-Wredundant-decls -Wnested-externs -Wundef  
-I../../../../../exports/include/X11 -I../../../../../include/extensions 
-I../../../../../extras/Mesa/src/mesa          
-I../../../../../extras/Mesa/src/mesa/glapi                
-I../../../../../extras/Mesa/src/mesa/shader            
-I../../../../../extras/Mesa/src/mesa/main                 
-I../../../../../extras/Mesa/include             
-I../../../../../lib/GL/include  -I../../../../.. 
-I../../../../../exports/include -I/usr/X11R6/include  -Dlinux -D__i386__ 
-D_POSIX_C_SOURCE=199309L                                -D_POSIX_SOURCE 
-D_XOPEN_SOURCE                            -D_BSD_SOURCE -D_SVID_SOURCE         
                 
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64-D_GNU_SOURCE                         
    
-DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API    
-DMALLOC_0_RETURNS_NULL    driverfuncs.c 
make[5]: *** There is not any rule to build target `grammar_mesa.o' 
necessary to `DONE'.  Halt. 
 
 


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to