[Live-devel] Note in ByteStreamFileSource.cpp

Scott Hays sdhays at neon.com.tw
Wed Jul 13 15:53:06 PDT 2005


When I compile for my ARM Linux environment, I have to specify -fpermissive in 
the CFLAGS variable or ByteStreamFileSource.cpp won't compile.  But, as I 
recall, this seemed to be because of a compiler bug (I use gcc 2.95 for this 
environment).  I still get a warning, but since the fseeko function DOES 
exist, everything runs fine.  Or at least I think so.  I very seldom use 
ByteStreamFileSource on my ARM system.

Scott Hays

On Tuesday 12 July 2005 17:54, Ryan Chong wrote:
> Hi all,
>
> I noticed that everytime I compile the
> ByteStreamFileSource.cpp, there will be an error,
> where the compiler complain that there is implicit
> defination of fseeko at Line 77:
>         return fseeko(fid, (off_t)(offset), whence);
>
> After I change the fseeko(..) to fseek(..), the
> compliler ran happily. I wonder if my system has no
> such function defined, or is it just a typo. I am
> using Debian linux for my development.
>
> I am using code dated on 12th July, and also 1st July.
>
> Regards,
> Ryan
>
>
>
> ____________________________________________________
> Sell on Yahoo! Auctions – no fees. Bid on great items.
> http://auctions.yahoo.com/
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live.com
> http://lists.live.com/mailman/listinfo/live-devel




More information about the live-devel mailing list