[Paraview] ParaView3 64-bit on Mac OS X 10.6.1

Michael Wild themiwi at gmail.com
Sat Oct 31 17:58:07 EDT 2009


On 30. Oct, 2009, at 18:20 , Elvis Dowson wrote:

> Hi Michael,
>
> On Oct 24, 2009, at 12:40 AM, Michael Wild wrote:
>
>> First I had to build a universal dbus (1.2.16) with the following  
>> options (mostly taken from fink):
>>
>> ./configure --prefix=/usr/local/dbus-1.2.16 --disable-static -- 
>> enable-console-owner-file --with-dbus-user=messagebus --disable- 
>> asserts --disable-tests --enable-checks --enable-kqueue --enable- 
>> launchd --disable-userdb-cache --disable-ansi --with-xml=expat -- 
>> disable-xml-docs --disable-doxygen-docs --without-x  
>> ac_cv_func_poll=no {CFLAGS,CXXFLAGS,LDFLAGS}='-arch i386 -arch  
>> x86_64 -arch ppc -mmacosx-version-min=10.5 -sysroot=/Developer/SDKs/ 
>> MacOSX10.5.sdk' --disable-dependency-tracking
>> make -j3
>> sudo make install
>
>
> Where can I get the ./configure program. I just checked out dbus  
> from the git repository and I switched to the dbus-1.2 branch. I  
> can't find a ./configure program to configure dbus for Mac OS X.
>
> Best regards,
>
> Elvis
>

configure is usually only distributed in the tar-balls and not checked  
into the VCS repository, because it (and many other files) is auto- 
generated. If you really want to use the git version, try this before  
you go on with above instructions:

aclocal
automake --add-missing
autoconf


HTH

Michael


More information about the ParaView mailing list