Perry Werneck
Perry Werneck
Adding missing includes required for latest versions libraries. Fix issue #17
When I try to link all wmi sources in the same static library I go the error below, comenting the _com_issue_error seens to fix the problem. `FAILED: libvmdetect-1.dll /usr/bin/x86_64-w64-mingw32-g++ -o...
Missing 'wasm.h' on latest code. ` [ 21s] gcc -o src/wasm_y.o -c -std=gnu99 -Wall -Wextra -g -pthread -Isrc -Ibuild/common -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16...
The build script fails with undefined identifiers **The build info:** ``` perry@dell:~/project/macos/osxcross [master ?] $ rm -fr build && rm -fr ~/bin/osxcross && TARGET_DIR=~/bin/osxcross SDK_VERSION=15 ./build.sh SDK VERSION set in...