ItayGal2 / sage-graphics

Automatically exported from code.google.com/p/sage-graphics
0 stars 1 forks source link

error: ‘class dispSharedData’ has no member named ‘dl’ #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Obtain the latest SVN (r220)
2. Type "./configure; make" at command prompt
3. Watch for errors

What is the expected output? What do you see instead?

jsattelb@galahad:~/Installers/sources/sage-graphics_3.3-2r220$ make
make[1]: Entering directory 
`/home/jsattelb/Installers/sources/sage-graphics_3.3-2r220/QUANTA/src'
cp libquanta.so ../../lib
make[1]: Leaving directory 
`/home/jsattelb/Installers/sources/sage-graphics_3.3-2r220/QUANTA/src'
/home/jsattelb/Installers/sources/sage-graphics_3.3-2r220
make[1]: Entering directory 
`/home/jsattelb/Installers/sources/sage-graphics_3.3-2r220/src'
g++ -fPIC  -O3 -I../include `sdl-config --cflags` -I../QUANTA/include  
-DGLSL_YUV   -DSAGE_REVISION=220 -c -o pixelDownloader.o pixelDownloader.cpp
pixelDownloader.cpp: In member function ‘int 
pixelDownloader::fetchSageBlocks()’:
pixelDownloader.cpp:556: error: ‘class dispSharedData’ has no member named 
‘dl’
pixelDownloader.cpp:584: error: ‘class dispSharedData’ has no member named 
‘dl’
pixelDownloader.cpp:711: error: ‘class dispSharedData’ has no member named 
‘dl’
pixelDownloader.cpp:712: error: ‘class dispSharedData’ has no member named 
‘dl’
pixelDownloader.cpp: In member function ‘int 
pixelDownloader::evalPerformance(char**, char**)’:
pixelDownloader.cpp:739: warning: format ‘%d’ expects type ‘int’, but 
argument 6 has type ‘long unsigned int’
make[1]: *** [pixelDownloader.o] Error 1
make[1]: Leaving directory 
`/home/jsattelb/Installers/sources/sage-graphics_3.3-2r220/src'
/home/jsattelb/Installers/sources/sage-graphics_3.3-2r220
make[1]: Entering directory 
`/home/jsattelb/Installers/sources/sage-graphics_3.3-2r220/app/render'
g++ -fPIC  -O3 -I../../include -I../../QUANTA/include  -DGLSL_YUV    -c 
render.cxx
g++ -Wl,-rpath=/lib -o render render.o -lpthread  -lm -ldl -lglut -lGL -lGLU 
-L../../lib -lquanta -lGLEW -L../../lib -lsail
/usr/bin/ld: cannot find -lsail
collect2: ld returned 1 exit status
make[1]: *** [render] Error 1

What version of the product are you using? On what operating system?

Ubuntu 10.10 64-bit

Please provide any additional information below.

Original issue reported on code.google.com by jon.satt...@gmail.com on 4 May 2011 at 6:34

GoogleCodeExporter commented 9 years ago
Indeed, it's broken. We are investigating.

Original comment by renam...@gmail.com on 17 May 2011 at 3:39

GoogleCodeExporter commented 9 years ago
Thank you for your error reporting !
This was because of source file inconsistency on recent commit.
pixelDownloader.cpp rev 222 shouldn't have this problem.

Original comment by schik...@gmail.com on 17 May 2011 at 6:07