baseapp icon indicating copy to clipboard operation
baseapp copied to clipboard

Failed to load baseapp in win

Open yunshang opened this issue 8 years ago • 0 comments

master » revel run github.com/richtr/baseapp dev 9009 /cygdrive/c/Users/thinkpad/go/src/github.com/richtr/baseapp 1 ~ ~ revel! http://revel.github.io ~ INFO 2017/05/18 19:30:08 revel.go:365: Loaded module jobs INFO 2017/05/18 19:30:08 revel.go:365: Loaded module static INFO 2017/05/18 19:30:08 revel.go:230: Initialized Revel v0.15.0 (2017-05-11) for >= go1.7 INFO 2017/05/18 19:30:08 run.go:119: Running BaseApp (github.com/richtr/baseapp) in dev mode TRACE 2017/05/18 19:30:08 run.go:120: Base path: C:\Users\thinkpad\go\src\github.com\richtr\baseapp TRACE 2017/05/18 19:30:08 run.go:124: Running in watched mode. TRACE 2017/05/18 19:30:08 template.go:198: Refreshing templates from [C:\Users\thinkpad\go\src\github.com\revel\revel\templates] TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\403.html TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\403.json TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\403.txt TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\403.xml TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\404-dev.html TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\404.html TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\404.json TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\404.txt TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\404.xml TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\405.html TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\405.json TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\405.txt TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\405.xml TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\500-dev.html TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\500.html TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\500.json TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\500.txt TRACE 2017/05/18 19:30:08 template.go:256: adding template: errors\500.xml INFO 2017/05/18 19:30:08 harness.go:175: Listening on localhost:9009 TRACE 2017/05/18 19:30:20 harness.go:132: Rebuild INFO 2017/05/18 19:30:20 build.go:192: Cleaning dir tmp INFO 2017/05/18 19:30:20 build.go:192: Cleaning dir routes INFO 2017/05/18 19:30:20 build.go:192: Cleaning dir tmp INFO 2017/05/18 19:30:20 build.go:192: Cleaning dir routes TRACE 2017/05/18 19:30:20 build.go:171: Exec: [C:\Users\thinkpad.babun\cygwin\bin\git.exe --git-dir=C:\Users\thinkpad\go\src\github.com\richtr\baseapp.git describe --always --dirty] TRACE 2017/05/18 19:30:21 build.go:112: Exec: [C:\Go\bin\go.exe build -i -ldflags -X github.com/richtr/baseapp/app.AppVersion=git-957ce15-dirty -X github.com/richtr/baseapp/app.BuildTime=2017-05-18T11:30:21Z -tags gorp -o C:\Users\thinkpad\go\bin\revel.d\github.com\richtr\baseapp\baseapp.exe github.com/richtr/baseapp/app/tmp] ERROR 2017/05/18 19:30:26 build.go:119: # github.com/richtr/baseapp/vendor/github.com/mattn/go-sqlite3 cc1: sorry, unimplemented: 64-bit mode not compiled in

ERROR 2017/05/18 19:30:26 build.go:326: Failed to parse build errors:

github.com/richtr/baseapp/vendor/github.com/mattn/go-sqlite3

cc1: sorry, unimplemented: 64-bit mode not compiled in

yunshang avatar May 18 '17 11:05 yunshang