spieglt / FlyingCarpet

Cross-platform AirDrop. File transfer between Android, iOS, Linux, macOS, and Windows over ad hoc WiFi. No network infrastructure required, just two devices with WiFi chips in close range.
GNU General Public License v3.0
3.6k stars 145 forks source link

window 10 compile with gcc, missing core.cpp #11

Closed gshields closed 4 years ago

gshields commented 5 years ago

cd E:\ghs\go\src\github.com\therecipe\qt\core TERM='dumb' g++ -I "E:\ghs\go\src\github.com\therecipe\qt\core" -m64 -mthreads -fmessage-length=0 "-fdebug-prefix-map=c:\tmp\go-build451990318\b124=/tmp/go-build" -gno-record-gcc-switches -I "c:\tmp\go-build451990318\b124\" -g -O2 -o "c:\tmp\go-build451990318\b124\_x003.o" -c core.cpp

github.com/therecipe/qt/core

core.cpp:9:30: fatal error: QAbstractAnimation: No such file or directory compilation terminated.

spieglt commented 5 years ago

Did you encounter this error when running wg_rebuild.ps1? Did you run qtsetup as part of the setup of github.com/therecipe/qt/core? Did it complete successfully?