Ok, a bit of an update...

I got MSYS2 installed and after I figured out pacman I got mingw-w64
installed. It is nice having it integrated instead of two separate
installations. Also, most of my dependencies were available so I didn't
have to build as much. One notable exception is sox.

Just for the heck of it I did the sox build with ninja which was
interesting. Worked fine.

Now I'm trying to build the final project and I'm guessing this is a cmake
bug:

cd /C/Tools/Projects/freedv/src && /C/msys32/mingw32/bin/g++.exe
-DHAVE_CONFIG_H -DSVN_REVISION=\"1786M\" -DWXUSINGDLL
-D_FILE_OFFSET_BITS=64 -D_NO_AUTOTOOLS_ -D__WXMSW__ -Wall
-mthreads;-fpermissive -g -I/C/Tools/Projects/freedv
-I/C/msys32/mingw32/include -I/C/msys32/usr/local/include -isystem
/mingw32/lib/wx/include/msw-unicode-3.0 -isystem /mingw32/include/wx-3.0
-I/C/msys32/usr/local/include/codec2
-I/C/Tools/Projects/svn/freetel/fdmdv2/src    -o
CMakeFiles/freedv.dir/dlg_about.cpp.obj -c
/C/Tools/Projects/svn/freetel/fdmdv2/src/dlg_about.cpp
g++.exe: fatal error: no input files
compilation terminated.

There is a ";" working it's way in between the -mthreads and -fpermissive
option and I don't know where it's coming from. This is with the MSYS
makefiles. I tried Ninja but for some reason cmake fails to find wxWidgets
which is odd, I would think that would be independent of the generator used.

Thanks,
Richard
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to