Re: my libplanner-1.so is ignored for /usr/lib/libplanner.so

Maurice van der Pot <griffon26-bCGDfOjggl9Wk0Htik3J/[email protected]> Wed, 31 Dec 2008 13:44:37 +0100
Newsgroups gmane.comp.gnome.apps.planner.devel
Message-ID <[email protected]>
On Wed, Dec 31, 2008 at 05:29:46PM +0530, ビカス ヤダワ (vikas yadav) wrote:
> (planner:20582): Gtk-WARNING **: Error loading icon from file
> '/usr/local/share/planner/images/gnome-planner.png':
>     Failed to open file '/usr/local/share/planner/images/gnome-planner.png':
> No such file or directory
> 
> and there is lot of similar similar errors like glade never finds any dialog
> template file
> how should i fix this?

What prefix did you pass to autogen.sh or configure?
If you specify a prefix and run make install, planner should be able to
find everything it needs.

These lines are everything needed to get it to work:

  export PATH=${HOME}/local/bin:${PATH}
  export LD_LIBRARY_PATH=${HOME}/local/lib:${LD_LIBRARY_PATH}
  ./autogen.sh --prefix=${HOME}/local
  make install
  planner

Regards,
Maurice.

-- 
Maurice van der Pot

Gentoo Linux Developer   [email protected]    http://www.gentoo.org
Gnome Planner Developer  griffon26-bCGDfOjggl9Wk0Htik3J/[email protected]  http://live.gnome.org/Planner

_______________________________________________
Planner-dev-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/planner-dev-list
signature.asc (application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAklbaTUACgkQMGnpIbeahxwD7gCgy53imV3y/psWosTFbuCdTM+S
bgsAn37XPq5X47lVwVRY0wE9Mg6i76Oi
=oJ5D
-----END PGP SIGNATURE-----