vlc 0.8.6h failed build on FreeBSD 7.0

Naram Qashat cyberbotx at cyberbotx.com
Mon Jun 16 18:47:25 UTC 2008


Rafaël Carré wrote:
> On Mon, Jun 16, 2008, Naram Qashat wrote:
>> I was trying to build vlc 0.8.6h on my FreeBSD 7.0 system, trying to upgrade 
>> from 0.8.6f.  It gets through most of it but stops around here:
> 
> somehow I failed to reproduce that bug on my setup
> 
> by pure curiosity do you have restrictive CFLAGS in make.conf ?

My CFLAGS are set to -O -pipe

>> Making all in galaktos
>> gmake[5]: Entering directory 
>> `/usr/ports/multimedia/vlc/work/vlc-0.8.6h/modules/visualization/galaktos'
> 
> ..
> 
>> PCM.c:82: error: expected ')' before 'PCMdata'
> 
> this file fails to #include <inttypes.h>
> 
> I removed the previous patch which used short instead of int16_t because I failed to understand what was its purpose.
> 
> 
> 
> I will open a PR with a patch shortly.
> 
> In the meantime you can:
> 
> cd /usr/ports/multimedia/vlc
> make patch
> vi work/vlc-0.8.6h/modules/visualization/galaktos/PCM.c
> :32
> i#include <inttypes.h>
> <ESC>:wq
> make all deinstall reinstall clean
> 
> 
> Thanks for the report
> 

That did indeed fix the build process, thanks for the quick fix.

Naram Qashat


More information about the freebsd-ports mailing list