I have had a go at this (plenty experience compiling things under Linux, so not a total newbie), but can't get the configure script to generate a makefile - is there anything I'm likely to be missing? I installed QT4.8, which I assume satisfies the dependancy?
Yes, Qt 4.8 is OK. Perhaps you should pass the path to qmake using the "-qmake" parameter? Take a look at how maintainer-build-package.sh calls configure (though I'm not the author of this script and I'm not sure exactly how it works).
Tried with the script, and calling configure on its own (with all the relevant command line parameters, mostly copied from the script), but still can't get it to drop a Makefile :(
Unfortunately I haven't got any response so far from the person who usually creates these packages.
You can compile WebIssues from source. The scripts for creating the package are in packages/osx subfolder.
Regards,
Michał
Thanks,
I have had a go at this (plenty experience compiling things under Linux, so not a total newbie), but can't get the configure script to generate a makefile - is there anything I'm likely to be missing? I installed QT4.8, which I assume satisfies the dependancy?
Regards
Adam
Yes, Qt 4.8 is OK. Perhaps you should pass the path to qmake using the "-qmake" parameter? Take a look at how maintainer-build-package.sh calls configure (though I'm not the author of this script and I'm not sure exactly how it works).
Regards,
Michał
Hi,
Tried with the script, and calling configure on its own (with all the relevant command line parameters, mostly copied from the script), but still can't get it to drop a Makefile :(
Will keep fiddling.
Adam