Problema con X nella compilazione di un programma [UPDATE]

Installazione, configurazione e uso di programmi e strumenti.
Scrivi risposta
Avatar utente
sunriseboy
Prode Principiante
Messaggi: 169
Iscrizione: giovedì 22 novembre 2007, 20:00
Località: Lucca
Contatti:

Problema con X nella compilazione di un programma [UPDATE]

Messaggio da sunriseboy »

Ciao a tutti.
Stavo compilando per l'installazione openc6, un client chat, quando mi è uscito alla fine questo errore:

Codice: Seleziona tutto

paolo@paolo-VGN-N31Z-W:~$ cd '/home/paolo/openc6-0.9.9' 
paolo@paolo-VGN-N31Z-W:~/openc6-0.9.9$ sudo ./configure[sudo] password for paolo: 
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... 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 dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... 
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... no
checking for res_init... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for char *... yes
checking size of char *... 8
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!
paolo@paolo-VGN-N31Z-W:~/openc6-0.9.9$ 
Ovviamente dopo non c'è verso di andare avanti con make. (Tra l'altro non mi funzionano neanche i pacchetti .deb, li installa ma poi nel menu non li trovo)
Cosa mi manca?
Grazie mille!
Ultima modifica di sunriseboy il mercoledì 8 dicembre 2010, 18:04, modificato 1 volta in totale.
Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords (Win 2K sp1)
Avatar utente
sunriseboy
Prode Principiante
Messaggi: 169
Iscrizione: giovedì 22 novembre 2007, 20:00
Località: Lucca
Contatti:

Re: Problema con X nella compilazione di un programma

Messaggio da sunriseboy »

Update! Installando un pò di liberie trovate su google configure è andato bene: solo che con il make mi esce questo:

Codice: Seleziona tutto

paolo@paolo-VGN-N31Z-W:~$ cd '/home/paolo/openc6-0.9.9' 
paolo@paolo-VGN-N31Z-W:~/openc6-0.9.9$ sudo ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... 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 dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wnon-virtual-dtor... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fexceptions... yes
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -frepo... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... 
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... no
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
appending configuration tag "GCJ" to libtool
checking if gcj supports -fno-rtti -fno-exceptions... (cached) no
checking for gcj option to produce PIC... -fPIC
checking if gcj PIC flag -fPIC works... no
checking if gcj supports -c -o file.o... no
checking whether the gcj linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking for msgfmt... msgfmt
checking for gmsgfmt... msgfmt
found msgfmt program is not GNU msgfmt; ignore it
checking for xgettext... :
checking for main in -lutil... yes
checking for main in -lcompat... no
checking for crypt in -lcrypt... yes
checking for socklen_t... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for inet_ntoa... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking crt_externs.h usability... no
checking crt_externs.h presence... no
checking for crt_externs.h... no
checking for _NSGetEnviron... no
checking for sys/types.h... (cached) yes
checking for stdint.h... (cached) yes
checking for poll in -lpoll... no
checking for res_init... no
checking for killpg in -lucb... no
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 8
checking for char *... yes
checking size of char *... 8
checking for char... yes
checking size of char... 1
checking for dlopen in -ldl... yes
checking for shl_unload in -ldld... no
checking for X... libraries /usr/lib, headers .
checking for IceConnectionNumber in -lICE... yes
checking for libXext... yes
checking for pthread_create in -lpthread... yes
checking for extra includes... no
checking for extra libs... no
checking for libz... -lz
checking for libpng... -lpng -lz -lm
checking for Qt... libraries /usr/lib, headers /usr/include/qt3 using -mt
checking if Qt compiles without flags... yes
checking for moc... /usr/bin/moc
checking for uic... /usr/bin/uic
checking whether uic supports -L ... yes
checking whether uic supports -nounload ... yes
checking for rpath... yes
checking for KDE... libraries /usr/lib, headers .
checking for KDE paths... defaults
checking whether byte ordering is bigendian... no
checking for MAXPATHLEN... 4096
checking if po should be compiled... yes
checking if share should be compiled... yes
checking if src should be compiled... yes
configure: creating ./config.status
fast creating Makefile
fast creating po/Makefile
can't open ./po/Makefile.in: No such file or directory
fast creating share/Makefile
fast creating share/OpenC6/Makefile
fast creating share/OpenC6/skin-gui/Makefile
fast creating share/OpenC6/skin-gui/default/Makefile
fast creating share/OpenC6/skin-gui/default/smiley/Makefile
fast creating share/OpenC6/sounds/Makefile
fast creating share/OpenC6/sounds/default/Makefile
fast creating src/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Good - your configure finished. Start make now

