#298 closed defect (invalid)
current trunk failed to build on ubuntu/AMD64 (wrong archictecture)
Reported by: | pierre | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.3.8 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description ¶
The default architecture is wrongly redefined. x86_64 and WORDSIZE are then wrong. It tries to include stubs-32.h instead of stubs-64.h (from gnu/stubs.h).
See errors_ubuntu_amd64.txt for the exact errors. test64.c being a simple app to test these two options (works with the default arch).
Change History (5)
by , 18 years ago
Attachment: | errors_ubuntu_amd64.txt added |
---|
by , 18 years ago
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:3 by , 18 years ago
installing the 32 bit headers worked for me:
sudo apt-get install libc6-dev-i386
Note:
See TracTickets
for help on using tickets.
Thanks to Klaus, I was missing the 32bit development files (libc6-dev-i386). The build went good.
I failed to get it worked on my box (amd64, ubuntu feisty) and 19 tests failed. But this bug is bogus (it may be good to add a note in a readme).