Date: Fri, 14 Oct 2005 09:55:30 -0300 From: Paulo Fragoso <paulo@nlink.com.br> To: Mikhail Teterin <mi+kde@aldan.algebra.com> Cc: ports@freebsd.org Subject: Re: About nas-1.7b and FreeBSD 4.11 Message-ID: <434FAAC2.8080709@nlink.com.br> In-Reply-To: <200510140831.55915@aldan> References: <434F8295.4050508@nlink.com.br> <200510140831.55915@aldan>
next in thread | previous in thread | raw e-mail | index | archive | help
Mikhail Teterin wrote: >Sorry about the trouble. Does it work if you replace stdint.h with >inttypes.h? > It works fine. notebook{root}:/usr/ports/audio/nas/files:18# diff ../patch-warnings patch-warnings 6c6 < +#include <stdint.h> --- > +#include <inttypes.h> 103c103 < +#include <stdint.h> --- > +#include <inttypes.h> 167c167 < +#include <stdint.h> --- > +#include <inttypes.h> 174c174 < +#include <stdint.h> --- > +#include <inttypes.h> 196c196 < +#include <stdint.h> --- > +#include <inttypes.h> 232c232 < +#include <stdint.h> --- > +#include <inttypes.h> 268c268 < +#include <stdint.h> --- > +#include <inttypes.h> 301c301 < +#include <stdint.h> --- > +#include <inttypes.h> 323c323 < +#include <stdint.h> --- > +#include <inttypes.h> 345c345 < +#include <stdint.h> --- > +#include <inttypes.h> 374c374 < +#include <stdint.h> --- > +#include <inttypes.h> Many thanks, Paulo Fragoso. > >Thanks for confirmation! > > -mi > >On Friday 14 October 2005 06:04 am, Paulo Fragoso wrote: >= Hi, >= >= This port has a patch >= (http://www.freebsd.org/cgi/cvsweb.cgi/ports/audio/nas/files/patch-warnings) >= forcing to use stdint.h which there isn't in FreeBSD 4.11. We can >= compile audio/nas using FreeBSD 4.11. >= >= Removing this patch all works fine on FreeBSD 4.11. >= >= Paulo. > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?434FAAC2.8080709>