Perfect, thank you! The same applies to ./sb2d/Makefile for "-lm". After that it builds fine.

Unfortunately I'm running into a new error now when running sb2-init:

sb2-init: Creating Debian build system settings for this target:
Can't locate strict.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl .) at /usr/bin/dpkg-architecture line 21.
BEGIN failed--compilation aborted at /usr/bin/dpkg-architecture line 21.
Can't locate strict.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12 /usr/share/perl/5.12 /usr/local/lib/site_perl .) at /usr/bin/dpkg-architecture line 21.
BEGIN failed--compilation aborted at /usr/bin/dpkg-architecture line 21.

But strict.pm actually is in my @INC:

$ ls -l /usr/share/perl/5.12/strict.pm
-rw-r--r-- 1 root root 879 2011-09-06 10:22 /usr/share/perl/5.12/strict.pm

How is that possible?

Am 17.04.2012 22:24, schrieb lauri.t.aar...@nokia.com:
Right, I'd need to remove -ldl from CFLAGS and add it to the end of the
line which reads "$(Q)$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^".

About Qemu versions: The general rule is that always take the latest
one. I don't know any reasons why you should not use 1.0 (I'm still
using something older in my testing environment, but that is a different
thing; when developing SB2, I'm trying to minimize changes i.e. SB2 is
the only component which gets regular updates, others are frozen
currently. That really simplifies regression testing)

Lauri
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to