Welcome to Fractal Forums

Fractal Software => Mandelbulber => Topic started by: Buddhi on September 05, 2010, 12:43:50 PM




Title: Google code (SVN) repository for Mandelbulber
Post by: Buddhi on September 05, 2010, 12:43:50 PM
I have created SVN repository on Google Code:
http://code.google.com/

If somebody want to make some interesting changes in Mandelbulber please contact with me. I will add rights to commit the code.


Title: Re: Google code (SVN) repository for Mandelbulber
Post by: knighty on September 07, 2010, 01:35:23 AM
Where is it?  :)


Title: Re: Google code (SVN) repository for Mandelbulber
Post by: Buddhi on September 07, 2010, 06:16:54 PM
UPS!  I had given not completed link. Please find repository there: http://code.google.com/p/mandelbulber/


Title: Re: Google code (SVN) repository for Mandelbulber
Post by: brunorc on March 10, 2011, 06:34:15 PM
I'm trying to get it working on Mac OS X. Got GTK+ built and installed from ports, and checked the SVN repo. However, I cannot find there the "makefiles" directory, mentioned in the README files (and "install" bash script). The only thing that comes close is CMakeLists.txt...

Thanks for any help.

Bruno


Title: Re: Google code (SVN) repository for Mandelbulber
Post by: brunorc on March 10, 2011, 07:00:13 PM
OK, in the act of complete desperation I downloaded the Windows version for my MIDI box (900MHz VIA Nehemiah + 1GB RAM, slow as hell, so just to try) and spotted there the mentioned "makefiles" directory. So I merged it with the source from SVN, got a compilation error, fixed it (had to remove quotes around the output file in the final g++ call) and VOILA! got my first bubble.

Of course it is awesome :-)

Thanks for the software, it rocks!

Bruno


Title: Re: Google code (SVN) repository for Mandelbulber
Post by: olihar on March 13, 2011, 07:31:33 PM
So you have a working MacOs version?


Title: Re: Google code (SVN) repository for Mandelbulber
Post by: Buddhi on March 13, 2011, 08:06:46 PM
OK, in the act of complete desperation I downloaded the Windows version for my MIDI box (900MHz VIA Nehemiah + 1GB RAM, slow as hell, so just to try) and spotted there the mentioned "makefiles" directory. So I merged it with the source from SVN, got a compilation error, fixed it (had to remove quotes around the output file in the final g++ call) and VOILA! got my first bubble.

Of course it is awesome :-)

Thanks for the software, it rocks!

Bruno

It's a great information. If you want to take care on MacOS version please contact with me, and I will give you access rights for the SVN repository and SourceForge download site.
Please show us some screenshot, how this program looks like on MacOS.


Title: Re: Google code (SVN) repository for Mandelbulber
Post by: olihar on March 13, 2011, 11:17:35 PM
I decided to give it a try as well... wow many libraries...

I am stuck here....

Code:
olihar-2:src olha0905$ make
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Checking whether C compiler has -isysroot
-- Checking whether C compiler has -isysroot - yes
-- Checking whether C compiler supports OSX deployment target flag
-- Checking whether C compiler supports OSX deployment target flag - yes
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Checking whether CXX compiler has -isysroot
-- Checking whether CXX compiler has -isysroot - yes
-- Checking whether CXX compiler supports OSX deployment target flag
-- Checking whether CXX compiler supports OSX deployment target flag - yes
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- checking for module 'gtk+-2.0'
--   found gtk+-2.0, version 2.22.1
-- checking for module 'gthread-2.0'
--   found gthread-2.0, version 2.28.2
-- checking for module 'sndfile'
--   found sndfile, version 1.0.23
-- Found JPEG: /opt/local/lib/libjpeg.dylib
-- Found ZLIB: /usr/include (found version "1.2.3")
-- Found PNG: /opt/local/lib/libpng.dylib
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/olha0905/Desktop/Mandelbulber/trunk/src
Scanning dependencies of target mandelbulber
[  5%] Building CXX object CMakeFiles/mandelbulber.dir/algebra.cpp.o
cc1plus: error: unrecognized command line option "-fno-signed-zeros"
/Users/olha0905/Desktop/Mandelbulber/trunk/src/algebra.cpp:1: error: bad value (native) for -march= switch
/Users/olha0905/Desktop/Mandelbulber/trunk/src/algebra.cpp:1: error: bad value (both) for -mfpmath= switch
make[2]: *** [CMakeFiles/mandelbulber.dir/algebra.cpp.o] Error 1
make[1]: *** [CMakeFiles/mandelbulber.dir/all] Error 2
make: *** [all] Error 2

If I can get these to work, I would gladly take care of the MacOs builds or at least help.


Title: Re: Google code (SVN) repository for Mandelbulber
Post by: KRAFTWERK on March 14, 2011, 09:52:24 AM
Me want OSX version!  O0