Synfig Project Forum

Forums for Synfig Project
It is currently Mon May 20, 2013 3:51 am

All times are UTC - 4 hours [ DST ]




Post new topic Reply to topic  [ 103 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
PostPosted: Mon Oct 19, 2009 5:12 am 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
When I executed "glibtoolize --ltdl --copy --force" (synfig-core), I had this:
Attachment:
Imagen 6.png
Imagen 6.png [ 41.94 KiB | Viewed 1007 times ]

Prehaps I have to do it before continue with "autoreconf --install --force" and "./configure --prefix=/opt/synfig".
What do you think about?


Top
 Profile  
 
PostPosted: Mon Oct 19, 2009 6:17 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
Those messages are common in linux build. Don't worry about them at the moment.
-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Mon Oct 19, 2009 7:36 am 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
I did some things (some stupid things, I think :oops: ) I wrote theese sentences in configure.ac. After some tries (put the first, delete the others, then delete the first...) I did the genete's sugestion. Now I have the icons, but the program fails. After "make" I had this:
Attachment:
Imagen 7.png
Imagen 7.png [ 10.55 KiB | Viewed 991 times ]

Is it important?
Here is the pdf.


Attachments:
after genete's suggestion.zip [352.16 KiB]
Downloaded 73 times
Top
 Profile  
 
PostPosted: Mon Oct 19, 2009 7:42 am 
Offline
User avatar

Joined: Mon Aug 04, 2008 6:10 pm
Posts: 265
Location: Amsterdam, the Netherlands
Rafael wrote:
sudo find / -iname '*png*.h' -print
Here is the output:

Thanks, that was useful. Can you also post the output of:
Code:
sudo find / -iname 'libpng*' -print

and the file "config.log" in the "synfig-core" folder. This file is created by the "configure" command

G.

_________________
Abstraction: The Biggest Lie in Computer Science.


Top
 Profile  
 
PostPosted: Mon Oct 19, 2009 7:58 am 
Offline
User avatar

Joined: Mon Aug 04, 2008 6:10 pm
Posts: 265
Location: Amsterdam, the Netherlands
Rafael: Forget my suggestion above. It is no longer relevant.

Rafael wrote:
Now I have the icons, but the program fails.

What do you mean exactly? Does Synfigstudio fail?

Does Synfigstudio start, do you see the windows of Synfigstudio, do you see the icons of Synfigstudio?
Did you do anything else? Push a button?

G.

_________________
Abstraction: The Biggest Lie in Computer Science.


Top
 Profile  
 
PostPosted: Mon Oct 19, 2009 9:21 am 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
I can start synfigstudio. I select bline tool, but it doesn't work. It appears a lot of lines: look at this:
Attachment:
Imagen 8.png
Imagen 8.png [ 438.04 KiB | Viewed 978 times ]

Any button works. This is the terminal after close synfig and X11:
Attachment:
Imagen 9.png
Imagen 9.png [ 28.8 KiB | Viewed 978 times ]


Top
 Profile  
 
PostPosted: Mon Oct 19, 2009 9:36 am 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
I have this before "sudo make install" (building synfigstudio: you have all in "after genete's suggestion.zip"):
Attachment:
Imagen 10.png
Imagen 10.png [ 119.11 KiB | Viewed 983 times ]

I don't know if it's important, there are a lot of lines like those.


Top
 Profile  
 
PostPosted: Mon Oct 19, 2009 10:08 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
Rafael:
all those:
Code:
synfig: precaución: Imposible encontrar módulo "xxxxxxxx"

means that those modules are not available. But it seems that the png module is available at the end. You can live without those modules. Thery are not mandatory, just optional. Png module is a must.

Lost modules can be due to:
1) You didn't installed the development packages for them
2) The application doesn't know where they are (like happened to png module)

You can fix them later.

-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Mon Oct 19, 2009 10:53 am 
Offline
User avatar

