building with g++ (DEBUG_GCSAFETY) ends with errors:
In file included from ../../src/gllib/fnmatch.c:172:
../../src/gllib/fnmatch_loop.c: In function ‘int
internal_fnmatch(const char*, const char*, const char*, bool, int)’:
../../src/gllib/fnmatch_loop.c:152: error: invalid conversion from
‘const void*’ to ‘const char*’
../../src/gllib/fnmatch_loop.c:203: error: invalid conversion from
‘const char*’ to ‘char*’
....
These are just c++ type conversion errors. I think gllib should always
be compiled with gcc.
On Wed, May 18, 2011 at 12:28 AM, Sam Steingold <sd...@gn...> wrote:
> I made some large changes in the last few days.
> Alas, some changes were not committed correctly, so I had to fix the repo.
> The upshot is the following:
> If you have NOT pulled from SF _today_, please 'hg pull -u' and try to build.
> If you HAVE pulled today from SF (e.g., Vladimir), you need to do
> 'hg strip 15379' first.
>
> Sorry about the inconvenience.
>
> --
> Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031
> http://www.PetitionOnline.com/tap12009/ http://thereligionofpeace.com
> http://truepeace.org http://pmw.org.il http://www.memritv.org
> When told to go to hell, ask for directions.
>
> ------------------------------------------------------------------------------
> What Every C/C++ and Fortran developer Should Know!
> Read this article and learn how Intel has extended the reach of its
> next-generation tools to help Windows* and Linux* C/C++ and Fortran
> developers boost performance applications - including clusters.
> http://p.sf.net/sfu/intel-dev2devmay
> _______________________________________________
> clisp-devel mailing list
> cli...@li...
> https://lists.sourceforge.net/lists/listinfo/clisp-devel
>
|