2.5 won't build

yervah
Posts: 8
Joined: 2006-06-26

Hi, I’m using Archlinux and I’m having an issue with 2.5.
I found in mantis a fix that I didn’t understand.
here is the error:

libs/surfaces/tranzport/screen.cc: In member function ‘int TranzportControlProtocol::screen_flush()’:
libs/surfaces/tranzport/screen.cc:87: error: ‘memcpy’ was not declared in this scope
scons: *** [libs/surfaces/tranzport/screen.os] Error 1
scons: building terminated because of errors.
==> ERROR: Build Failed.
Aborting…

here is the mantis fix suggestion:

“believed fixed, by adding an additional #include to the relevant file.”

which file is the relevant one? I am dumb to these things and where would the “#include” be added. thanx guys.


paul
Posts: 829
Joined: 2006-03-16
two solutions: 1) scons

two solutions:

1) scons TRANZPORT=0

2) apply the change shown here:

http://viewcvs.ardour.org/index.cgi/ardour2/ardour2/branches/2.0-ongoing…

we may release 2.5.1 to fix this, but its not so urgent as to make it a killer reason to do so.


yervah
Posts: 8
Joined: 2006-06-26
thanx Paul. it worked but I

thanx Paul. it worked but I had to use both solutions.