You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also got error:
g++: error: unrecognized command line option ‘-m32’; did you mean ‘-mbe32’?
and
g++: error: unrecognized command line option ‘-m64’
using G++:
g++ (Raspbian 8.3.0-6+rpi1) 8.3.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Note that this could be an issue compiling on an ARM processor, going to try x86 and x86-64
Thould that the error with the missing " ../sqlparser/sqlparser.a" could have been that it needed to be built. Went to that directory to attempt build without x86 and x86_64 flags on gcc build.
../sqlparser/sqlparser.a doesn't exist for use by
sqlines/sqlines/build_all64.sh
and
sqlines/sqlines/build_all.sh
The text was updated successfully, but these errors were encountered: