<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hey Guyz !<br><br>A minor problem in the source code for linux compilation:<br><blockquote>util_string.cpp: In function ‘std::string get_full_path(const string&)’:<br>util_string.cpp:393:14: erreur: ‘PATH_MAX’ was not declared in this scope<br>util_string.cpp:395:42: erreur: ‘buf’ was not declared in this scope<br>make: *** [util_string.o] Erreur 1<br></blockquote><br>Just need to add this lines in util_string.cpp at lines 387:<br><blockquote>#ifndef PATH_MAX<br>#include <linux/limits.h> // for PATH_MAX definition<br>#endif<br></blockquote><br>Enjoy,<br>YOOoOYoOoOo<br>                                    </div></body>
</html>