Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2008 14:47:21 -0400
From:      Naram Qashat <cyberbotx@cyberbotx.com>
To:        =?ISO-8859-1?Q?Rafa=EBl_Carr=E9?= <funman@videolan.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: vlc 0.8.6h failed build on FreeBSD 7.0
Message-ID:  <4856B539.7040103@cyberbotx.com>
In-Reply-To: <20080616181306.GB24913@zod>
References:  <4856A283.9050604@cyberbotx.com> <20080616181306.GB24913@zod>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4856B539.7040103>