2.5 won't build

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.

two solutions:

  1. scons TRANZPORT=0

  2. apply the change shown here:

http://viewcvs.ardour.org/index.cgi/ardour2/ardour2/branches/2.0-ongoing/libs/surfaces/tranzport/screen.cc?r1=1813&r2=3606

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

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