Line 64 of src/support/Messages.cpp has

#  if HAVE_GETTEXT
#    include <libintl.h>      // use the header already in the system *EK*
#  else
#    include "../../libintl.h"   <------- this line
#  endif

This should be replaced by

#include "../../../libintl.h"

when Message.cpp was moved from src/ to src/support.

I will commit later today if there is no objection.

Bo

Reply via email to