Displaying 2 results from an estimated 2 matches for "lrealpath".
Did you mean:
realpath
2005 May 12
0
[LLVMdev] Cygwin binaries
...Make it explict with #UNDEF HAVE_TIMES in
$objdir\i686-pc-mingw32\libiberty\config.h, because it doesn't exist on
MinGW.
or
Solution: Make it explict with #UNDEF HAVE_TIMES in
$objdir\mingw32\libiberty\config.h, because it doesn't exist on MinGW.
==============
On error:
==============
lrealpath.c:110: error: `_PC_PATH_MAX' undeclared (first use in this
function)
--------------
Solution: Add this after line 41: #define _PC_PATH_MAX PATH_MAX
==============
On error:
==============
stl_algo.h:1616: error: there are no arguments to `lrand48' that depend on a
template parameter, so...
2005 May 09
3
[LLVMdev] Cygwin binaries
>>Does anyone know a source for a pre-built version of the same?
>
>To my knowledge there is no pre-built version of the cfe.
See following link for CFE :-
http://illuvium.com/download/
It maybe a bit out of date.
I believe the CFE maybe broken at the moment, at least the Cygwin nightly
test reports that it is broken and I believe this is the same thing ?