OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: ShiroiKuma on June 04, 2006, 04:49:50 pm

Title: Not Creating Empty Archive
Post by: ShiroiKuma on June 04, 2006, 04:49:50 pm
I think I'm doing something fundamentally wrong with Bitbake.

I tried to compile Gnushogi. Made the bb file. Ran bitbake. It downloaded the file, then quickly ran and finished configure and compile, i.e. didn't do anything, since it's impossible this fast and then, it says:
Code: [Select]
NOTE: Not creating empty archive for gnushogi-1.3-r0Why?

What did I do wrong?
Title: Not Creating Empty Archive
Post by: JohnX on June 04, 2006, 07:36:23 pm
Did you put the line:
Code: [Select]
inherit autotoolsin your .bb file?
Title: Not Creating Empty Archive
Post by: ShiroiKuma on June 04, 2006, 08:03:37 pm
Quote
Did you put the line:
Code: [Select]
inherit autotoolsin your .bb file?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=129768\"][{POST_SNAPBACK}][/a][/div]
Right, I did make that mistake...  
Trying again now.
Title: Not Creating Empty Archive
Post by: ShiroiKuma on June 04, 2006, 09:14:02 pm
In the meantime, I'm trying also on the Z. But compilation stops at xshogi, complaining:
Code: [Select]
/usr/local/lib/libXaw.so: undefined reference to 'XUnsetICFocus' and undefined reference to XGetIMValues, and XSetICValues and so on...

Searching the web I've found an old message in OE archives mentioning that full libX11 is needed for this compilation, and that it comes about because of using a stripped libX11, well I have libx11-6 and libx11-dev installed, but nothing... Is there anything else that causes these undefined references, or is this libx11-6 not full?
Title: Not Creating Empty Archive
Post by: ShiroiKuma on June 05, 2006, 07:32:15 am
This is the post (http://www.handhelds.org/hypermail/oe/18/1814.html) in OE archives, I've found.

I get exactly the same undefined reference errors.

I thought that it's since xshogi is so old, from 1997 or so... So I went and recompiled all of libX11, and installed, admittedly not a wise thing to do. Anyhow didn't help and on top of that, the GPE install got messed and wouldn't login after reboot.

So am wondering, is there another way to get this xshogi to compile, the gnushogi engine part compiles, it's just the Xt/Athena widget, which is the graphical frontend, that complains about these undefined references.

Could it just be some includes thing, or so that I could amend to get it to compile. I had xshogi on pdaXrom, so it must be doable, isn't it?

How can I go about making the compile go through?