Build fails after we check out the sources from a local SVN repo.
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
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
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the checkout and build on Ubuntu 9.01 with TARGET_PRODUCT=am1808evm. Read external/qemu/audio/alsaaudio.c and external/qemu/dynlink.h around the reported errors, then verify the build completes without the missing ALSA header or follow-on parse errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, c
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100