Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2012 08:15:36 -0700 (PDT)
From:      Jakub Lach <jakub_lach@mailplus.pl>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: audio/wavpack with clang 3.1
Message-ID:  <1339254936898-5716894.post@n5.nabble.com>
In-Reply-To: <1339253341112-5716884.post@n5.nabble.com>
References:  <1339253341112-5716884.post@n5.nabble.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Ok, by manually downloading old tar (same as used in port)
and repeating build procedure [1], I conclude that something 
in port's structure is not right.

[1] 

cd wavpack; 

./configure CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \ 
CC="clang" (yes, you can use even -O3 or fancy march too, but that's 
not the point)

make in src/;  make in cli/

All done.

Yet-

# make build 

in audio/wavpack

extra2.c:85:41: error: passing 'int' to parameter of incompatible type

<...>

fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** Error code 1

What ??

--
View this message in context: http://freebsd.1045724.n5.nabble.com/audio-wavpack-with-clang-3-1-tp5716884p5716894.html
Sent from the freebsd-multimedia mailing list archive at Nabble.com.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1339254936898-5716894.post>