Planner-list Upgrading to 14.4 in ubuntu

View: New views
3 Messages — Rating Filter:   Alert me  

Planner-list Upgrading to 14.4 in ubuntu

by Phil Doomen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I would like to install 14.4 as it seems some work has been done on printing which doesn't work for me on 14.3.

I'm not that proficient on linux but it seems that I have to install this manually as its not available through package manager yet. When I try to run ./configure on the new 14.4 source files that I downloaded I get the following, yet I'm on version 9.04 of ubuntu which seems to meet or exceed these requirements.

Can anyone offer me assistance?

Regards
Phil

checking for PLANNER... configure: error: Package requirements (
glib-2.0 >= 2.6.0
gobject-2.0 gmodule-2.0
gtk+-2.0 >= 2.6.0
libgnomecanvas-2.0 >= 2.10.0
libgnomeui-2.0 >= 2.10.0
libglade-2.0 >= 2.3.0
gnome-vfs-2.0 >= 2.10.0
gconf-2.0 >= 2.10.0
) were not met:

No package 'glib-2.0' found
No package 'gobject-2.0' found
No package 'gmodule-2.0' found
No package 'gtk+-2.0' found
No package 'libgnomecanvas-2.0' found
No package 'libgnomeui-2.0' found
No package 'libglade-2.0' found
No package 'gnome-vfs-2.0' found
No package 'gconf-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PLANNER_CFLAGS
and PLANNER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list

Re: Planner-list Upgrading to 14.4 in ubuntu

by Laurent Duperval-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You need to install the -dev version of all the missing packages.

L


pdoomen@... wrote:
I would like to install 14.4 as it seems some work has been done on printing which doesn't work for me on 14.3.

I'm not that proficient on linux but it seems that I have to install this manually as its not available through package manager yet. When I try to run ./configure on the new 14.4 source files that I downloaded I get the following, yet I'm on version 9.04 of ubuntu which seems to meet or exceed these requirements.

Can anyone offer me assistance?

Regards
Phil

checking for PLANNER... configure: error: Package requirements (
glib-2.0 >= 2.6.0
gobject-2.0 gmodule-2.0
gtk+-2.0 >= 2.6.0
libgnomecanvas-2.0 >= 2.10.0
libgnomeui-2.0 >= 2.10.0
libglade-2.0 >= 2.3.0
gnome-vfs-2.0 >= 2.10.0
gconf-2.0 >= 2.10.0
) were not met:

No package 'glib-2.0' found
No package 'gobject-2.0' found
No package 'gmodule-2.0' found
No package 'gtk+-2.0' found
No package 'libgnomecanvas-2.0' found
No package 'libgnomeui-2.0' found
No package 'libglade-2.0' found
No package 'gnome-vfs-2.0' found
No package 'gconf-2.0' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables PLANNER_CFLAGS
and PLANNER_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

_______________________________________________ Planner-list mailing list Planner-list@... http://mail.gnome.org/mailman/listinfo/planner-list


_______________________________________________
Planner-list mailing list
Planner-list@...
http://mail.gnome.org/mailman/listinfo/planner-list

Re: Planner-list Upgrading to 14.4 in ubuntu

by Phil Doomen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have ben trying to avoid looking like a dunce but I have to concede How do I install the dev version of the missing packages? I have tried adjusting Package Manager source settings and tried apt-get and aptitute but can't find the dev versions. I am nervous of wrecking my install by installing packages manually. I noticed that gconf2 in my Package Manager was using version 2.26 which is much higher that the stated minimum version for the configure script of 2.10 and noticed the messages about 'No package found' for this and the others and I wonder if the problem I am having is the location of the packages needs to be set as an environment variable specific to ubuntu. I can't find how to set this variable even though it is suggested to do this within the script. Can anyone assist me? Regards Phil I was wondering if you could advise on how to change the
Laurent Duperval-3 wrote:
You need to install the -dev version of all the missing packages. L pdoomen@gmail.com wrote: > I would like to install 14.4 as it seems some work has been done on > printing which doesn't work for me on 14.3. > > I'm not that proficient on linux but it seems that I have to install > this manually as its not available through package manager yet. When I > try to run ./configure on the new 14.4 source files that I downloaded > I get the following, yet I'm on version 9.04 of ubuntu which seems to > meet or exceed these requirements. > > Can anyone offer me assistance? > > Regards > Phil >Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. > checking for PLANNER... configure: error: Package requirements ( > glib-2.0 >= 2.6.0 > gobject-2.0 gmodule-2.0 > gtk+-2.0 >= 2.6.0 > libgnomecanvas-2.0 >= 2.10.0 > libgnomeui-2.0 >= 2.10.0 > libglade-2.0 >= 2.3.0 > gnome-vfs-2.0 >= 2.10.0 > gconf-2.0 >= 2.10.0 > ) were not met: > > No package 'glib-2.0' found > No package 'gobject-2.0' found > No package 'gmodule-2.0' found > No package 'gtk+-2.0' found > No package 'libgnomecanvas-2.0' found > No package 'libgnomeui-2.0' found > No package 'libglade-2.0' found > No package 'gnome-vfs-2.0' found > No package 'gconf-2.0' found > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > installed software in a non-standard prefix. > > Alternatively, you may set the environment variables PLANNER_CFLAGS > and PLANNER_LIBS to avoid the need to call pkg-config. > See the pkg-config man page for more details. > ------------------------------------------------------------------------ > > _______________________________________________ > Planner-list mailing list > Planner-list@gnome.org > http://mail.gnome.org/mailman/listinfo/planner-list > _______________________________________________ Planner-list mailing list Planner-list@gnome.org http://mail.gnome.org/mailman/listinfo/planner-list