oops, that is certainly what I meant. I'm such a noob![]()
yikes, a lot of that is over my head! FWIW, the developer of the app told me this:Try ./configure -help to see the options available.
I run ./configure with the following options on my mac:
-prefix /opt/qt422/ -debug -fast -plugin-sql-sqlite
After this was done I run a "make" and a "make install" as root.
You can set a different prefix of course.
For creating apps I run a
"source setup"
in the terminal with setup a simple text file containing this:
Qt Code:
export QTDIR=/opt/qt422 export PATH=/opt/qt422/bin:$PATH export LIBPATH=/opt/qt422/lib:$LIBPATHTo copy to clipboard, switch view to plain text mode
does that have anything to do with how to configureOriginally Posted by Giuseppe Rota, qtpfsgui developer
sure, I get this:Can you do a "gcc -v" in the terminal and post the output?
HTH
Last login: Sun Jan 14 14:43:53 on console
Welcome to Darwin!
will-kamins-computer:~ williekamin$ gcc -v
Using built-in specs.
Target: i686-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5250.obj~20/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --build=powerpc-apple-darwin8 --with-arch=pentium-m --with-tune=prescott --program-prefix= --host=i686-apple-darwin8 --target=i686-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5250)
will-kamins-computer:~ williekamin$
Bookmarks