Wolfgang and Andrew,
> qmake -unix does not work but what does is qmake -spec macx-g++ >From here > http://doc.trolltech.com/4.2/qmake-running.html#command-line-options > it would seem that > qmake -makefile > should do the trick. Does that work for you? maybe I miss something, but to produce a Makefile, you have to generate a project file first, qmake -project [options] in options you can add -unix or -macx, qmake will collect all informations and files in the project files, after this, you can generate a Makefile for example with qmake [options] -o Makefile project_file.pro (project_file is be dealii_parameter_gui in our case) On Linux this works, but I can not test it on a Mac, does this help? Best, Martin ________________________________ Von: Wolfgang Bangerth <[email protected]> An: Andrew McBride <[email protected]> CC: [email protected] Gesendet: Donnerstag, den 10. Februar 2011, 21:47:25 Uhr Betreff: Re: [deal.II] deal compilation problem > qmake -unix does not work but what does is qmake -spec macx-g++ >From here http://doc.trolltech.com/4.2/qmake-running.html#command-line-options it would seem that qmake -makefile should do the trick. Does that work for you? Best W. -- ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
