|
Update to openal-soft fron 1.13 to 1.14 doesn't works on my FreeBSD 9.0
release: [ 90%] Building C object CMakeFiles/alstream.dir/examples/alffmpeg.o In file included from /usr/ports/audio/openal-soft/work/openal- soft-1.14/examples/alffmpeg.h:9, from /usr/ports/audio/openal-soft/work/openal- soft-1.14/examples/alffmpeg.c:39: /usr/local/include/libavformat/avformat.h:158: warning: 'AVMetadata' is deprecated [ 93%] Building C object CMakeFiles/alstream.dir/examples/alstream.o In file included from /usr/ports/audio/openal-soft/work/openal- soft-1.14/examples/alffmpeg.h:9, from /usr/ports/audio/openal-soft/work/openal- soft-1.14/examples/alstream.c:38: /usr/local/include/libavformat/avformat.h:158: warning: 'AVMetadata' is deprecated Linking C executable alstream /usr/bin/ld: cannot find -lavcodec *** Error code 1 Stop in /usr/ports/audio/openal-soft/work/openal-soft-1.14. *** Error code 1 Stop in /usr/ports/audio/openal-soft/work/openal-soft-1.14. *** Error code 1 Stop in /usr/ports/audio/openal-soft/work/openal-soft-1.14. *** Error code 1 Stop in /usr/ports/audio/openal-soft. *** Error code 1 Stop in /usr/ports/audio/openal-soft. ===>>> make failed for audio/openal-soft ===>>> Aborting update Terminated Thanks. Mitja -------- http://jpgmag.com/people/lumiwa _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[hidden email]" |
|
On 22/04/2012 08:20, ajtiM wrote:
> Update to openal-soft fron 1.13 to 1.14 doesn't works on my FreeBSD 9.0 > release: > Linking C executable alstream > /usr/bin/ld: cannot find -lavcodec > *** Error code 1 > > Stop in /usr/ports/audio/openal-soft/work/openal-soft-1.14. > *** Error code 1 > Personally I added the following to my /etc/make.conf for a temporary fix .if ${.CURDIR:M*/audio/openal-soft*} LDFLAGS+= -L/usr/local/lib .endif _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[hidden email]" |
|
Shane Ambler <[hidden email]>: > On 22/04/2012 08:20, ajtiM wrote: >> Update to openal-soft fron 1.13 to 1.14 doesn't works on my FreeBSD 9.0 >> release: > >> Linking C executable alstream >> /usr/bin/ld: cannot find -lavcodec >> *** Error code 1 >> >> Stop in /usr/ports/audio/openal-soft/work/openal-soft-1.14. >> *** Error code 1 >> > > Personally I added the following to my /etc/make.conf for a temporary fix > > .if ${.CURDIR:M*/audio/openal-soft*} > LDFLAGS+= -L/usr/local/lib > .endif The linking issue with ffmpeg has been fixed yesterday, so you should be able to build and update openal-soft without any problems now. Cheers Marcus _______________________________________________ [hidden email] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[hidden email]" |
| Powered by Nabble | Edit this page |
