[Scratchbox-users] SB2 - mixing Host and Target directories
Harald Radke
harryrat at postnuklear.de
Tue Dec 11 16:00:13 EET 2007
hm, I updated the git source and rebuilt it...
Intersting:
* inside SB2, building busybox:
"make install prefix=/home/loonatix/BB"
takes about 40 secs before actual visbily proceeding (now I am not sure if it
really hung before the update or if I was just too unpatient, sorry!)
However, there is no BB dir, neither in /home/loonatix, nor inside the root-fs
structure
* inside BS2 building zlib and expat
"make install prefix=/home/loonatix/<NAME>"
works as it is supposed to be, all files correctly installed inside the new
dir
* inside BS2 building dbus (after putting expat stuff inside root-fs dir):
fails to include <expat.h>
--> testing:
main.c:
----------
#include<zlib.h>
#include<stdio.h>
#include <expat.h>
int main() {
printf("test\n");
return 0;
}
[SB2] loonatix at gambit ~/test $ gcc main.c
main.c:1:17: error: zlib.h: No such file or directory
main.c:3:19: error: expat.h: No such file or directory
[SB2] loonatix at gambit ~/test $ ls ~/root-fs/usr/include/
expat.h expat_external.h zconf.h zlib.h
Gee, I hope those information "snapshots" do really help u, too bad I don't
have some insight in what u do (or crosscompiling in general)
Greez,
Harry
More information about the Scratchbox-users
mailing list