<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Hi:<BR>
<BR>
today cvs, 1 hour ago updated.<BR>
<BR>
if you configure with --enable-libfame flag you'll have compilation problem, even if you have libfame installed.<BR>
<BR>
this is cause @ about line 19 that's<BR>
#include "../libfame/fame.h"<BR>
<BR>
while in cvs there isn't that dir.<BR>
<BR>
solution: replace with a <BR>
#include <fame.h><BR>
<BR>
tested, works good.<BR>
<BR>
bye<BR>
<BR>
</BODY>
</HTML>