LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-21-2009, 10:28 PM   #1
KFC123
Member
 
Registered: May 2009
Posts: 47

Rep: Reputation: 15
Installing anjuta ... quite a headache


I am installing anjuta-2.26 on CentOS5.2 from source (I also try rpm but also have a problem). Now I install tons of missing packages, but during ./configure it still reports

----------------------------------------------------------------------
checking for VTE... configure: error: Package requirements (vte >= 0.9.0) were not met:

No package 'vte' 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 VTE_CFLAGS
and VTE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

----------------------------------------------------------------------

The current VTE i installed is 0.14.x but I don't know why it report such warning! Ok, anyway, I try to upgrade the VTE (installed from source) to 0.20.x, but keeps getting the following error during 'make' (no problem in ./configure)

----------------------------------------------------------------------
vtepangocairo.c: In function 'font_info_cache_ascii':
vtepangocairo.c:305: error: implicit declaration of function 'pango_cairo_font_get_scaled_font'
vtepangocairo.c:305: warning: nested extern declaration of 'pango_cairo_font_get_scaled_font'
vtepangocairo.c:305: error: 'PangoCairoFont' undeclared (first use in this function)
vtepangocairo.c:305: error: (Each undeclared identifier is reported only once
vtepangocairo.c:305: error: for each function it appears in.)
vtepangocairo.c:305: error: expected expression before ')' token
vtepangocairo.c:305: warning: assignment makes pointer from integer without a cast
vtepangocairo.c: In function 'font_info_get_unistr_info':
vtepangocairo.c:756: error: 'PangoCairoFont' undeclared (first use in this function)
vtepangocairo.c:756: error: expected expression before ')' token
vtepangocairo.c:756: warning: initialization makes pointer from integer without a cast
vtepangocairo.c: In function '_vte_pangocairo_set_background_image':
vtepangocairo.c:868: warning: unused variable 'old_pattern'
make[3]: *** [libvte_la-vtepangocairo.lo] Error 1
make[3]: Leaving directory `/home/jay/tmp/vte-0.20.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/jay/tmp/vte-0.20.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jay/tmp/vte-0.20.0'
make: *** [all] Error 2

--------------------------------------------------------------

I also try vte-0.20.1 to vte-0.20.5, same case! I was starting on this since last evening, still got no idea what to do.
 
Old 06-21-2009, 11:18 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
from the sourceforge page did you install the dependencies ?
http://projects.gnome.org/anjuta/downloads.shtml

you will need to build all the NEW versions of things that you have installed in a folder that is not in the system path ( or is after the /usr/lib,/usr/bin, ) in the system path
(-- such as /usr/opt --- and MAKE SURE that usr/opt is SECOND in the $PATH , after /usr/bin,/usr/lib,...)
if you try to install newer versions of programs into /usr you WILL FUBAR centOS

have you tried installing the " eclipse " dev enviroment , it is in the epel centOS 5.3 repo
see:
http://wiki.centos.org/AdditionalResources/Repositories
http://fedoraproject.org/wiki/EPEL
 
Old 06-22-2009, 12:35 AM   #3
KFC123
Member
 
Registered: May 2009
Posts: 47

Original Poster
Rep: Reputation: 15
Thanks. The problem of the vte solved and I installed everything needed shown in http://projects.gnome.org/anjuta/downloads.shtml. And now I can ./configure the anjuta, but during make, it returns

In file included from /usr/local/include/glib-2.0/glib/gi18n.h:25,
from anjuta-vcs-status-tree-view.c:26:
/usr/include/libintl.h:40: error: expected identifier or '(' before 'const'
/usr/include/libintl.h:45: error: expected identifier or '(' before 'const'
/usr/include/libintl.h:52: error: expected identifier or '(' before 'const'
/usr/include/libintl.h:83: error: expected identifier or '(' before 'const'
/usr/include/libintl.h:87: error: expected identifier or '(' before 'const'
/usr/include/libintl.h:92: error: expected identifier or '(' before 'const'
In file included from anjuta-vcs-status-tree-view.c:26:
/usr/local/include/glib-2.0/glib/gi18n.h:28:1: warning: "_" redefined
In file included from /usr/include/libgnome-2.0/libgnome/gnome-i18n.h:40,
from /usr/include/libgnome-2.0/libgnome/libgnome.h:30,
from /usr/include/libgnomeui-2.0/gnome.h:5,
from ../libanjuta/anjuta-preferences.h:23,
from ../libanjuta/anjuta-shell.h:29,
from ../libanjuta/anjuta-plugin.h:29,
from ../libanjuta/libanjuta.h:32,
from anjuta-enum-types.h:7,
from anjuta-vcs-status-tree-view.h:30,
from anjuta-vcs-status-tree-view.c:25:
/usr/include/libbonobo-2.0/bonobo/bonobo-i18n.h:69:1: warning: this is the location of the previous definition
make[4]: *** [anjuta-vcs-status-tree-view.lo] Error 1
make[4]: Leaving directory `/tmp/anjuta/anjuta-2.26.0.0/libanjuta'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/anjuta/anjuta-2.26.0.0/libanjuta'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/software-packs/anjuta/anjuta-2.26.0.0/libanjuta'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/software-packs/anjuta/anjuta-2.26.0.0'
make: *** [all] Error 2
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing anjuta IshanJ Linux - Software 1 12-04-2008 08:13 AM
Problem installing anjuta. mahendra123 Linux - Software 3 07-19-2006 04:29 PM
Problems installing Anjuta Micik Programming 1 06-04-2006 09:47 PM
Installing anjuta 2.0.1 kponenation Slackware 19 11-04-2005 04:07 AM
there are some errors when installing a anjuta icoming Linux - Software 4 05-17-2004 09:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration