Re: Getting MySQL Workbench to run ...
Posted by:
Aaron Sinclair ()
Date: April 14, 2006 12:53AM
Ok, they're the exact same commands. And I'm getting the error I just posted.
./configure --enable-grt --enable-canvas (as before, works fine)
make (runs a little, then this:)
Making all in source
make[3]: Entering directory `/home/aaron/ass/mysql-gui-common/library_sql_resultset/source'
-c myx_sql_resultset.c
/bin/sh: line 1: -Wp,-MD,.deps/myx_sql_resultset.pp: No such file or directory
make[3]: *** [myx_sql_resultset.o] Error 127
make[3]: Leaving directory `/home/aaron/ass/mysql-gui-common/library_sql_resultset/source'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/aaron/ass/mysql-gui-common/library_sql_resultset'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/aaron/ass/mysql-gui-common'
make: *** [all-recursive-am] Error 2
That's all there is to it, it crashes when looking for .deps/myx_sql_resultset.pp, but to me it looks like it's trying to execute "-Wp,-MD,.deps/myx_sql_resultset.pp". Is it trying to execute that, or is it passing that parameter to another program???