Switch to full style
Open source and other free graphics applications
Post a reply

Anyone have the ability to compile Mutiara Motif Designer?

Wed Mar 25, 2015 5:14 pm

http://sourceforge.net/projects/mutiara/

Re: Anyone have the ability to compile Mutiara Motif Designer?

Thu Mar 26, 2015 8:17 am

Just tried but i need all my dependencies GTK, GLIB, updated to newer versions. I will have to hit http://rpm.pbone.net/ for some files i guess. :) Graechan has updated his env to 2.8.15 i believe so he may be able to compile it.

Re: Anyone have the ability to compile Mutiara Motif Designer?

Thu Mar 26, 2015 11:45 am

lylejk wrote:points to
http://sourceforge.net/projects/mutiara/


Never heard of that one , good fun I hope you get a version for Windows.

Tried a compile in 32 bit linux, AntiX, too many strange dependencies. gnome-doc-utils for heavens sake, killer was GTK+-3

No matter, seems Fedora is the platform of choice. Got a rpm from here
http://download.opensuse.org/repositori ... onghuaren/ Used the Fedora_20 32bit version.

In PClinuxOS needed libgee2 but that is all.

The interface looks like this

mutiara.jpg
mutiara.jpg (81.11 KiB) Viewed 9975 times


Do I know what I am doing, not yet ;) quality when saved as a png seems a little suspect but WTH.

Re: Anyone have the ability to compile Mutiara Motif Designer?

Thu Mar 26, 2015 12:00 pm

lylejk -- Anyone have the ability to compile Mutiara Motif Designer?

64 bit & rpm ok ?

Re: Anyone have the ability to compile Mutiara Motif Designer?

Thu Mar 26, 2015 1:16 pm

Cool that you got it to work Rich. Just too lazy to learn to compile. Use to use samj's environment, but since they made changes to G'MIC, I stopped. And even since then, my old system died so never re-installed the environment anyway. lol

:)

Re: Anyone have the ability to compile Mutiara Motif Designer?

Fri Mar 27, 2015 11:20 pm

I wish I could,though I might have the environment, I don't know how and too old to figure it out

Re: Anyone have the ability to compile Mutiara Motif Designer?

Sat Mar 28, 2015 12:05 am

You and me both Graechan; you and me both. lol

:)

Re: Anyone have the ability to compile Mutiara Motif Designer?

Sat Mar 28, 2015 6:10 pm

Maybe if the plugin was posted on the Registry someone would compile for windows

Re: Anyone have the ability to compile Mutiara Motif Designer?

Sun Mar 29, 2015 9:41 am

Graechan wrote:
Maybe if the plugin was posted on the Registry someone would compile for windows

I do not believe it is a GIMP plug-in Graechan. Seems to be a complete drawing program.
If you have the correct env you should be able to untar the file and then in the dos window cd to the folder with the configure file. For example...
Code:
$ cd /env/mutiara-0.13.1

Then type ./configure
Code:
$ ./configure

If you need any dependencies download and unzip them to this folder.
C:\petit-msys-mingw-64bits-gimp28\base\c because in the ect/fstab file this location is called as /mingw main directory.
If you need to compile dependencies such as libgee, be sure to use
Code:
$ ./configure --prefix=/mingw

If all goes well with no errors type
Code:
$ make

Now look for the executable and try and open it. It should be in the src folder.
By the way use the 64 bit env.

I tried to compile after updating dependencies but get this error on compile.
Code:
x86_64-w64-mingw32-gcc.exe  -I/mingw/include -I/mingw/x86_64-w64-mingw32/include
-I/python/include -pipe -O3 -mms-bitfields -s -m64  -L/mingw/lib -L/mingw/x86_6
4-w64-mingw32/lib -mwindows -lpthread -o mutiara.exe arc.o border.o curve.o flip
.o fractalizer.o gallery.o imagesizedialog.o line.o motifbutton.o motifchooser.o
mutiara.o node.o poddrawing.o podeditor.o podpanel.o pod.o point.o probe.o prog
ressbox.o render.o roundedrect.o seed.o snapdialog.o util.o zoom.o -Lc:/petit-ms
ys-mingw-64bits-gimp28/base/c/lib -lgtk-3 -lgdk-3 -latk-1.0 -lpangowin32-1.0 -lg
di32 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo-gobject -lpango-1.0 -lgthread-2.0
-lgio-2.0 -lcairo -lgee-0.8 -lgobject-2.0 -lglib-2.0 -lintl   -lm
podpanel.o:podpanel.c:(.text+0x1501): undefined reference to `gtk_widget_set_mar
gin_start'
podpanel.o:podpanel.c:(.text+0x150e): undefined reference to `gtk_widget_set_mar
gin_end'
c:/petit-msys-mingw-64bits-gimp28/base/c/bin/../lib/gcc/x86_64-w64-mingw32/4.7.3
/../../../../x86_64-w64-mingw32/bin/ld.exe: podpanel.o: bad reloc address 0x18 i
n section `.data'
c:/petit-msys-mingw-64bits-gimp28/base/c/bin/../lib/gcc/x86_64-w64-mingw32/4.7.3
/../../../../x86_64-w64-mingw32/bin/ld.exe: final link failed: Invalid operation

collect2.exe: error: ld returned 1 exit status
make[2]: *** [mutiara.exe] Error 1
make[2]: Leaving directory `/env/mutiara-0.13.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/env/mutiara-0.13.1'
make: *** [all] Error 2

