Помощь - Поиск - Пользователи - Календарь
Полная версия этой страницы: qtStumbler & msvc
Форум на CrossPlatform.RU > Библиотеки > Qt > Qt Мультимедиа
Гость_Balbes_*
скачал исходник qtStumbler с сайта, у меня msvc 2003,вообщем как написано в ридми(Compilation instructions:
(1) make distclean
(2) qmake -makefile (or "qmake-qt4 -makefile")
(3) make)
пишу qmake -makefile,создается три файла makefile, makefile.debug,makefile.release. дальше nmake после чего выдаёт это:
дабы сильно не сорить часть:
Cannot generate copy-ctor or copy-assignment operator when UDT contains
a zero-sized array
NodeTree.cpp
c:\1\wifi\ndisaux.h(34) : warning C4200: nonstandard extension used : zero-sized
array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains
a zero-sized array
OptionsForm.cpp
properties.cpp
SoundKeeper.cpp
SoundKeeper.cpp(3) : fatal error C1083: Cannot open include file: 'SDL/SDL_mixer
.h': No such file or directory
ThreadState.cpp
Generating Code...
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio .NET 2003\
VC7\BIN\nmake.exe"' : return code '0x2'
Stop.
если кто знает,подскажите!
ViGOur
Тебе по все видимости нужно: SDL version 1.2.13 (stable) и SDL_mixer 1.2
Гость_Balbes_*
Цитата(ViGOur @ 11.4.2008, 16:14) *
Тебе по все видимости нужно: SDL version 1.2.13 (stable) и SDL_mixer 1.2


там из Runtime Libraries или Development Libraries,да и миксер я там не нашёл,или нужно что то одно из них?
ViGOur
Как я понял нужны оба. Я брал архивы Source.
Гость_Balbes_*
Цитата(ViGOur @ 14.4.2008, 15:11) *
Как я понял нужны оба. Я брал архивы Source.

дык из Runtime Libraries или Development Libraries ???слушай а тя это всё работает?
ViGOur
Из Source Code.

Вроде компилилось, работу я не проверял...
Гость_Balbes_*
Цитата(ViGOur @ 14.4.2008, 16:00) *
Из Source Code.

Вроде компилилось, работу я не проверял...

DL-1.2.13.tar.gz - GPG signed
SDL-1.2.13-1.src.rpm - GPG signed
SDL-1.2.13.zip - GPG signed
SDL-1.2.13.sea.bin - GPG signed.....
всё что там есть,,,слушай,а может а ты не пробовал под вижуал его собирать?всмысле qtstumbler?
ViGOur
Брал zip файлы, и как раз в студии его и собирал, правда в командной строке, но все же. :)
Гость_Balbes_*
Цитата(ViGOur @ 14.4.2008, 17:48) *
Брал zip файлы, и как раз в студии его и собирал, правда в командной строке, но все же. :)

SDL version 1.2.13 (stable) и SDL_mixer 1.2 что это и для чего они?слушай если не трудно ,попробуй у ся в вижуале откомпилить qtStumbler ?
Гость_Balbes_*
Цитата(Гость_Balbes_* @ 15.4.2008, 12:35) *
Цитата(ViGOur @ 14.4.2008, 17:48) *
Брал zip файлы, и как раз в студии его и собирал, правда в командной строке, но все же. :)

SDL version 1.2.13 (stable) и SDL_mixer 1.2 что это и для чего они?слушай если не трудно ,попробуй у ся в вижуале откомпилить qtStumbler ?



ему нужен SDL/SDL_mixer.h,скачал SDL-1.2.13.zip его там нет!
Гость_Balbes_*
вроде разобрался....короче закинул модули в инклуд при компиляции вот чё:

Compiling...
moc_SoundKeeper.cpp
c:\1\debug\../SoundKeeper.h(26) : error C2143: syntax error : missing ';' before '*'
c:\1\debug\../SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\1\debug\../SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
moc_MainForm.cpp
c:\1\wifi\ndisaux.h(34) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\1\SoundKeeper.h(26) : error C2143: syntax error : missing ';' before '*'
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
serial.cpp
.\win32_gps\serial.cpp(32) : warning C4244: '=' : conversion from 'DWORD' to 'BYTE', possible loss of data
.\win32_gps\serial.cpp(65) : error C2057: expected constant expression
.\win32_gps\serial.cpp(65) : error C2466: cannot allocate an array of constant size 0
.\win32_gps\serial.cpp(65) : error C2133: 'szBuff' : unknown size
main.cpp
c:\1\wifi\ndisaux.h(34) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\1\SoundKeeper.h(26) : error C2143: syntax error : missing ';' before '*'
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
WirelessDevice.cpp
c:\1\win32_wifi\../wifi/ndisaux.h(34) : warning C4200: nonstandard extension used : zero-sized array in struct/union
Cannot generate copy-ctor or copy-assignment operator when UDT contains a zero-sized array
c:\1\win32_wifi\../wifi/WirelessNode.h(39) : error C2678: binary '==' : no operator found which takes a left-hand operand of type 'std::string' (or there is no acceptable conversion)
c:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\include\guiddef.h(192): could be 'int operator ==(const GUID &,const GUID &)'
while trying to match the argument list '(std::string, std::string)'
.\win32_wifi\WirelessDevice.cpp(170) : warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false' (performance warning)
SoundKeeper.cpp
c:\1\SoundKeeper.h(26) : error C2143: syntax error : missing ';' before '*'
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
c:\1\SoundKeeper.h(26) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
.\SoundKeeper.cpp(12) : error C2065: 'Uint16' : undeclared identifier
.\SoundKeeper.cpp(12) : error C2146: syntax error : missing ';' before identifier 'audio_format'
.\SoundKeeper.cpp(12) : error C2065: 'audio_format' : undeclared identifier
.\SoundKeeper.cpp(12) : error C2065: 'AUDIO_S16' : undeclared identifier
.\SoundKeeper.cpp(18) : error C3861: 'Mix_OpenAudio': identifier not found
.\SoundKeeper.cpp(22) : error C3861: 'Mix_QuerySpec': identifier not found
.\SoundKeeper.cpp(27) : error C2065: 'sounds' : undeclared identifier
.\SoundKeeper.cpp(31) : error C3861: 'Mix_PlayChannel': identifier not found
.\SoundKeeper.cpp(40) : error C3861: 'Mix_PlayChannel': identifier not found
.\SoundKeeper.cpp(54) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(55) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(56) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(57) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(58) : error C3861: 'Mix_LoadWAV': identifier not found
.\SoundKeeper.cpp(59) : error C3861: 'Mix_LoadWAV': identifier not found
Гость_Balbes_*
Видимо со звуком проблемы, не хочет он с ним работать (
ViGOur
Да нет, просто чего-то не хватает, а вот чего понять не могу.
Гость_Balbes_*
Вообщем посносил в коде всё что связано со звуком,исправил все ошибки,но при линковании он пишет мол Linking error C:\Program Files\Microsoft Visual Studio 8\VC\lib\sdl_mixer.lib file failed or corrupted, что такое,до словно не помню, хотя это это библиотека там есть, заменял её , но всё равно(в чём проблема и как её решить?
Для просмотра полной версии этой страницы, пожалуйста, пройдите по ссылке.
Форум IP.Board © 2001-2024 IPS, Inc.