Joined: Mon Aug 04, 2008 6:10 pm
Posts: 265
Location: Amsterdam, the Netherlands
If you look at the output of the "configure" command in "synfig-core":
Code:
PNG output target support --------> yes
MNG output target support --------> no
JPEG output target support -------> yes
ETL_CFLAGS -----------------------> -I/opt/synfig/include
FreeType2 ------------------------> yes
fontconfig -----------------------> yes
libavcodec -----------------------> no
libswscale ----------------------->
vImage ---------------------------> no
ImageMagick ----------------------> no
Magick++ -------------------------> no
FFMPEG ---------------------------> yes
libdv ----------------------------> yes
OpenEXR --------------------------> no
Using OpenEXR's "half" type ------> no

You can see that your missing synfig modules were not build at all. Your system currently supports only the following modules:
  • PNG
  • JPEG
  • FreeType2
  • fontconfig
  • FFMPEG
  • libdv

Also, your terminal output is similar to mine, so that is good as well.

What happens when you use the "circle tool" or the "rectangle tool"?

BTW, can you make a screencast movie, instead of only a screendump (single picture)? It will give us a better idea about what happens...

G.

_________________
Abstraction: The Biggest Lie in Computer Science.


Top
 Profile  
 
PostPosted: Tue Oct 20, 2009 4:58 am 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
Here it is (in two parts). :)


Attachments:
running synfig 2-2.mov.zip [1.27 MiB]
Downloaded 71 times
running synfig 1-2.mov.zip [1.27 MiB]
Downloaded 73 times
Top
 Profile  
 
PostPosted: Wed Oct 21, 2009 6:58 pm 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
Any idea?
I can repeat any step if you think it can help. :D


Top
 Profile  
 
PostPosted: Wed Oct 21, 2009 7:01 pm 
Offline
User avatar

Joined: Mon Aug 04, 2008 6:10 pm
Posts: 265
Location: Amsterdam, the Netherlands
Rafael wrote:
Here it is (in two parts). :)

I see what you mean, but I am afraid I have no idea about how I can help you. Maybe someone else has an idea...

One question: Have you tried opening an existing .sif or .sifz file, to see what it looks like in Synfigstudio?

G.

_________________
Abstraction: The Biggest Lie in Computer Science.


Top
 Profile  
 
PostPosted: Wed Oct 21, 2009 7:50 pm 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
I thought it but I didn't. :oops: I'll try it and I'll tell you what happens.


Top
 Profile  
 
PostPosted: Thu Oct 22, 2009 1:56 am 
Offline
Site Admin
User avatar

Joined: Sat Dec 01, 2007 6:26 am
Posts: 4119
Location: Spain
I guess that what is happening is that for some reason the synfig libraries or input devices are producing numbers with a value of infinite (not a number) to any of the layer parameters you insert. That's the reason for the strange crossing lines the canvas. No other idea either.

-G

_________________
Synfig needs your help!
Developers, packagers, bug testers, translators, artists, web developers, wiki writers... you can contribute! :D


Top
 Profile  
 
PostPosted: Thu Oct 22, 2009 5:36 am 
Offline
User avatar

Joined: Mon Mar 30, 2009 7:33 am
Posts: 394
Location: Spain
I have opened an existing .sifz file. This is an animation over a picture. First I had this:
Attachment:
Imagen 3.png
Imagen 3.png [ 24.99 KiB | Viewed 867 times ]

I think it's because I don't have the picture for import with it (but in Ubuntu I don't have this message: It open without the picture).
Then, It's open and I can preview the animation, but I try to render in dv (as I always do) and it crashes. I didn't try anything else. Here is the pdf of the terminal.

Genete: Prehaps I can repeat some steps.
Quote:
I wrote:
I did some things (some stupid things, I think ) I wrote theese sentences in configure.ac.

Prehaps my configure.ac is not the best. What do you think?


Attachments:
after render.zip [21.37 KiB]
Downloaded 72 times
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 103 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

All times are UTC - 4 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group