View Full Version : amsn linux messenger
Simone XP
23-05-2003, 20:16
Ciao, vorrei sapere come posso installare i plugins per il freedesktop docking per Amsn.
Ho provato a fare quanto scritto del file readme ma mi chiede le Tcl
freeman@linux:~/msn/plugins/traydock> ./configure
checking for Tcl configuration... configure: WARNING: Can't find Tcl configuration definitions
freeman@linux:~/msn/plugins/traydock>
Cosa posso fare?
grazie ciao
Simone XP
24-05-2003, 18:29
up
ilsensine
24-05-2003, 19:10
"ovviamente" hai tcl installato, spero.
Cmq in genere configure crea un file di log (chiamato di solito configure.log) dove puoi trovare qualche informazione più "utile" (forse)
Simone XP
24-05-2003, 19:18
Originally posted by "ilsensine"
"ovviamente" hai tcl installato, spero.
Cmq in genere configure crea un file di log (chiamato di solito configure.log) dove puoi trovare qualche informazione più "utile" (forse)
ciao, io tcl dovrei averlo installato, ma non ne sono sicuro!
come posso vedere se l'ho installato?
ilsensine
24-05-2003, 20:08
Controlla ad es. se hai i file
/usr/bin/tclsh
/usr/include/tcl.h oppure /usr/local/include/tcl.h
scusate se mi intrometto...ma a cosa dovrebbe servire quel plugin??
Originally posted by "SteR9"
scusate se mi intrometto...ma a cosa dovrebbe servire quel plugin??
Intendi Tcl? E' un linguaggio di programmazione interpretato da tclsh
Simone XP
25-05-2003, 09:58
Originally posted by "ilsensine"
Controlla ad es. se hai i file
/usr/bin/tclsh
/usr/include/tcl.h oppure /usr/local/include/tcl.h
/usr/bin/tclsh c'è, vuole dire che è installato vero?
ciao
Simone XP
25-05-2003, 09:59
può essere di aiuto?
freeman@linux:~/msn/plugins/traydock> ./configure --with-tcl=/path/to/tcl --with-tk=/path/to/tk
checking for Tcl configuration... configure: error: /path/to/tcl directory doesn't contain tclConfig.sh
freeman@linux:~/msn/plugins/traydock>
dando il comando --with-tcl=/path/to/tcl --with-tk=/path/to/tk dopo ./configure mi dice questo!
ciao
Originally posted by "Simone XP"
/usr/bin/tclsh c'è, vuole dire che è installato vero?
ciao
Controlla nel ./configure dove va a cercare tcl.
Simone XP
25-05-2003, 10:31
Originally posted by "SteR9"
scusate se mi intrometto...ma a cosa dovrebbe servire quel plugin??
intendi dire freedesktop?
serve per mettere un icona quando il programma è minimizzato!
è essenziale!
ciao
Simone XP
25-05-2003, 10:33
Originally posted by "lovaz"
Controlla nel ./configure dove va a cercare tcl.
credo in /path/to/tcl
Simone XP
26-05-2003, 12:53
continuo a non riuscirci...
Simone XP
28-05-2003, 21:32
ho scaricato le tcl dal sito e le ho compilate...risultato:
freeman@linux:~/msn/plugins/traydock> ./configure
checking for Tcl configuration... found /home/freeman/tcl8.4.3/unix/tclConfig.sh
checking for Tk configuration... found /usr/lib/tkConfig.sh
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for imlib-config... no
checking for IMLIB - version >= 1.8.2... no
*** The imlib-config script installed by IMLIB could not be found
*** If IMLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the IMLIB_CONFIG environment variable to the
*** full path to imlib-config.
ERROR: Needs a system with Imlib 1.8.2 or higher
You can obtain it from:
ftp://ftp.enlightenment.org/pub/enlightenment/
ftp://www.rasterman.com/pub/enlightenment/
ftp://ftp.labs.redhat.com/pub/imlib/
configure: error: Fatal Error: no Imlib detected.
freeman@linux:~/msn/plugins/traydock>
dove le trovo queste Imlib 1.8.2? sono andato su google l' ho trovato ma non me lo compila, errori di vario genere, qualcuno di voi può indicarmi un link o darmi una versione funzionante ?
grazie ciao
ilsensine
29-05-2003, 07:41
Originally posted by "Simone XP"
credo in /path/to/tcl
Non avrai scritto letteralmente "/path/to/tcl", vero? :D
Perché non ricominci dall'inizio, esaminando configure.log come ti ho consigliato?
Simone XP
29-05-2003, 15:18
Originally posted by "ilsensine"
Non avrai scritto letteralmente "/path/to/tcl", vero? :D
Perché non ricominci dall'inizio, esaminando configure.log come ti ho consigliato?
no, ma ho risolto il problema, ora ne ho un altro !!!! (guarda su, non mi chiede più tcl che ho già installato)
ilsensine
29-05-2003, 15:51
Cerca dai pacchetti della tua distribuzione, sicuramente avrai imlib/libimlib/libimlib-devel/ecc.
Simone XP
29-05-2003, 16:12
Originally posted by "ilsensine"
Cerca dai pacchetti della tua distribuzione, sicuramente avrai imlib/libimlib/libimlib-devel/ecc.
il pacchetto è correttamente installato guarda:
freeman@linux:/usr/bin> imlib-config
Usage: imlib-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--libs] [--libs-gdk] [--cflags] [--cflags-gdk]
freeman@linux:/usr/bin> imlib config
bash: imlib: command not found
freeman@linux:/usr/bin> imlib-config --version
1.9.10
freeman@linux:/usr/bin>
ma cosa devo fare per farlo riconoscere?
ilsensine
29-05-2003, 16:16
Sulla Mandrake ci sono 4 pacchetti relativi a imlib, tra cui libimlib1-devel, necessario per compilare programmi che usano queste librerie.
Anche qui, configure.log ti può indicare cosa vuole.
Simone XP
29-05-2003, 16:46
Originally posted by "ilsensine"
Sulla Mandrake ci sono 4 pacchetti relativi a imlib, tra cui libimlib1-devel, necessario per compilare programmi che usano queste librerie.
Anche qui, configure.log ti può indicare cosa vuole.
dal momento che non riesco a trovare nulla di utile nel file config.log .....
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by FULL-PACKAGE-NAME configure VERSION, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = linux
uname -m = i686
uname -r = 2.4.20-4GB-athlon
uname -s = Linux
uname -v = #1 Mon Mar 17 17:56:47 UTC 2003
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /bin
PATH: /usr/games
PATH: /opt/gnome2/bin
PATH: /opt/gnome/bin
PATH: /opt/kde3/bin
PATH: /usr/lib/java/jre/bin
PATH: /opt/gnome/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1305: checking for Tcl configuration
configure:1376: result: found /home/freeman/tcl8.4.3/unix/tclConfig.sh
configure:1403: checking for Tk configuration
configure:1471: result: found /usr/lib/tkConfig.sh
configure:1538: checking for gcc
configure:1554: found /usr/bin/gcc
configure:1564: result: gcc
configure:1808: checking for C compiler version
configure:1811: gcc --version </dev/null >&5
gcc (GCC) 3.3 20030226 (prerelease) (SuSE Linux)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:1814: $? = 0
configure:1816: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-suse-linux/3.3/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib --enable-languages=c,c++,f77,objc,java,ada --disable-checking --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i486-suse-linux
Thread model: posix
gcc version 3.3 20030226 (prerelease) (SuSE Linux)
configure:1819: $? = 0
configure:1821: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1824: $? = 1
configure:1848: checking for C compiler default output
configure:1851: gcc conftest.c >&5
configure:1854: $? = 0
configure:1900: result: a.out
configure:1905: checking whether the C compiler works
configure:1911: ./a.out
configure:1914: $? = 0
configure:1931: result: yes
configure:1938: checking whether we are cross compiling
configure:1940: result: no
configure:1943: checking for suffix of executables
configure:1945: gcc -o conftest conftest.c >&5
configure:1948: $? = 0
configure:1973: result:
configure:1979: checking for suffix of object files
configure:2001: gcc -c conftest.c >&5
configure:2004: $? = 0
configure:2026: result: o
configure:2030: checking whether we are using the GNU C compiler
configure:2055: gcc -c conftest.c >&5
configure:2058: $? = 0
configure:2061: test -s conftest.o
configure:2064: $? = 0
configure:2077: result: yes
configure:2083: checking whether gcc accepts -g
configure:2105: gcc -c -g conftest.c >&5
configure:2108: $? = 0
configure:2111: test -s conftest.o
configure:2114: $? = 0
configure:2125: result: yes
configure:2142: checking for gcc option to accept ANSI C
configure:2203: gcc -c -g -O2 conftest.c >&5
configure:2206: $? = 0
configure:2209: test -s conftest.o
configure:2212: $? = 0
configure:2230: result: none needed
configure:2248: gcc -c -g -O2 conftest.c >&5
conftest.c:2: error: parse error before "me"
configure:2251: $? = 1
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:2438: checking for imlib-config
configure:2456: found /usr/bin/imlib-config
configure:2469: result: /usr/bin/imlib-config
configure:2477: checking for IMLIB - version >= 1.8.2
configure:2566: gcc -pipe -o conftest -fPIC -I/usr/X11R6/include conftest.c -L/usr/lib -lImlib -ljpeg -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11 >&5
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot find -lpng
collect2: ld returned 1 exit status
configure:2569: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 2501 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "FULL-PACKAGE-NAME"
| #define PACKAGE_TARNAME "full-package-name"
| #define PACKAGE_VERSION "VERSION"
| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <stdlib.h>
| #include <string.h>
| #include <Imlib.h>
|
| char*
| my_strdup (char *str)
| {
| char *new_str;
|
| if (str)
| {
| new_str = malloc ((strlen (str) + 1) * sizeof(char));
| strcpy (new_str, str);
| }
| else
| new_str = NULL;
|
| return new_str;
| }
|
| int main ()
| {
| int major, minor, micro;
| char *tmp_version;
|
| system ("touch conf.imlibtest");
|
| /* HP/UX 9 (%@#!) writes to sscanf strings */
| tmp_version = my_strdup("1.8.2");
| if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
| printf("%s, bad version string\n", "1.8.2");
| exit(1);
| }
|
| if ((1 > major) ||
| ((1 == major) && (9 > minor)) ||
| ((1 == major) && (9 == minor) &&
| (10 >= micro)))
| {
| return 0;
| }
| else
| {
| printf("\n*** 'imlib-config --version' returned %d.%d, but the minimum version\n", 1, 9);
| printf("*** of IMLIB required is %d.%d. If imlib-config is correct, then it is\n", major, minor);
| printf("*** best to upgrade to the required version.\n");
| printf("*** If imlib-config was wrong, set the environment variable IMLIB_CONFIG\n");
| printf("*** to point to the correct copy of imlib-config, and remove the file\n");
| printf("*** config.cache before re-running configure\n");
| return 1;
| }
| }
|
|
configure:2596: result: no
configure:2630: gcc -pipe -o conftest -fPIC -I/usr/X11R6/include conftest.c -L/usr/lib -lImlib -ljpeg -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11 >&5
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot find -lpng
collect2: ld returned 1 exit status
configure:2633: $? = 1
configure: failed program was:
| #line 2610 "configure"
| /* confdefs.h. */
|
| #define PACKAGE_NAME "FULL-PACKAGE-NAME"
| #define PACKAGE_TARNAME "full-package-name"
| #define PACKAGE_VERSION "VERSION"
| #define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
| #define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
| /* end confdefs.h. */
|
| #include <stdio.h>
| #include <Imlib.h>
|
| int
| main ()
| {
| return 0;
| ;
| return 0;
| }
configure:2672: error: Fatal Error: no Imlib detected.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_c_compiler_gnu=yes
ac_cv_c_tclconfig=/home/freeman/tcl8.4.3/unix
ac_cv_c_tkconfig=/usr/lib
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_objext=o
ac_cv_path_IMLIB_CONFIG=/usr/bin/imlib-config
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
## ----------------- ##
## Output variables. ##
## ----------------- ##
CC='gcc -pipe'
CFLAGS='-fPIC'
CFLAGS_DEBUG=''
CFLAGS_OPTIMIZE=''
CPP=''
CPPFLAGS=''
DEFS=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
IMLIB_CFLAGS=''
IMLIB_CONFIG='/usr/bin/imlib-config'
IMLIB_LIBS=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS'
PACKAGE_NAME='FULL-PACKAGE-NAME'
PACKAGE_STRING='FULL-PACKAGE-NAME VERSION'
PACKAGE_TARNAME='full-package-name'
PACKAGE_VERSION='VERSION'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
SHLIB_CFLAGS=''
SHLIB_LD='gcc -pipe -shared'
SHLIB_LDFLAGS=''
STLIB_LD=''
TCL_INCLUDE_SPEC='-I/usr/local/include'
TCL_LIB_SPEC='-L/usr/local/lib -ltcl8.4${TCL_DBGX}'
TCL_SRC_DIR='/home/freeman/tcl8.4.3'
TK_LIBS='-L/usr/X11R6/lib -lX11 -ldl -lpthread -lieee -lm'
TK_LIB_SPEC='-L/usr/lib -ltk8.4'
TK_SRC_DIR='/usr/src/packages/BUILD/tk8.4.2'
XINCLUDES='-I/usr/X11R6/include'
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='/usr/local'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
#define PACKAGE_NAME "FULL-PACKAGE-NAME"
#define PACKAGE_STRING "FULL-PACKAGE-NAME VERSION"
#define PACKAGE_TARNAME "full-package-name"
#define PACKAGE_VERSION "VERSION"
configure: exit 1
prova a darci un occhiata tu! :D
ilsensine
30-05-2003, 07:57
Leggi bene:
Originally posted by "./configure"
configure:2477: checking for IMLIB - version >= 1.8.2
configure:2566: gcc -pipe -o conftest -fPIC -I/usr/X11R6/include conftest.c -L/usr/lib -lImlib -ljpeg -ltiff -lungif -lpng -lz -lm -lXext -L/usr/X11R6/lib -lSM -lICE -lXext -lX11 >&5
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: [/siz]
Come vedi, se configure riporta un problema, può anche essere causato da qualcosa di completamente diverso ;)
Nel tuo caso manca la libpng, prendi i cd e installala ;)
Simone XP
30-05-2003, 15:33
sei un mito!!!!!!!!!!!!!!
Ho installato il pacchetto e compilato il plugin, l'unica cosa che non ho capito è come mai anche se è attivo free desktop quando minimizzo il programma rimane il programma ridotto a icona nella barra delle applicazioni e in più l'icona. :rolleyes:
ciao
Simone XP
30-05-2003, 15:52
senti ilsensine, mi puoi fare un altro favore?
mi dici cosa dovrei installare per correggere questo errore?? :D :D
freeman@linux:~/lopster-1.2.0> ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... none needed
checking for a BSD compatible install... /usr/bin/install -c
checking whether byte ordering is bigendian... no
checking for working const... yes
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for locale.h... yes
checking for fcntl.h... yes
checking for sys/time.h... yes
checking for unistd.h... yes
checking for liblconv.h... no
checking for lconv_conv in -llconv... no
checking for setlocale... yes
checking for mkdir... yes
checking for socket... yes
checking for strdup... yes
checking for strcasestr... yes
checking for gtk-config... no
checking for GTK - version >= 1.2.0... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: GTK is required!
freeman@linux:~/lopster-1.2.0>
questo è il config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:568: checking for a BSD compatible install
configure:621: checking whether build environment is sane
configure:678: checking whether make sets ${MAKE}
configure:724: checking for working aclocal
configure:737: checking for working autoconf
configure:750: checking for working automake
configure:763: checking for working autoheader
configure:776: checking for working makeinfo
configure:796: checking for gcc
configure:909: checking whether the C compiler (gcc ) works
configure:925: gcc -o conftest conftest.c 1>&5
configure:951: checking whether the C compiler (gcc ) is a cross-compiler
configure:956: checking whether we are using GNU C
configure:965: gcc -E conftest.c
configure:984: checking whether gcc accepts -g
configure:1016: checking for POSIXized ISC
configure:1040: checking for gcc option to accept ANSI C
configure:1093: gcc -c -g -O2 conftest.c 1>&5
configure:1128: checking for a BSD compatible install
configure:1182: checking whether byte ordering is bigendian
configure:1200: gcc -c -g -O2 conftest.c 1>&5
configure:1215: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:1210: error: `not' undeclared (first use in this function)
configure:1210: error: (Each undeclared identifier is reported only once
configure:1210: error: for each function it appears in.)
configure:1210: error: parse error before "big"
configure: failed program was:
#line 1204 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
; return 0; }
configure:1272: checking for working const
configure:1326: gcc -c -g -O2 conftest.c 1>&5
configure:1348: checking how to run the C preprocessor
configure:1369: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1428: checking for ANSI C header files
configure:1441: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1508: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1535: checking for locale.h
configure:1545: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1535: checking for fcntl.h
configure:1545: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1535: checking for sys/time.h
configure:1545: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1535: checking for unistd.h
configure:1545: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1575: checking for liblconv.h
configure:1585: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1581:22: liblconv.h: No such file or directory
configure: failed program was:
#line 1580 "configure"
#include "confdefs.h"
#include <liblconv.h>
configure:1612: checking for lconv_conv in -llconv
configure:1631: gcc -o conftest -g -O2 conftest.c -llconv 1>&5
/usr/lib/gcc-lib/i486-suse-linux/3.3/../../../../i486-suse-linux/bin/ld: cannot find -llconv
collect2: ld returned 1 exit status
configure: failed program was:
#line 1620 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char lconv_conv();
int main() {
lconv_conv()
; return 0; }
configure:1662: checking for setlocale
configure:1690: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1662: checking for mkdir
configure:1690: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1662: checking for socket
configure:1690: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1662: checking for strdup
configure:1690: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1662: checking for strcasestr
configure:1690: gcc -o conftest -g -O2 conftest.c 1>&5
configure:1766: checking for gtk-config
configure:1801: checking for GTK - version >= 1.2.0
ilsensine
30-05-2003, 16:05
Mai sentito parlare di libgtk+1.2-devel ?
Simone XP
30-05-2003, 16:11
Originally posted by "ilsensine"
Mai sentito parlare di libgtk+1.2-devel ?
si, quindi devo installare i devel.....senti, ma cosa sono i devel? :rolleyes:
ilsensine
30-05-2003, 16:14
Le librerie nei cd sono in due formati: le librerie "normali" che contengono solo gli oggetti .so (equivalenti circa alle dll di windows) e la versione "devel", che contiene gli header, programmi di supporto, archivi statici e tutto il necessario per compilare un programma che fa uso di quella libreria.
Non basta aver installato la libreria xyz per poter compilare programmi che la usano, ma serve anche la versione devel.
Nota che se installi le librerie da sorgenti, make install installa tutto (.so, header ecc.). Le gtk+ è sconsigliato installarle dai sorgenti, nei cd sicuramente c'è il pacchetto devel che ti serve.
Simone XP
30-05-2003, 16:18
dove le trovo? nei cd non c'è, l'ho scaricato ma non è quello che serve a me!
ilsensine
30-05-2003, 16:23
Ci deve essere per forza...
Gli strumenti di gestione pacchetti della Suse consentono una ricerca per _nome_ di un file, per vedere in quale pacchetto sta? (rpmdrake lo fa, e mi ha salvato tante volte)
Simone XP
30-05-2003, 16:24
Originally posted by "ilsensine"
Ci deve essere per forza...
Gli strumenti di gestione pacchetti della Suse consentono una ricerca per _nome_ di un file, per vedere in quale pacchetto sta? (rpmdrake lo fa, e mi ha salvato tante volte)
infatti c'è gtk-devel, l'ho installato ma continua a non funzionare....
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.