Difference between revisions of "FAQ"
From Synfig Studio :: Documentation
(add item about the disabled tools) |
(point at the webpage with links to all irc stuff) |
||
Line 2: | Line 2: | ||
* '''Missing icons'''? '''synfig/studio doesn't render anything'''? You probably compiled synfig with g++ 4.1 using optimisation level 2 or higher. g++ has a bug that prevents synfig from compositing the images properly. Please recompile synfig using ./configure --enable-optimisation=0 or disable optimisation and then rebuild the the synfigstudio images. The binary packages for some GNU/Linux distributions are affected by this. [http://sf.net/tracker/?group_id=144022&atid=757416 Bug] #[http://sf.net/tracker/?func=detail&aid=1509627&group_id=144022&atid=757416 1509627] | * '''Missing icons'''? '''synfig/studio doesn't render anything'''? You probably compiled synfig with g++ 4.1 using optimisation level 2 or higher. g++ has a bug that prevents synfig from compositing the images properly. Please recompile synfig using ./configure --enable-optimisation=0 or disable optimisation and then rebuild the the synfigstudio images. The binary packages for some GNU/Linux distributions are affected by this. [http://sf.net/tracker/?group_id=144022&atid=757416 Bug] #[http://sf.net/tracker/?func=detail&aid=1509627&group_id=144022&atid=757416 1509627] | ||
− | * '''Why doesn't dyloxin talk on the [ | + | * '''Why doesn't dyloxin talk on the [http://www.synfig.com/2005/12/29/synfig-irc-freenode-net/ synfig irc channel]'''? dyloxin is a bot that stores the [http://www.synfig.com/2005/12/29/synfig-irc-freenode-net/ synfig irc logs], not a human. It has no commands, so you won't get any response out of it either. |
* '''I have a wierd problem building from src, whats up?''' Your copy of pkg-config probably doesn't look in the right places for .pc files. If you are installing to /usr/local, try running "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig" before building or installing anything. | * '''I have a wierd problem building from src, whats up?''' Your copy of pkg-config probably doesn't look in the right places for .pc files. If you are installing to /usr/local, try running "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig" before building or installing anything. | ||
* '''Where'd the polygon, draw, sketch, and width tools go?''' They are disabled by default due to problems. You can re-enable them without recompiling by setting some environment variables: | * '''Where'd the polygon, draw, sketch, and width tools go?''' They are disabled by default due to problems. You can re-enable them without recompiling by setting some environment variables: |
Revision as of 05:27, 29 March 2007
Many issues are documented in the bug tracker and on the download page.
- Missing icons? synfig/studio doesn't render anything? You probably compiled synfig with g++ 4.1 using optimisation level 2 or higher. g++ has a bug that prevents synfig from compositing the images properly. Please recompile synfig using ./configure --enable-optimisation=0 or disable optimisation and then rebuild the the synfigstudio images. The binary packages for some GNU/Linux distributions are affected by this. Bug #1509627
- Why doesn't dyloxin talk on the synfig irc channel? dyloxin is a bot that stores the synfig irc logs, not a human. It has no commands, so you won't get any response out of it either.
- I have a wierd problem building from src, whats up? Your copy of pkg-config probably doesn't look in the right places for .pc files. If you are installing to /usr/local, try running "export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig" before building or installing anything.
- Where'd the polygon, draw, sketch, and width tools go? They are disabled by default due to problems. You can re-enable them without recompiling by setting some environment variables:
export SYNFIG_ENABLE_POLYGON=1 export SYNFIG_ENABLE_DRAW=1 export SYNFIG_ENABLE_SKETCH=1 export SYNFIG_ENABLE_WIDTH=1