#Issues while Compiling a C++ library in MSYS2

1 messages · Page 1 of 1 (latest)

frigid pivot
#

I'm trying to compile a C++ library in mingw msys2and getting this error

north galleon
#

Please provide some information about what you are trying to do. Those two lines only do not make any sense.

frigid pivot
# north galleon Please provide some information about what you are trying to do. Those two lines...

I'm trying to compile an open source library which is in C++ (https://github.com/sebsto/tsunami-udp). As per docs, there's a script recompile.sh, which compiles the library. I'm using Mingw Msys2 to compile this. I installed all dependencies. And fixed few errors that I got during compilation. Now I'm stuck at this error error: unknown type name 'pthread_mutex_t', whenever I run recompile.sh , I get this error. Why this error is coming, how can I fixed ?

north galleon
#

What is the output of this command in your terminal echo $MSYSTEM? Does the project support Windows platform? The project says "UDP File Transfer Server and Client w/fix to compile on MacOS"