truman2159 / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Build fails after we check out the sources from a local SVN repo. #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Import the android sources into a local SVN repo.
2. Check out the sources and then try to build the same.

What is the expected output? What do you see instead?

Expect to see a successful build, but I see the following errors;
host C: emulator <= external/qemu/audio/alsaaudio.c
external/qemu/audio/alsaaudio.c:25:28: error: alsa/asoundlib.h: No such file or 
directory
In file included from external/qemu/audio/alsaaudio.c:92:
external/qemu/dynlink.h:71: error: expected ‘)’ before ‘*’ token
external/qemu/dynlink.h:71: error: expected ‘)’ before ‘*’ token
external/qemu/dynlink.h:71: error: expected ‘)’ before ‘*’ token
external/qemu/dynlink.h:71: error: expected ‘)’ before ‘*’ token
external/qemu/dynlink.h:71: error: expected ‘)’ before ‘*’ token
external/qemu/dynlink.h:71: error: expected ‘)’ before ‘*’ token

What version of the product are you using? On what operating system?
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=2.2
TARGET_PRODUCT=am1808evm

Build operating System: Ubuntu-9.01

Original issue reported on code.google.com by zaheer.m...@gmail.com on 12 Jan 2011 at 4:17

GoogleCodeExporter commented 9 years ago
I have the same case,hope solve!

Original comment by luyulian...@126.com on 24 Mar 2011 at 2:09

GoogleCodeExporter commented 9 years ago
i also have the same problem, and managed to fix it by merging rowboat source 
with android source downloaded from android.git.kernel.org. But this issue 
happens again after i checked in the source to my SVN, and checked it out 
again. Seems to be linking issue, but not sure which link

Original comment by tranhat...@gmail.com on 25 May 2011 at 5:32

GoogleCodeExporter commented 9 years ago
hi, i managed to fix this by manually set symbolic link in 
external/alsa-lib/include
$ cd external/alsa-lib/include
$ rm -f alsa
$ ln -s . alsa

this is just a simple workaround, hope it helps

Original comment by tranhat...@gmail.com on 26 May 2011 at 1:44