paolo@paolo-VGN-N31Z-W:~/openc6-0.9.9$ make
make  all-recursive
make[1]: ingresso nella directory «/home/paolo/openc6-0.9.9»
Making all in src
make[2]: ingresso nella directory «/home/paolo/openc6-0.9.9/src»
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I/usr/include/qt3 -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT -fPIC -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -O2 -fno-exceptions -fno-check-new  -MT c6report.o -MD -MP -MF ".deps/c6report.Tpo" -c -o c6report.o c6report.cpp; \
		then mv -f ".deps/c6report.Tpo" ".deps/c6report.Po"; else rm -f ".deps/c6report.Tpo"; exit 1; fi
In file included from /usr/include/qt3/qwindowdefs.h:47,
                 from /usr/include/qt3/qwidget.h:45,
                 from c6report.h:21,
                 from c6report.cpp:19:
/usr/include/qt3/qstring.h: In member function ‘char QChar::latin1() const’:
/usr/include/qt3/qstring.h:197: warning: conversion to ‘char’ from ‘int’ may alter its value
/usr/include/qt3/qstring.h: In member function ‘void QChar::setCell(uchar)’:
/usr/include/qt3/qstring.h:222: warning: conversion to ‘ushort’ from ‘int’ may alter its value
/usr/include/qt3/qstring.h: In member function ‘void QChar::setRow(uchar)’:
/usr/include/qt3/qstring.h:223: warning: conversion to ‘ushort’ from ‘int’ may alter its value
/usr/include/qt3/qstring.h: In constructor ‘QChar::QChar(uchar, uchar)’:
/usr/include/qt3/qstring.h:267: warning: conversion to ‘ushort’ from ‘int’ may alter its value
/usr/include/qt3/qstring.h: In constructor ‘QStringData::QStringData(QChar*, uint, uint)’:
/usr/include/qt3/qstring.h:365: warning: conversion to ‘unsigned int:30’ from ‘uint’ may alter its value
/usr/include/qt3/qstring.h:365: warning: conversion to ‘unsigned int:30’ from ‘uint’ may alter its value
In file included from /usr/include/qt3/qobject.h:48,
                 from /usr/include/qt3/qwidget.h:46,
                 from c6report.h:21,
                 from c6report.cpp:19:
/usr/include/qt3/qevent.h: In constructor ‘QContextMenuEvent::QContextMenuEvent(QContextMenuEvent::Reason, const QPoint&, const QPoint&, int)’:
/usr/include/qt3/qevent.h:432: warning: conversion to ‘unsigned char’ from ‘uint’ may alter its value
/usr/include/qt3/qevent.h: In member function ‘void QDropEvent::setAction(QDropEvent::Action)’:
/usr/include/qt3/qevent.h:523: warning: conversion to ‘unsigned char’ from ‘uint’ may alter its value
In file included from c6global.h:17,
                 from c6report.cpp:22:
c6users.h: In constructor ‘C6Users::C6Users(const QString&, const QString&, C6Users::C6USER_STATUS)’:
c6users.h:47: warning: ‘C6Users::_user’ will be initialized after
c6users.h:46: warning:   ‘QString C6Users::_nick’
c6users.h:53: warning:   when initialized here
c6users.h: In constructor ‘C6Users::C6Users(const QString&, const QString&, const QString&, C6Users::C6USER_STATUS)’:
c6users.h:47: warning: ‘C6Users::_user’ will be initialized after
c6users.h:46: warning:   ‘QString C6Users::_nick’
c6users.h:61: warning:   when initialized here
c6users.h: In constructor ‘C6Msg::C6Msg(QString, QString, void*, long int)’:
c6users.h:146: warning: conversion to ‘int’ from ‘long int’ may alter its value
In file included from c6report.cpp:22:
c6global.h: At global scope:
c6global.h:83: warning: type qualifiers ignored on function return type
c6global.h:98: warning: type qualifiers ignored on function return type
c6report.cpp:143: fatal error: opening dependency file .deps/c6report.Tpo: Permesso negato
compilation terminated.
make[2]: *** [c6report.o] Errore 1
make[2]: uscita dalla directory «/home/paolo/openc6-0.9.9/src»
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory «/home/paolo/openc6-0.9.9»
make: *** [all] Errore 2
paolo@paolo-VGN-N31Z-W:~/openc6-0.9.9$ 
Dai che ci siamo :)
Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords (Win 2K sp1)
Avatar utente
sunriseboy
Prode Principiante
Messaggi: 169
Iscrizione: giovedì 22 novembre 2007, 20:00
Località: Lucca
Contatti:

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da sunriseboy »

