
J'ai 32 bit seulement. Mais je crois que 64 bit Windows n'est pas requis:
"Most programs designed for the 32-bit version of Windows will work on the 64-bit version of Windows." - http://windows.microsoft.com/en-US/wind ... -questions
codeslicer wrote:Tu as dû utiliser un Java applet
J'ai 32 bit seulement. Mais je crois que 64 bit Windows n'est pas requis:
"Most programs designed for the 32-bit version of Windows will work on the 64-bit version of Windows." - http://windows.microsoft.com/en-US/wind ... -questions
You had to use a Java applet P
huh?
codeslicer wrote:You had to use a Java applet P
huh?
Mais bon, j'oublié que la code originale était C.
Je crois que l'installateur est aussi un ZIP file...
AdRiWeB wrote:yeah he meant you "should" have used a java applet - tu aurais du utiliser un applet java
codeslicer wrote:I speak English better than French. However, I'm learning French in school, so it's really good practice for me to interact in a French community.![]()
Félicitations, Levak. Cross-compiling est vachement difficile. Si tu as besoin plus d'aide, dis-moi.![]()
levak@levak-ance:/media/JA/TI-nSpire/TNOC$ make
make -f Makefile.Release
make[1]: entrant dans le répertoire « /media/JA/TI-nSpire/TNOC »
i586-mingw32msvc-g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mwindows -Wl,-s -o release/TNOC.exe release/main.o release/tnoc.o release/moc_tnoc.o -L"/usr/local/qt4-win32/lib" -lQtGui4 -lQtCore4
release/tnoc.o:tnoc.cpp:(.text+0x14d): undefined reference to `_zip_open'
release/tnoc.o:tnoc.cpp:(.text+0x187): undefined reference to `_zip_close'
release/tnoc.o:tnoc.cpp:(.text+0x2a6): undefined reference to `_zip_name_locate'
release/tnoc.o:tnoc.cpp:(.text+0x2af): undefined reference to `_zip_delete'
release/tnoc.o:tnoc.cpp:(.text+0x2bf): undefined reference to `_zip_name_locate'
release/tnoc.o:tnoc.cpp:(.text+0x2c8): undefined reference to `_zip_delete'
release/tnoc.o:tnoc.cpp:(.text+0x2e3): undefined reference to `_zip_name_locate'
release/tnoc.o:tnoc.cpp:(.text+0x2ec): undefined reference to `_zip_delete'
collect2: ld a retourné 1 code d'état d'exécution
make[1]: *** [release/TNOC.exe] Erreur 1
make[1]: quittant le répertoire « /media/JA/TI-nSpire/TNOC »
make: *** [release] Erreur 2
levak@levak-ance:/media/JA/TI-nSpire/TNOC$
levak@levak-ance:/media/JA/TI-nSpire/TNOC$ make
make -f Makefile.Release
make[1]: entrant dans le répertoire « /media/JA/TI-nSpire/TNOC »
i586-mingw32msvc-g++ -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mwindows -Wl,-s -o release/TNOC.exe release/main.o release/tnoc.o release/moc_tnoc.o -L"/usr/local/qt4-win32/lib" -lQtGui4 -lQtCore4 -lzlib
/usr/lib/gcc/i586-mingw32msvc/4.2.1-sjlj/../../../../i586-mingw32msvc/bin/ld: cannot find -lzlib
collect2: ld a retourné 1 code d'état d'exécution
make[1]: *** [release/TNOC.exe] Erreur 1
make[1]: quittant le répertoire « /media/JA/TI-nSpire/TNOC »
make: *** [release] Erreur 2
levak@levak-ance:/media/JA/TI-nSpire/TNOC$
#############################################################################
# Makefile for building: TNOC
# Generated by qmake (2.01a) (Qt 4.6.2) on: mer. août 4 17:25:49 2010
# Project: TNOC.pro
# Template: app
#############################################################################
####### Compiler, tools and options
CC = i586-mingw32msvc-gcc
CXX = i586-mingw32msvc-g++
DEFINES = -DUNICODE -DQT_LARGEFILE_SUPPORT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB
CFLAGS = -O2 -Wall $(DEFINES)
CXXFLAGS = -O2 -Wall $(DEFINES)
INCPATH = -I"/usr/local/qt4-win32/include/zlib" -I"/usr/local/qt4-win32/include/libzip/lib" -I"/usr/local/qt4-win32/include/QtCore" -I"/usr/local/qt4-win32/include/QtGui" -I"/usr/local/qt4-win32/include" -I"." -I"release" -I"." -I"/usr/i586-mingw32msvc/include" -I"/usr/share/qt4/mkspecs/win32-x-g++"
LINK = i586-mingw32msvc-g++
LFLAGS = -mthreads -Wl,-enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -mwindows -Wl,-s
LIBS = -L"/usr/local/qt4-win32/lib" -lQtGui4 -lQtCore4 -lzlib
QMAKE = /usr/bin/qmake-qt4
IDC = /usr/bin/idc
IDL = midl
ZIP = zip -r -9
DEF_FILE =
RES_FILE =
COPY =
COPY_FILE = $(COPY)
COPY_DIR = xcopy /s /q /y /i
DEL_FILE =
DEL_DIR =
MOVE =
CHK_DIR_EXISTS=
MKDIR =
INSTALL_FILE = $(COPY_FILE)
INSTALL_PROGRAM = $(COPY_FILE)
INSTALL_DIR = $(COPY_DIR)
Users browsing this forum: ClaudeBot [spider] and 7 guests