jstedfast / gmime

A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
GNU Lesser General Public License v2.1
113 stars 36 forks source link

Infinite loop on gir file #99

Closed oddodaoddo closed 2 years ago

oddodaoddo commented 3 years ago

master branch, slackware 14.2 linux system

After autogen.sh I run make and it runs fine until it goes into an infinite loop printing out this line:

GMime-3.0.gir:25533.1-25533.0: warning: expected end element of `type'

jstedfast commented 3 years ago

Sorry for taking so long to respond. I'm not very knowledgeable about gir files or the Vala compiler stuff so I'm not sure how to fix this (I didn't seem to have any issues when I was working on GMime more frequently - now I'm on Windows and can't check this)

jstedfast commented 2 years ago

WORKSFORME