OESF Portables Forum
Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: zenyatta on October 30, 2004, 04:03:31 pm
-
Hi all,
today I tried to "oemake opie-image" from a fresh snapshot (2004/10/30 05:00) and libopie2 complained during linking about missing -lsqlite. Can anyone suggest a work-around or point me to the most recent snapshot that is known to build? Thanks.
z.
P.S. I think it would be nice to have a thread where you could mention OE build problems, listing the snapshot you are using and the point where it breaks. This may be such a thread for the future if anyone picks up on the idea. And for people who have absolutely no idea what this post is about, there's an explanation (http://www.openembedded.org/oe_wiki/index.php/RDay5500).
-
OK, a workaround for snapshot 2004/10/30-05:00:
1. oemake opie-image # exits with an error
2. oebuild $PKGDIR/sqlite/sqlite_2.8.15.oe # version present in the original 3.5.1 release
3. oemake sqlite
4. oemake opie-image
Not really sure if step 2 is necessary but it's what I did and it worked.