Build of v4.0.x fails : freeradius-devel/io/ring_buffer.h: No such file or directory

Chaigneau, Nicolas nicolas.chaigneau at capgemini.com
Mon Feb 19 10:54:15 CET 2018


>> I build on Linux (RHEL 7.1), not on Windows.
>
>  Weird.  I've never seen it create a regular file instead of a soft link.  That's just bizarre.




Arg. Sorry. This is "Windows" again, I think.

src/lib/io is a link in FreeRADIUS repository.

But git on Windows... created a file instead. :'(




If I remove the file, "make" needs the following fix to work:

src/include/all.mk
#	${Q}[ -e src/include/io ] || ln -s src/lib/io ${top_srcdir}/src/include
	${Q}[ -e src/include/io ] || ln -s ${top_srcdir}/src/lib/io ${top_srcdir}/src/include



But I know... the issue is really with Windows. I know what I have to do.


Sorry about this false issue.


Regards,
Nicolas.

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.



More information about the Freeradius-Devel mailing list