Rod@Rods /env/mutiara-0.13.1
$

Re: Anyone have the ability to compile Mutiara Motif Designer?

Sun Mar 29, 2015 9:51 am

Does config generate any errors or complain about missing libs, Rod?

To compile in 64bit Linux, I normally have to use this command:

./configure LDFLAGS=-lm

Perhaps your 64bit environment doesn't require that.

Re: Anyone have the ability to compile Mutiara Motif Designer?

Sun Mar 29, 2015 8:24 pm

GnuTux I get this error at bottom

Code:
user@user-PC ~
$ cd /env/mutiara-0.13.1

user@user-PC /env/mutiara-0.13.1
$ ./configure LDFLAGS=-lm
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether ln -s works... no, using cp -pR
checking for pkg-config... /mingw/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking gnome-doc-utils >= 0.3.2... no
configure: error: gnome-doc-utils >= 0.3.2 not found

user@user-PC /env/mutiara-0.13.1
$

I gotta go search I rekon then take a guess as to where to put it

Re: Anyone have the ability to compile Mutiara Motif Designer?

Sun Mar 29, 2015 8:38 pm

Glad you folks are still trying to compile this one. Just wish I knew more about program compiling to be of use. Do appreciate the effort. :)

Re: Anyone have the ability to compile Mutiara Motif Designer?

Sun Mar 29, 2015 8:38 pm

Graechan wrote:GnuTux I get this error at bottom

checking gnome-doc-utils >= 0.3.2... no
configure: error: gnome-doc-utils >= 0.3.2 not found

Looks like you are missing gnome-doc-utils. It was not installed by default on Fedora 21 either. You'll want to install gnome-doc-utils and run configure again.

Re: Anyone have the ability to compile Mutiara Motif Designer?

Mon Mar 30, 2015 6:02 am

Yes Graechan, and once you clear that error you will most likely need the libgee devel library.

Tux i tried the LDFLAGS in the command line but still it doesn't want to build an executable. I believe it has something to do with a linker to create a windows exe file. Used to have to do that to build a windows GIMP exe file but i don't remember how now. :)

Re: Anyone have the ability to compile Mutiara Motif Designer?

Tue Jun 09, 2015 1:11 pm

For You Lylejk - sorry, but only win 32 bit
Dowload Mutiara 0.13.1_Win_32bit.zip (9,5 Mb):
https://www.dropbox.com/sh/gcwg512dgggls25/AAC0tv2_5ABQ1O0iqnIKwOiOa?dl=0

Re: Anyone have the ability to compile Mutiara Motif Designer?

Tue Jun 09, 2015 1:39 pm

Thanks MareroQ; have some experimenting to do obviously. lol

:)

Re: Anyone have the ability to compile Mutiara Motif Designer?

Tue Jun 09, 2015 1:58 pm

Only thing that I've notice so far is that the motifs are not showing; only have the default available. Not sure how to get additional motifs.

Re: Anyone have the ability to compile Mutiara Motif Designer?

Tue Jun 09, 2015 2:15 pm

Thanks MareroQ!

Re: Anyone have the ability to compile Mutiara Motif Designer?

Tue Jun 09, 2015 2:48 pm

lylejk wrote:Only thing that I've notice so far is that the motifs are not showing; only have the default available. Not sure how to get additional motifs.


You have to drag the edge with your mouse.
There is another issue - not works Help Contents (files * .page do not know how to open in Windows - so not included in the package zip).

Re: Anyone have the ability to compile Mutiara Motif Designer?

Tue Jun 09, 2015 2:50 pm

:oops:

Just noted your red circled pulldown. lol

Again, thanks MareroQ; programs cool. Still need to experiment. :)
Post a reply