Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2006 14:09:44 -0800
From:      Doug Barton <dougb@FreeBSD.org>
To:        nox@jelal.kn-bremen.de
Cc:        freebsd-ports@freebsd.org
Subject:   Compile error with kqemu-kmod on -current
Message-ID:  <4585C028.8070501@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
I'm getting the following on -current when trying to compile kqemu-kmod:

===>  Building for kqemu-kmod-1.3.0.p9_2
Warning: Object directory not changed from original
/usr/local/tmp/usr/local/ports/emulators/kqemu-kmod/work/kqemu-1.3.0pre9
@ -> /usr/local/src/sys
machine -> /usr/local/src/sys/i386/include
cc -O2 -fno-strict-aliasing -pipe -ggdb -ggdb -D_KERNEL -DKLD_MODULE
-std=c99 -nostdinc   -I. -I@ -I@/contrib/altq -finline-limit=8000
--param inline-unit-growth=100 --param large-function-growth=1000
-fno-common -ggdb -mno-align-long-strings -mpreferred-stack-boundary=2
 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall
-Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
-Wno-pointer-sign -fformat-extensions -c kqemu-freebsd.c
cc1: error: unrecognized command line option "-Wno-pointer-sign"
*** Error code 1

I can't find no-pointer-sign in the gcc 3.4.6 man page, but it is in
the  gcc 4.2 man page. Unfortunately, the port doesn't seem to
acknowledge the CC variable I have in my /etc/make.conf:

CC=/usr/local/bin/gcc42

since I get the same error with or without that.

Any ideas?

Doug

-- 

    This .signature sanitized for your protection




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4585C028.8070501>