[Clam-devel] Fwd: clam

David García Garzón dgarcia at iua.upf.edu
Wed Mar 28 15:39:57 PDT 2007


On Dimecres 28 Març 2007, Detlef Reichelt wrote:
> Hi,
>
> David García Garzón schrieb:
> > Nice to listen about someone compiling on 64bits.
>
> we will do our best.... ;)
>
>  We have not tried 64bits at
>
> >  We'll try to help him as much as we can.
>
> Sounds good.
>
> > Suggest him to subscribe the list if he's not subscribed yet.
>
> Not realy....
>
> > Regarding the configure error, as the message says, the 'config.log'
> > gives more information on what's happening. Could you send it to the
> > list? Thanks.
>
> atached the config.log and the build.log

Weird. It seems that linking with opengl segfaults. Try to compile manually 
the configure program. Create this file:

a.c ------------------------------------
#ifdef WIN32
#include <windows.h>
#endif
#include <GL/gl.h>
int main( int argc, char** argv )
{
glBegin(GL_LINES);
glVertex2f(0.0,0.0);
glVertex2f(1.0,0.0);
glEnd();
return 0;
}
--------------------------------------------
And run those two lines:

gcc -o 
a.o -c -g -O2 -fomit-frame-pointer -Wall -DCLAM_FLOAT -DUSE_PTHREADS=1 -DUSE_XERCES_TRUE -DCLAM_USE_XML -DUSE_LADSPA=1 -DUSE_FFTW=1 -DUSE_SNDFILE=1 -DUSE_OGGVORBIS=1 -DUSE_MAD=1 -DUSE_ID3=1 -DUSE_ALSA=1 -DUSE_JACK=1 -DUSE_PORTAUDIO=1 -DWITH_MAD=1 -DWITH_VORBIS=1 -I/usr/lib/qt3/include -I/usr/local/include 
a,c

gcc -o program 
a.o -L/usr/lib/qt3/lib64 -L/usr/local/lib -L/opt/lib -lpthread -lxerces-c -lsfftw -lsrfftw -lsndfile -logg -lvorbisenc -lvorbis -lvorbisfile -lmad -lz -lid3 -lasound -ljack -lportaudio -lportaudio -lGL


-- 
David García Garzón
(Work) dgarcia at iua dot upf anotherdot es
(Home) vokimon at telefonica adot net
http://www.iua.upf.edu/~dgarcia
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.clam-project.org/pipermail/clam-devel-clam-project.org/attachments/20070329/ebb58b05/attachment-0003.pgp>


More information about the clam-devel mailing list