crossplatform.ru

Здравствуйте, гость ( Вход | Регистрация )

 
Ответить в данную темуНачать новую тему
> OpenLanhouse, Обсуждение GTK+ и Python исходников с сайта
Admin
  опции профиля:
сообщение 15.9.2008, 10:03
Сообщение #1


Администратор
****

Группа: Администратор
Сообщений: 646
Регистрация: 9.10.2007
Из: crossplatform.ru
Пользователь №: 1

Спасибо сказали: 17 раз(а)




Репутация:   2  


Цитата
OpenLanhouse является новым CyberCafé менеджером для Gnome!
Далее...
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
Гость_dothem_*
сообщение 5.6.2010, 14:43
Сообщение #2





Гости








    


При установки модуля certtool на win32 выдаёт следующую ошибку:

C:\Documents and Settings\python-certtool>python setup.py install
running install
running build
running build_ext
building 'certtool' extension
creating build
creating build\temp.win32-2.6
creating build\temp.win32-2.6\Release
creating build\temp.win32-2.6\Release\src
C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Python26\include -IC:\Pytho
n26\PC -c src/template.c -o build\temp.win32-2.6\Release\src\template.o
src/template.c:410:3: warning: no newline at end of file
C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Python26\include -IC:\Pytho
n26\PC -c src/privkey.c -o build\temp.win32-2.6\Release\src\privkey.o
src/privkey.c: In function `PrivKey_new':
src/privkey.c:69: warning: assignment makes pointer from integer without a cast
src/privkey.c:70: warning: assignment makes pointer from integer without a cast
src/privkey.c:123:3: warning: no newline at end of file
C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Python26\include -IC:\Pytho
n26\PC -c src/self-signed.c -o build\temp.win32-2.6\Release\src\self-signed.o
In file included from src/self-signed.c:21:
src/privkey.h:27:26: warning: no newline at end of file
In file included from src/self-signed.c:22:
src/template.h:32:27: warning: no newline at end of file
src/self-signed.c:143:3: warning: no newline at end of file
C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\Python26\include -IC:\Pytho
n26\PC -c src/certtool.c -o build\temp.win32-2.6\Release\src\certtool.o
In file included from src/certtool.c:28:
src/template.h:32:27: warning: no newline at end of file
In file included from src/certtool.c:29:
src/privkey.h:27:26: warning: no newline at end of file
In file included from src/certtool.c:30:
src/self-signed.h:27:29: warning: no newline at end of file
src/certtool.c: In function `certtool_load_private_key':
src/certtool.c:139: warning: passing arg 1 of `gnutls_x509_privkey_init' from in
compatible pointer type
src/certtool.c:155: warning: passing arg 1 of `gnutls_x509_privkey_import' from
incompatible pointer type
src/certtool.c:162: warning: assignment makes pointer from integer without a cas
t
src/certtool.c:123: warning: unused variable `file_obj'
src/certtool.c: In function `certtool_generate_private_key':
src/certtool.c:194: warning: passing arg 1 of `gnutls_x509_privkey_init' from in
compatible pointer type
src/certtool.c:201: warning: assignment makes pointer from integer without a cas
t
src/certtool.c: In function `certtool_generate_self_signed':
src/certtool.c:249: warning: passing arg 1 of `gnutls_x509_crt_init' from incomp
atible pointer type
src/certtool.c:269: warning: passing arg 1 of `gnutls_x509_crt_set_dn_by_oid' fr
om incompatible pointer type
src/certtool.c:276: warning: passing arg 1 of `gnutls_x509_crt_set_dn_by_oid' fr
om incompatible pointer type
src/certtool.c:282: warning: passing arg 1 of `gnutls_x509_crt_set_dn_by_oid' fr
om incompatible pointer type
src/certtool.c:289: warning: passing arg 1 of `gnutls_x509_crt_set_dn_by_oid' fr
om incompatible pointer type
src/certtool.c:296: warning: passing arg 1 of `gnutls_x509_crt_set_dn_by_oid' fr
om incompatible pointer type
src/certtool.c:303: warning: passing arg 1 of `gnutls_x509_crt_set_dn_by_oid' fr
om incompatible pointer type
src/certtool.c:307: warning: passing arg 1 of `gnutls_x509_crt_set_activation_ti
me' from incompatible pointer type
src/certtool.c:316: warning: initialization makes pointer from integer without a
cast
src/certtool.c:319: warning: passing arg 1 of `gnutls_x509_crt_set_expiration_ti
me' from incompatible pointer type
src/certtool.c:327: warning: passing arg 2 of `gnutls_x509_crt_set_key' from inc
ompatible pointer type
src/certtool.c:351: warning: passing arg 3 of `gnutls_x509_crt_sign2' from incom
patible pointer type
src/certtool.c:259: warning: unused variable `email'
writing build\temp.win32-2.6\Release\src\certtool.def
creating build\lib.win32-2.6
C:\MinGW\bin\gcc.exe -mno-cygwin -shared -s build\temp.win32-2.6\Release\src\tem
plate.o build\temp.win32-2.6\Release\src\privkey.o build\temp.win32-2.6\Release\
src\self-signed.o build\temp.win32-2.6\Release\src\certtool.o build\temp.win32-2
.6\Release\src\certtool.def -LC:\Python26\libs -LC:\Python26\PCbuild -lgcrypt -l
gnutls -lgnutls-extra -lpython26 -lmsvcr90 -o build\lib.win32-2.6\certtool.pyd
build\temp.win32-2.6\Release\src\template.o:template.c:(.text+0x12b): undefined
reference to `_imp__PyExc_TypeError'
build\temp.win32-2.6\Release\src\template.o:template.c:(.text+0x153): undefined
reference to `_imp__PyExc_TypeError'
build\temp.win32-2.6\Release\src\template.o:template.c:(.text+0x1c2): undefined
reference to `_imp__PyExc_TypeError'
build\temp.win32-2.6\Release\src\template.o:template.c:(.text+0x1ea): undefined
reference to `_imp__PyExc_TypeError'
build\temp.win32-2.6\Release\src\template.o:template.c:(.text+0x259): undefined
reference to `_imp__PyExc_TypeError'
build\temp.win32-2.6\Release\src\template.o:template.c:(.text+0x281): more undef
ined references to `_imp__PyExc_TypeError' follow
build\temp.win32-2.6\Release\src\privkey.o:privkey.c:(.text+0x8a): undefined ref
erence to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\privkey.o:privkey.c:(.text+0x9f): undefined ref
erence to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\self-signed.o:self-signed.c:(.text+0x8a): undef
ined reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\self-signed.o:self-signed.c:(.text+0x9f): undef
ined reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x308): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x31d): more undef
ined references to `_imp__PyExc_SystemError' follow
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x392): undefined
reference to `_imp__PyExc_IOError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x3a3): undefined
reference to `_imp__PyExc_IOError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x3e1): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x3f6): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x49e): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x4b3): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x4d9): undefined
reference to `_imp__PyExc_ValueError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x4ea): undefined
reference to `_imp__PyExc_ValueError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x50f): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x524): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x5e2): undefined
reference to `_imp__PyExc_TypeError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x5f3): undefined
reference to `_imp__PyExc_TypeError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x62e): undefined
reference to `_imp__PyExc_TypeError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x63f): undefined
reference to `_imp__PyExc_TypeError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x67c): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x691): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x6b9): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x6ce): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x8e8): undefined
reference to `_imp__PyExc_SystemError'
build\temp.win32-2.6\Release\src\certtool.o:certtool.c:(.text+0x8fd): more undef
ined references to `_imp__PyExc_SystemError' follow
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1


Может кто знает решение проблемы?
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
Гость_dothem_*
сообщение 5.6.2010, 14:48
Сообщение #3





Гости








    


Этот модуль требует openlh-core
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение

Быстрый ответОтветить в данную темуНачать новую тему
Теги
Нет тегов для показа


1 чел. читают эту тему (гостей: 1, скрытых пользователей: 0)
Пользователей: 0




RSS Текстовая версия Сейчас: 28.3.2024, 13:03