crossplatform.ru

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

Гость_Гость_Balbes_*_*
сообщение 11.4.2008, 15:42
Сообщение #1





Гости








    


скачал исходник 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.
если кто знает,подскажите!
Перейти в начало страницы
 
Быстрая цитата+Цитировать сообщение
 
Начать новую тему
Ответов
Гость_Гость_Balbes_*_*
сообщение 15.4.2008, 14:42
Сообщение #2





Гости








    


вроде разобрался....короче закинул модули в инклуд при компиляции вот чё:

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_*   qtStumbler & msvc   11.4.2008, 15:42
- - ViGOur   Тебе по все видимости нужно: SDL version 1.2.13 (s...   11.4.2008, 16:14
|- - Гость_Balbes_*   Цитата(ViGOur @ 11.4.2008, 16:14) Тебе по...   14.4.2008, 12:58
- - ViGOur   Как я понял нужны оба. Я брал архивы Source.   14.4.2008, 15:11
|- - Гость_Balbes_*   Цитата(ViGOur @ 14.4.2008, 15:11) Как я п...   14.4.2008, 15:17
- - ViGOur   Из Source Code. Вроде компилилось, работу я не пр...   14.4.2008, 16:00
|- - Гость_Balbes_*   Цитата(ViGOur @ 14.4.2008, 16:00) Из Sour...   14.4.2008, 16:34
- - ViGOur   Брал zip файлы, и как раз в студии его и собирал, ...   14.4.2008, 17:48
|- - Гость_Balbes_*   Цитата(ViGOur @ 14.4.2008, 17:48) Брал zi...   15.4.2008, 12:35
|- - Гость_Balbes_*   Цитата(Гость_Balbes_* @ 15.4.2008, 12:35)...   15.4.2008, 14:09
- - Гость_Balbes_*   вроде разобрался....короче закинул модули в инклуд...   15.4.2008, 14:42
- - Гость_Balbes_*   Видимо со звуком проблемы, не хочет он с ним работ...   16.4.2008, 12:57
- - ViGOur   Да нет, просто чего-то не хватает, а вот чего поня...   16.4.2008, 14:11
- - Гость_Balbes_*   Вообщем посносил в коде всё что связано со звуком,...   18.4.2008, 6:15


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


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


RSS Рейтинг@Mail.ru Текстовая версия Сейчас: 24.6.2025, 1:17