Re: [AD] New filename encoding patch problem |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] New filename encoding patch problem
- From: Elias Pschernig <elias@xxxxxxxxxx>
- Date: Wed, 12 Dec 2007 19:18:05 +0100
On Wed, 2007-12-12 at 10:39 -0700, Jon Rafkind wrote:
> Jonathan wrote:
> > It would seem a recent patch on 4.2's include/allegro/alcompat.h
> > introduced in revision 9616 makes allegro unable to compile(at least
> > on my machine) under linux.
> >
> > If I 'update' that file to an earlier revision, all is well...
> >
> > dev@xxxxxxxxxx ~/allegro-4.2-svn $ make
> > gcc -DALLEGRO_MODULES_PATH=\"/usr/local/lib/allegro\" -DHAVE_CONFIG_H
> > -I. -Iinclude -Iinclude/allegro -I./include -I./include/allegro
> > -DALLEGRO_LIB_BUILD -mtune=pentium -O2 -funroll-loops -ffast-math
> > -fomit-frame-pointer -Wall -Wno-unused -fPIC -DALLEGRO_SHARED -c
> > ./src/allegro.c -o obj/unix/shared/alleg/allegro.o
> > In file included from include/allegro.h:66,
> > from ./src/allegro.c:23:
> > include/allegro/alcompat.h: In function 'get_file_encoding':
> > include/allegro/alcompat.h:231: error: 'encoding' undeclared (first
> > use in this function)
> > include/allegro/alcompat.h:231: error: (Each undeclared identifier is
> > reported only once
> > include/allegro/alcompat.h:231: error: for each function it appears in.)
> > include/allegro/alcompat.h:231: error: too many arguments to function
> > 'get_filename_encoding'
> > make: *** [obj/unix/shared/alleg/allegro.o] Error 1
> >
> thanks. fixed.
>
Thanks.. I was sure I did run make before committing the change. Likely
didn't check whether the compile suceeded or not though :)
--
Elias Pschernig <elias@xxxxxxxxxx>