|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
synfigstudio-0.61.08 configure errorHi,
I was trying to build synfigstudio-0.61.08 under Leopard with Xcode 3.1, and got the following: The following package will be installed or updated: synfigstudio The following additional package will be installed: synfigstudio-shlibs Do you want to continue? [Y/n] Setting runtime build-lock... dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-synfigstudio-0.61.08-1000 /sw/src/fink.build dpkg-deb: building package `fink-buildlock-synfigstudio-0.61.08-1000' in `/sw/src/fink.build/fink-buildlock-synfigstudio-0.61.08-1000_2008.07.19-14.48.35_darwin-i386.deb'. <snip> ... checking for gtkmm-2.4 gthread-2.0... configure: error: ** Gtkmm-2.4 Is a required library, aborting. ### execution of /var/tmp/tmp.1.riDtf4 failed, exit code 1 ... I do have gtkmm2.4 and its shlibs and dev installed, but it seems to be unrecognized. Fink selfupdate and update-all ran successfully, and so did the installation of synfig (the command line tool). The GUI synfigstudio requires unrealistic amounts of other dependencies (because of swig, I think), so I cut down on those by getting graphviz as a binary using dselect. Jens ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: synfigstudio-0.61.08 configure errorJens Noeckel wrote:
[] > checking for gtkmm-2.4 gthread-2.0... configure: error: ** Gtkmm-2.4 Is > a required library, aborting. > ### execution of /var/tmp/tmp.1.riDtf4 failed, exit code 1 Could you look in the config.log file for the real reason why it aborts there? -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: synfigstudio-0.61.08 configure errorOn Jul 19, 2008, at 11:57 PM, Martin Costabel wrote: > Jens Noeckel wrote: > [] >> checking for gtkmm-2.4 gthread-2.0... configure: error: ** >> Gtkmm-2.4 Is a required library, aborting. >> ### execution of /var/tmp/tmp.1.riDtf4 failed, exit code 1 > > Could you look in the config.log file for the real reason why it > aborts there? > The config.log doesn't seem to say anything else about gtkmm, so the "real error" may indeed be elsewhere. Some tests fail, but don't look fatal. E.g., configure:3814: checking how to run the C preprocessor fails but eventually leads to configure:3932: result: gcc -E There are failed tests for gettext (in libc) and iconv but these seem to be found eventually., so I didn't see anything else obviously wrong. Maybe this one is relevant: configure:4439: checking minix/config.h usability configure:4456: gcc -c -g -O2 -I/sw/include conftest.c >&5 conftest.c:53:26: error: minix/config.h: No such file or directory configure:4463: $? = 1 configure: failed program was: | /* confdefs.h. */ <snip> configure:4477: result: no configure:4481: checking minix/config.h presence configure:4496: gcc -E -I/sw/include conftest.c conftest.c:20:26: error: minix/config.h: No such file or directory configure:4503: $? = 1 configure: failed program was: | /* confdefs.h. */ <snip> configure:4517: result: no configure:4550: checking for minix/config.h configure:4557: result: no The lines immediately before the variables section are: configure:23148: checking whether to use NLS configure:23150: result: yes configure:23153: checking where the gettext function comes from configure:23164: result: external libintl configure:23172: checking how to link with libintl configure:23174: result: -lintl -liconv -lc -Wl,-framework - Wl,CoreFoundation configure:23303: checking for pkg-config configure:23321: found /sw/bin/pkg-config configure:23334: result: /sw/bin/pkg-config configure:23352: checking for gtkmm-2.4 gthread-2.0 configure:23559: error: ** Gtkmm-2.4 Is a required library, aborting. I meanwhile tried this on another Leopard Intel system with XCode 3.0 and got the same result. The maintainer's email didn't work, so if someone else knows this package, I have posted the complete config.log at http://www.uoregon.edu/~noeckel/computernotes/fink/synfigstudio/ Maybe Martin can see at a glance what's wrong, as usual... Jens ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: synfigstudio-0.61.08 configure errorOn Sun, Jul 20, 2008 at 11:00:51PM -0700, Jens Noeckel wrote:
> > On Jul 19, 2008, at 11:57 PM, Martin Costabel wrote: > > > Jens Noeckel wrote: > > [] > >> checking for gtkmm-2.4 gthread-2.0... configure: error: ** > >> Gtkmm-2.4 Is a required library, aborting. > >> ### execution of /var/tmp/tmp.1.riDtf4 failed, exit code 1 > > > > Could you look in the config.log file for the real reason why it > > aborts there? > > > > The config.log doesn't seem to say anything else about gtkmm, so the > "real error" may indeed be elsewhere. > configure:23303: checking for pkg-config > configure:23321: found /sw/bin/pkg-config > configure:23334: result: /sw/bin/pkg-config > configure:23352: checking for gtkmm-2.4 gthread-2.0 > configure:23559: error: ** Gtkmm-2.4 Is a required library, aborting. > > I meanwhile tried this on another Leopard Intel system with XCode 3.0 > and got the same result. The maintainer's email didn't work, so if > someone else knows this package, I have posted the complete > config.log at > http://www.uoregon.edu/~noeckel/computernotes/fink/synfigstudio/ > Maybe Martin can see at a glance what's wrong, as usual... This package was never adjusted at all for any of the required tweaks for pangocairo:( dan -- Daniel Macks dmacks@... http://www.netspace.org/~dmacks ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: synfigstudio-0.61.08 configure errorDaniel Macks wrote:
[] > > This package was never adjusted at all for any of the required tweaks > for pangocairo:( Yes, it's in fact not gtkmm-2.4.pc that is not found, but pango.pc. A job for the pangocairificators... -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: synfigstudio-0.61.08 configure errorOn Jul 20, 2008, at 11:33 PM, Martin Costabel wrote: > Daniel Macks wrote: > [] >> >> This package was never adjusted at all for any of the required tweaks >> for pangocairo:( > > Yes, it's in fact not gtkmm-2.4.pc that is not found, but pango.pc. > A job for the pangocairificators... > > Thanks for the explanation, I had never tried that package before so had no clue what was wrong. Hasta la vista to the pangocairificators... Jens ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: synfigstudio-0.61.08 configure errorOn Mon, Jul 21, 2008 at 08:52:00PM -0700, Jens Noeckel wrote:
> > On Jul 20, 2008, at 11:33 PM, Martin Costabel wrote: > > > Daniel Macks wrote: > > [] > >> > >> This package was never adjusted at all for any of the required tweaks > >> for pangocairo:( > > > > Yes, it's in fact not gtkmm-2.4.pc that is not found, but pango.pc. > > A job for the pangocairificators... > > > > > > Thanks for the explanation, I had never tried that package before so > had no clue what was wrong. > > Hasta la vista to the pangocairificators... > Jens I committed pangocairoified new revisions of synfigstudio and synfig (revision -1001). "They compile on my 10.4 machine that has no non-pangocairo residue". dan -- Daniel Macks dmacks@... http://www.netspace.org/~dmacks ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
|
|
Re: synfigstudio-0.61.08 configure errorOn Jul 23, 2008, at 12:37 PM, Daniel Macks wrote: > On Mon, Jul 21, 2008 at 08:52:00PM -0700, Jens Noeckel wrote: >> >> On Jul 20, 2008, at 11:33 PM, Martin Costabel wrote: >> >>> Daniel Macks wrote: >>> [] >>>> >>>> This package was never adjusted at all for any of the required >>>> tweaks >>>> for pangocairo:( >>> >>> Yes, it's in fact not gtkmm-2.4.pc that is not found, but pango.pc. >>> A job for the pangocairificators... >>> >>> >> >> Thanks for the explanation, I had never tried that package before so >> had no clue what was wrong. >> >> Hasta la vista to the pangocairificators... >> Jens > > I committed pangocairoified new revisions of synfigstudio and synfig > (revision -1001). "They compile on my 10.4 machine that has no > non-pangocairo residue". > > dan > They compiled and launched without problems on two Intel Macs with Leopard installed (one had a clean /sw created from scratch after the pangocairo update, the other had an older fink tree that was updated the usual way). Thanks for the fixes! Jens ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list Fink-users@... https://lists.sourceforge.net/lists/listinfo/fink-users |
| Free Forum Powered by Nabble | Forum Help |