I have copied the ./configure stanza from macports and successfully built a taskjuggler and TaskJugglerUI binary from the git sources, but I cannot get it to build me a new libtaskjuggler.3.0.3.dylib file. If I run ports install taskjuggler it does build me a libtaskjuggler.3.0.3.dylib file from the latest pristine tarball, but I cannot get it to build libtaskjuggler.3.0.3.dylib from the git sources.
I have tried adding the three sequences below to my "configure" , and then ran unsermake, but it never builds libtaskjuggler.3.0.3.dylib for me.
--enabled-static=yes --enabled-shared=no
--enabled-static=no --enabled-shared=yes
--enabled-static=yes --enabled-shared=yes
What does it take to build one, and what is that file anyway? Looking at the size of it, makes me think it is some sort of a static library?
Thanks.
PS: The full configure call for me is :
./configure --prefix=/opt/local --enable-mac --disable-docs --enable-static=no --enable-shared=yes --without-arts --with-qt-dir=/opt/local/lib/qt3 --with-extra-includes=/opt/local/include --with-extra-libs=/opt/local/lib
--
Urs Rau