Up  :) !
Che errore è quello del make, e come si risolve? (E come mai i normali pacchetti .deb che si trovano qui http://goo.gl/4lKHB si installano ma non li visualizzo da nessuna parte?)
Vi prego, aiutatemi  >:( !!
Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords (Win 2K sp1)
dadexix86
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 16364
Iscrizione: domenica 22 marzo 2009, 19:58
Desktop: Unity
Distribuzione: Ubuntu 18.04 x86_64
Località: Paris, France

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da dadexix86 »

Se si installano dovresti trovarli in

Codice: Seleziona tutto

nome_programma
hai provato a lanciare il make con sudo? Perché sembra un problema di permessi...
Non si dà supporto tramite mp in forum
L'utilizzo del tasto [Code] quando scrivi in forum risolve i 2/3 dei tuoi problemi
Per problemi con Skype rivolgersi qui. | Un Matematico Migrante
Avatar utente
sunriseboy
Prode Principiante
Messaggi: 169
Iscrizione: giovedì 22 novembre 2007, 20:00
Località: Lucca
Contatti:

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da sunriseboy »

Innanzitutto grazie per la risposta  (b2b) !!!
Sì, stesso errore pari pari  >:( ...
Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords (Win 2K sp1)
dadexix86
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 16364
Iscrizione: domenica 22 marzo 2009, 19:58
Desktop: Unity
Distribuzione: Ubuntu 18.04 x86_64
Località: Paris, France

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da dadexix86 »

Posso farti una domanda stupida, ma perché se hai tutti questi problemi non lo installi con il deb? O.ò
Non si dà supporto tramite mp in forum
L'utilizzo del tasto [Code] quando scrivi in forum risolve i 2/3 dei tuoi problemi
Per problemi con Skype rivolgersi qui. | Un Matematico Migrante
Avatar utente
sunriseboy
Prode Principiante
Messaggi: 169
Iscrizione: giovedì 22 novembre 2007, 20:00
Località: Lucca
Contatti:

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da sunriseboy »

Bella domanda  ;D  !!
Il .deb me lo installa regolarmente, ma poi il programma non appare in nessun menu da nessuna parte, e non riesco a lanciarlo!
Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords (Win 2K sp1)
dadexix86
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 16364
Iscrizione: domenica 22 marzo 2009, 19:58
Desktop: Unity
Distribuzione: Ubuntu 18.04 x86_64
Località: Paris, France

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da dadexix86 »

Il fatto che non compaia nei menu può essere dovuto al fatto che non usi le gtk e quindi non venga integrato.

Non funziona nemmeno se lo lanci da terminale?
Non si dà supporto tramite mp in forum
L'utilizzo del tasto [Code] quando scrivi in forum risolve i 2/3 dei tuoi problemi
Per problemi con Skype rivolgersi qui. | Un Matematico Migrante
Avatar utente
sunriseboy
Prode Principiante
Messaggi: 169
Iscrizione: giovedì 22 novembre 2007, 20:00
Località: Lucca
Contatti:

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da sunriseboy »

Se da terminale lancio openc6-0.9.9 mi dice comando non trovato...o lo lancio male :-[ ?!?
Forse non lo lancio bene? Come si usano le gtk? Nelle altre versioni di Ubuntu installavo il .deb normalmente e il lanciatore mi appariva regolarmente nel menu internet...
Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords (Win 2K sp1)
dadexix86
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 16364
Iscrizione: domenica 22 marzo 2009, 19:58
Desktop: Unity
Distribuzione: Ubuntu 18.04 x86_64
Località: Paris, France

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da dadexix86 »

Magari il comando non è quello...
prova a scrivere

Codice: Seleziona tutto

openc
e poi premere [Tab] due volte, dovrebbe darti un elenco dei completamenti possibili...

La gtk non le usi tu, ma chi scrive il codice, sono le librerie di gnome :)
Non si dà supporto tramite mp in forum
L'utilizzo del tasto [Code] quando scrivi in forum risolve i 2/3 dei tuoi problemi
Per problemi con Skype rivolgersi qui. | Un Matematico Migrante
Avatar utente
sunriseboy
Prode Principiante
Messaggi: 169
Iscrizione: giovedì 22 novembre 2007, 20:00
Località: Lucca
Contatti:

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da sunriseboy »

dadexix86 ha scritto: Magari il comando non è quello...
prova a scrivere

Codice: Seleziona tutto

openc
e poi premere [Tab] due volte, dovrebbe darti un elenco dei completamenti possibili...
Ho dato il comando che mi dici ed è uscito questo:

Codice: Seleziona tutto

paolo@paolo-VGN-N31Z-W:~$ openc6-0.9.9/
admin/           configure        Makefile.dist    share/
c6.kdevses       configure.in.in  plugins/         src/
config.status    libtool          po/   
Cosa significano?
Ultima modifica di sunriseboy il lunedì 20 dicembre 2010, 21:32, modificato 1 volta in totale.
Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords (Win 2K sp1)
Avatar utente
sunriseboy
Prode Principiante
Messaggi: 169
Iscrizione: giovedì 22 novembre 2007, 20:00
Località: Lucca
Contatti:

Re: Problema con X nella compilazione di un programma [UPDATE]

Messaggio da sunriseboy »

Lo so che è maleducazione, ma....up?!?
Your Password Must Be at Least 18770 Characters and Cannot Repeat Any of Your Previous 30689 Passwords (Win 2K sp1)
Scrivi risposta

Ritorna a “Applicazioni”

Chi c’è in linea

Visualizzano questa sezione: Google [Bot] e 14 ospiti