[openmamba-users-it] kdevelop

Silvan Calarco silvan.calarco a mambasoft.it
Mar 19 Giu 2007 19:22:49 CEST


Ho visto che hai mandato il log ma non è passato perché troppo grande, 
comunque riporto di seguito la parte dove c'e' quello che ci serve. Manca il 
file di include X11/Intrinsic.h che è in libXt-devel. Installa il pacchetto e 
riprova, dopodiché se ci sono altri errori non devi guardare proprio in fondo 
al config.log perché ci sono le output variables, vai un pò più su per 
cercare l'errore.

ciao,
Silvan

configure:28846: gcc -o 
conftest -std=iso9899:1990 -W -Wall -Wchar-subscripts -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -g3 -fno-inline   -Wformat-security -Wmissing-format-attribute   
conftest.c -lXt  >&5
conftest.c:44:27: error: X11/Intrinsic.h: No such file or directory
conftest.c: In function 'main':
conftest.c:48: warning: implicit declaration of function 'XtMalloc'
configure:28852: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "aaa"
| #define VERSION "0.1"
| #define KDELIBSUFF ""
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_SGI_STL 1
| #define HAVE_STRLCAT 1
| #define HAVE_STRLCAT_PROTO 1
| #define HAVE_STRLCPY 1
| #define HAVE_STRLCPY_PROTO 1
| #define HAVE_CRYPT 1
| #define kde_socklen_t socklen_t
| #define ksize_t socklen_t
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_SYS_BITYPES_H 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT 1
| #define HAVE_RES_INIT_PROTO 1
| #define SIZEOF_INT 4
| #define SIZEOF_SHORT 2
| #define SIZEOF_LONG 4
| #define SIZEOF_CHAR_P 4
| #define SIZEOF_SIZE_T 4
| #define SIZEOF_UNSIGNED_LONG 4
| #define HAVE_VSNPRINTF 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| #include <X11/Intrinsic.h>
| int
| main ()
| {
| XtMalloc(1)
|   ;
|   return 0;
| }
configure:28984: error: Can't find X includes. Please check your installation 
and add the correct paths!


Alle lunedì 18 giugno 2007, riccardo moja ha scritto:
> sto guardando il file config.log, ma non è che riesco a interpretarlo
> molto. Solo verso la riga 2000 dice questo:
>
> install_sh='$(SHELL) /mnt/hda3/home/guelfo/aaa/admin/install-sh'
> kde_appsdir=''
> kde_bindir=''
> kde_confdir=''
> kde_datadir=''
> kde_htmldir=''
> kde_icondir=''
> kde_includes=''
> kde_kcfgdir=''
> kde_libraries=''
> kde_libs_htmldir='/opt/kde3/share/doc/HTML'
> kde_libs_prefix='/opt/kde3'
> kde_locale=''
> kde_mimedir=''
> kde_moduledir=''
> kde_qtver='3'
> kde_servicesdir=''
> kde_servicetypesdir=''
> kde_sounddir=''
> kde_styledir=''
> kde_templatesdir=''
> kde_wallpaperdir=''
> kde_widgetdir=''
> kdeinitdir=''
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localedir='${datarootdir}/locale'
> localstatedir='${prefix}/var'
> mandir='${datarootdir}/man'
> mkdir_p='/bin/mkdir -p'
> oldincludedir='/usr/include'
> pdfdir='${docdir}'
> prefix='/opt/kde3'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> qt_includes=''
> qt_libraries=''
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target='i686-pc-linux-gnu'
> target_alias=''
> target_cpu='i686'
> target_os='linux-gnu'
> target_vendor='pc'
> unsermake_enable_pch_FALSE=''
> unsermake_enable_pch_TRUE='#'
> x_includes='NONE'
> x_libraries='NONE'
> xdg_appsdir=''
> xdg_directorydir=''
> xdg_menudir=''
>
> forse c'entra qualcosa?
>
> prima di dare errore è così
>
> #define HAVE_STRLCPY_PROTO 1
> #define HAVE_CRYPT 1
> #define kde_socklen_t socklen_t
> #define ksize_t socklen_t
> #define HAVE_SYS_TYPES_H 1
> #define HAVE_STDINT_H 1
> #define HAVE_SYS_BITYPES_H 1
> #define HAVE_RES_INIT 1
> #define HAVE_RES_INIT 1
> #define HAVE_RES_INIT_PROTO 1
> #define SIZEOF_INT 4
> #define SIZEOF_SHORT 2
> #define SIZEOF_LONG 4
> #define SIZEOF_CHAR_P 4
> #define SIZEOF_SIZE_T 4
> #define SIZEOF_UNSIGNED_LONG 4
> #define HAVE_VSNPRINTF 1
> #define HAVE_SNPRINTF 1
>
> configure: exit 1
>
> ma non so quanto c'entri.
>
> Il 18/06/07, Silvan Calarco<silvan.calarco a mambasoft.it> ha scritto:
> > Se guardi il config.log dovresti trovare più precisamente qual è la
> > libreria che manca (probabilmente saranno più di una se non hai mai
> > compilato un'applicazione per X).
> >
> > ciao,
> > Silvan
> >
> > Alle lunedì 18 giugno 2007, riccardo moja ha scritto:
> > > Ho provato a fare un programma con Kdevelop.
> > > Ho fatto un nuovo progetto KDE/C++ applicatio e, ho inserito tutto
> > > quello che mi chiede.
> > > A questo punto suppongo di avere tutto il necessario per fare una
> > > prova e compilare. Allora dico di compilare il progetto.
> > > Mi dice che non c'è il makefile e lo fa, poi fa il ./configure, solo
> > > che a un certo punto mi da:
> > >
> > > checking for X...
> > > configure: error: Can't find X includes. Please check your
> > > installation and add the correct paths!
> > > *** Uscito con stato: 1 ***
> > >
> > >
> > > allora ho installato molti pacchetti relativi a X, tra cui:
> > > Xorg, zorg-apps-base, zorg-ext-libglx, xorg-server, zorg-server-devel,
> > > xorg-server-xgl, libX11, libX11-devel
> > >
> > > solo che mi da sempre quell'errore. C'è qualcos'altro che devo
> > > mettere? Oppure sono semplicemente stupido e un progetto iniziale di
> > > Kdevelop KDE/C++ appena creato non è compilabile, o ancora meglio devo
> > > settare qualcosa in Kdevelop per fargli trovare il percorso degli
> > > header di X?
> >
> > --
> > mambaSoft di Silvan Calarco - http://www.mambasoft.it
> > openmamba GNU/Linux development - http://www.openmamba.org



-- 
mambaSoft di Silvan Calarco - http://www.mambasoft.it
openmamba GNU/Linux development - http://www.openmamba.org
-------------- parte successiva --------------
Un allegato non testuale è stato rimosso....
Nome:        non disponibile
Tipo:        application/pgp-signature
Dimensione:  189 bytes
Descrizione: This is a digitally signed message part.
Url:         http://tao/pipermail/openmamba-users-it/attachments/20070619/13b843e5/attachment-0001.bin 


Maggiori informazioni sulla lista openmamba-users-it