$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Manuel Fiorelli (manuel.fiorelli_at_[hidden])
Date: 2007-08-23 15:11:25
The include directive
#include "..\event_handler.hpp"
should be fixed with
#include "../boost/EventHandler.hpp"
Thus the -I option is no longer needed.
Best regards,
Manuel Fiorelli