Closed GoogleCodeExporter closed 9 years ago
Update: I finally gave up compiling on x64. Switched to a x86 machine and the
project compiled fine.
Original comment by dqaminh16@gmail.com
on 30 Oct 2010 at 2:35
Issue 77 has been merged into this issue.
Original comment by pthatc...@google.com
on 3 Nov 2010 at 10:32
I'll be looking into 64bit build issues soon.
Original comment by jun...@google.com
on 12 Nov 2010 at 5:47
As a workaround, you can add the following line after line 62 in the
"main.scons" file.
It would be read like this:
....
'HAVE_SRTP',
],
TARGET_ARCH = 'x86',
)
Original comment by jun...@google.com
on 4 Dec 2010 at 1:03
Original issue reported on code.google.com by
dqaminh16@gmail.com
on 28 Oct 2010 at 10:50