From: Edward M. <em...@co...> - 2023-04-15 13:46:37
|
The release version of librevenge builds correctly under MinGW, but the current version downloaded via git produces this error: checking how to get MSVC-compatible struct packing... -mms-bitfields ./configure: line 19943: syntax error near unexpected token `as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | $as_tr_sh`' ./configure: line 19943: ` as_ac_Header=`printf "%s\n" "ac_cv_header_$ac_header" | $as_tr_sh`' This error does not occur in any other part of libwpd. Is there an easy fix? |