traverso-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Traverso-devel] compile problem


From: Remon Sijrier
Subject: Re: [Traverso-devel] compile problem
Date: Wed, 30 Aug 2006 23:09:27 +0200
User-agent: KMail/1.9.4

I think it's something from <stdio.h>

But since we don't do anything with this specific error, I changed it to
return -1

Uploaded it to cvs

Greetings,

Remon

Op woensdag 30 augustus 2006 22:54, schreef Jonatan Liljedahl:
> Jonatan Liljedahl wrote:
> > Remon Sijrier wrote:
> >>> I've tried to compile the CVS version but didn't succeed, I think it
> >>> was the missing lv2. But lv2 isn't released yet, and I can't find the
> >>> source to download. Why not include it in traverso?
> >>
> >> slv2 is needed, it's easier to compile it yourself then that I include
> >> it in Traverso at this time.
> >> Use svn to checkout from:
> >> http://codeson.net/svn/libslv2/
>
> Ok, I compiled raptor, rasqal and libslv2.
>
> But when trying to compile latest cvs traverso I get this:
>
> make[1]: Entering directory `/Depot/Sources/traverso/src/engine'
> g++ -c -pipe -O2 -Wall -W -D_REENTRANT -fPIC  -DQT_NO_DEBUG -DQT_GUI_LIB
> -DQT_CORE_LIB -DQT_SHARED -I/Programs/Qt/4.1.2/mkspecs/linux-g++ -I.
> -I/Programs/Qt/4.1.2/include/QtCore -I/Programs/Qt/4.1.2/include/QtGui
> -I/Programs/Qt/4.1.2/include -I../../src/core -I. -Ibuild -I. -I. -o
> AudioDevice.o AudioDevice.cpp
> AudioDevice.cpp: In member function 'int
> AudioDevice::run_cycle(nframes_t, float)':
> AudioDevice.cpp:132: error: 'EIO' was not declared in this scope
> /Programs/Qt/4.1.2/include/QtCore/qhash.h: In member function 'void
> QHash<Key, T>::detach_helper() [with Key = QByteArray, T = AudioChannel*]':
> /Programs/Qt/4.1.2/include/QtCore/qhash.h:490:   instantiated from
> 'QHash<Key, T>& QHash<Key, T>::operator=(const QHash<Key, T>&) [with Key
> = QByteArray, T = AudioChannel*]'
> /Programs/Qt/4.1.2/include/QtCore/qhash.h:460:   instantiated from 'void
> QHash<Key, T>::clear() [with Key = QByteArray, T = AudioChannel*]'
> AudioDevice.cpp:95:   instantiated from here
> /Programs/Qt/4.1.2/include/QtCore/qhash.h:468: warning: dereferencing
> type-punned pointer will break strict-aliasing rules
> /Programs/Qt/4.1.2/include/QtCore/qhash.h: In member function 'void
> QHash<Key, T>::detach_helper() [with Key = QByteArray, T = AudioBus*]':
> /Programs/Qt/4.1.2/include/QtCore/qhash.h:490:   instantiated from
> 'QHash<Key, T>& QHash<Key, T>::operator=(const QHash<Key, T>&) [with Key
> = QByteArray, T = AudioBus*]'
> /Programs/Qt/4.1.2/include/QtCore/qhash.h:460:   instantiated from 'void
> QHash<Key, T>::clear() [with Key = QByteArray, T = AudioBus*]'
> AudioDevice.cpp:97:   instantiated from here
> /Programs/Qt/4.1.2/include/QtCore/qhash.h:468: warning: dereferencing
> type-punned pointer will break strict-aliasing rules
> make[1]: *** [AudioDevice.o] Error 1
> make[1]: Leaving directory `/Depot/Sources/traverso/src/engine'
> make: *** [sub-src-engine-make_default] Error 2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]