From: Edward M. <em...@co...> - 2023-04-15 19:16:25
|
This message was a mistake. The problem was that I had downloaded an archive of the code instead of using git clone. When I used git to obtain the code, the error did NOT occur. Apologies for wasting time and bandwidth. On 4/15/2023 9:46 AM, Edward Mendelson wrote: > 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? > |