Russian Qt Forum
Ноябрь 06, 2024, 05:51 *
Добро пожаловать, Гость. Пожалуйста, войдите или зарегистрируйтесь.
Вам не пришло письмо с кодом активации?

Войти
 
  Начало   Форум  WIKI (Вики)FAQ Помощь Поиск Войти Регистрация  

Страниц: 1 [2]   Вниз
  Печать  
Автор Тема: Соединение сигнала с сокетом.  (Прочитано 17389 раз)
RocketMan
Гость
« Ответ #15 : Июль 01, 2007, 14:40 »

C qmake.conf все в порядке.

Теперь при запуске mingw32-make.exe выдает кучу инфы, но исполняемого файла не создает:

Код:
ile or directory
In file included from D:/Qt/4.1.4/include/QtCore/qlist.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/kernel/qvaria
nt.h:29,
                 from D:/Qt/4.1.4/include/QtCore/qvariant.h:1,
                 from D:/Qt/4.1.4/include/QtCore/QVariant:1,
                 from gotocelldialog.cpp:1:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h: At global scope:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:132: error: `ptrdiff_
t' does not name a type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:177: error: `ptrdiff_
t' does not name a type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:282: error: expected
unqualified-id before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:282: error: expected
`,' or `...' before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:283: error: ISO C++ f
orbids declaration of `parameter' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:284: error: ISO C++ f
orbids declaration of `list' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:284: error: invalid u
se of `::'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:284: error: `list' de
clared as an `inline' field
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:284: error: expected
`;' before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:288: error: expected
`;' before "private"
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h: In static member fun
ction `static QList<T> QList<T>::fromStdList(int)':
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:283: error: `list' un
declared (first use this function)
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:283: error: `back_ins
erter' is not a member of `std'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:283: error: no matchi
ng function for call to `qCopy(<type error>, <type error>, <type error>)'
In file included from D:/Qt/4.1.4/include/QtCore/qstring.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/kernel/qobjec
t.h:30,
                 from D:/Qt/4.1.4/include/QtCore/qobject.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/io/qiodevice.
h:28,
                 from D:/Qt/4.1.4/include/QtCore/qiodevice.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/io/qdatastrea
m.h:27,
                 from D:/Qt/4.1.4/include/QtCore/qdatastream.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/kernel/qmetat
ype.h:31,
                 from D:/Qt/4.1.4/include/QtCore/qmetatype.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/kernel/qvaria
nt.h:30,
                 from D:/Qt/4.1.4/include/QtCore/qvariant.h:1,
                 from D:/Qt/4.1.4/include/QtCore/QVariant:1,
                 from gotocelldialog.cpp:1:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:42:20: string: No s
uch file or directory
In file included from D:/Qt/4.1.4/include/QtCore/qstring.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/kernel/qobjec
t.h:30,
                 from D:/Qt/4.1.4/include/QtCore/qobject.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/io/qiodevice.
h:28,
                 from D:/Qt/4.1.4/include/QtCore/qiodevice.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/io/qdatastrea
m.h:27,
                 from D:/Qt/4.1.4/include/QtCore/qdatastream.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/kernel/qmetat
ype.h:31,
                 from D:/Qt/4.1.4/include/QtCore/qmetatype.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/kernel/qvaria
nt.h:30,
                 from D:/Qt/4.1.4/include/QtCore/qvariant.h:1,
                 from D:/Qt/4.1.4/include/QtCore/QVariant:1,
                 from gotocelldialog.cpp:1:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h: At global scope:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:47: error: expected
 init-declarator before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:47: error: expected
 `,' or `;' before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:127: error: `va_lis
t' has not been declared
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:127: error: ISO C++
 forbids declaration of `ap' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:366: error: expecte
d unqualified-id before '&' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:366: error: expecte
d `,' or `...' before '&' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:366: error: ISO C++
 forbids declaration of `parameter' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:367: error: ISO C++
 forbids declaration of `string' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:367: error: invalid
 use of `::'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:367: error: `string
' declared as an `inline' field
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:367: error: expecte
d `;' before "toStdString"
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:373: error: expecte
d `,' or `...' before '&' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:373: error: ISO C++
 forbids declaration of `QStdWString' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:374: error: `QStdWS
tring' does not name a type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:797: error: expecte
d init-declarator before "QString"
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:797: error: expecte
d `,' or `;' before "QString"
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:800: error: expecte
d unqualified-id before '&' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:800: error: expecte
d `,' or `...' before '&' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:801: error: ISO C++
 forbids declaration of `parameter' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h: In static member f
unction `static QString QString::fromStdString(int)':
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:801: error: `s' und
eclared (first use this function)
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h: At global scope:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:804: error: `QStdWS
tring' does not name a type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:818: error: expecte
d `,' or `...' before '&' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:819: error: ISO C++
 forbids declaration of `QStdWString' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h: In static member f
unction `static QString QString::fromStdWString(int)':
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstring.h:819: error: `s' und
eclared (first use this function)
In file included from D:/Qt/4.1.4/include/QtCore/qmap.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/kernel/qvaria
nt.h:31,
                 from D:/Qt/4.1.4/include/QtCore/qvariant.h:1,
                 from D:/Qt/4.1.4/include/QtCore/QVariant:1,
                 from gotocelldialog.cpp:1:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:32:15: map: No such fi
le or directory
In file included from D:/Qt/4.1.4/include/QtCore/qmap.h:1,
                 from D:/Qt/4.1.4/include/QtCore/../../src/corelib/kernel/qvaria
nt.h:31,
                 from D:/Qt/4.1.4/include/QtCore/qvariant.h:1,
                 from D:/Qt/4.1.4/include/QtCore/QVariant:1,
                 from gotocelldialog.cpp:1:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h: At global scope:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:140: error: no class t
emplate named `map' in `std'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:140: error: expected `
,' or `...' before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:140: error: ISO C++ fo
rbids declaration of `parameter' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:141: error: using-decl
aration for non-member at class scope
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:141: error: expected `
;' before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:180: error: `ptrdiff_t
' does not name a type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:234: error: `ptrdiff_t
' does not name a type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:799: error: expected u
nqualified-id before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:799: error: expected `
,' or `...' before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:800: error: ISO C++ fo
rbids declaration of `parameter' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h: In constructor `QMap<
Key, T>::QMap(int)':
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:803: error: no class t
emplate named `map' in `std'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:803: error: no class t
emplate named `map' in `std'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:803: error: expected `
(' before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:803: error: expected p
rimary-expression before ',' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:803: error: expected p
rimary-expression before '>' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:803: error: `::const_i
terator' has not been declared
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:803: error: expected `
;' before "it"
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:804: error: `it' undec
lared (first use this function)
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:804: error: `other' un
declared (first use this function)
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h: At global scope:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:812: error: expected c
onstructor, destructor, or type conversion before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qmap.h:812: error: expected `
;' before '<' token
In file included from D:/Qt/4.1.4/include/QtCore/qvector.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/painting/qbrush.h:
29,
                 from D:/Qt/4.1.4/include/QtGui/qbrush.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qpalette.h:
29,
                 from D:/Qt/4.1.4/include/QtGui/qpalette.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qwidget.h:3
0,
                 from D:/Qt/4.1.4/include/QtGui/qwidget.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qaction.h:2
9,
                 from D:/Qt/4.1.4/include/QtGui/qaction.h:1,
                 from D:/Qt/4.1.4/include/QtGui/QAction:1,
                 from gotocelldialog.cpp:2:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:34:18: vector: No s
uch file or directory
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:36:20: stdlib.h: No
 such file or directory
In file included from D:/Qt/4.1.4/include/QtCore/qvector.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/painting/qbrush.h:
29,
                 from D:/Qt/4.1.4/include/QtGui/qbrush.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qpalette.h:
29,
                 from D:/Qt/4.1.4/include/QtGui/qpalette.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qwidget.h:3
0,
                 from D:/Qt/4.1.4/include/QtGui/qwidget.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qaction.h:2
9,
                 from D:/Qt/4.1.4/include/QtGui/qaction.h:1,
                 from D:/Qt/4.1.4/include/QtGui/QAction:1,
                 from gotocelldialog.cpp:2:
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:150: error: `ptrdif
f_t' does not name a type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:184: error: expecte
d unqualified-id before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:184: error: expecte
d `,' or `...' before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:185: error: ISO C++
 forbids declaration of `parameter' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:186: error: ISO C++
 forbids declaration of `vector' with no type
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:186: error: invalid
 use of `::'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:186: error: `vector
' declared as an `inline' field
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:186: error: expecte
d `;' before '<' token
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:190: error: expecte
d `;' before "private"
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h: In static member f
unction `static QVector<T> QVector<T>::fromStdVector(int)':
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:185: error: `vector
' undeclared (first use this function)
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:185: error: `back_i
nserter' is not a member of `std'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:185: error: no matc
hing function for call to `qCopy(<type error>, <type error>, <type error>)'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h: In member function
 `QVectorData* QVector<T>::malloc(int)':
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qvector.h:267: error: `qMallo
c' cannot be used as a function
In file included from D:/Qt/4.1.4/include/QtGui/qlayoutitem.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qlayout.h:2
8,
                 from D:/Qt/4.1.4/include/QtGui/qlayout.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qboxlayout.
h:27,
                 from D:/Qt/4.1.4/include/QtGui/qboxlayout.h:1,
                 from D:/Qt/4.1.4/include/QtGui/QHBoxLayout:1,
                 from gotocelldialog.cpp:6:
D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qlayoutitem.h:30:20: limits.h: No
 such file or directory
In file included from D:/Qt/4.1.4/include/QtGui/qlayoutitem.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qlayout.h:2
8,
                 from D:/Qt/4.1.4/include/QtGui/qlayout.h:1,
                 from D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qboxlayout.
h:27,
                 from D:/Qt/4.1.4/include/QtGui/qboxlayout.h:1,
                 from D:/Qt/4.1.4/include/QtGui/QHBoxLayout:1,
                 from gotocelldialog.cpp:6:
D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qlayoutitem.h: At global scope:
D:/Qt/4.1.4/include/QtGui/../../src/gui/kernel/qlayoutitem.h:36: error: `INT_MAX
' was not declared in this scope
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h: In member function `
void QList<T>::node_construct(QList<T>::Node*, const T&) [with T = QString]':
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:394:   instantiated f
rom `void QList<T>::append(const T&) [with T = QString]'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstringlist.h:50:   instantia
ted from here
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:308: error: no matchi
ng function for call to `operator new(unsigned int, QList<QString>::Node*&)'
<internal>:0: note: candidates are: void* operator new(unsigned int)
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h: In member function `
void QList<T>::node_copy(QList<T>::Node*, QList<T>::Node*, QList<T>::Node*) [wit
h T = QString]':
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:577:   instantiated f
rom `QList<T>& QList<T>::operator+=(const QList<T>&) [with T = QString]'
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qstringlist.h:64:   instantia
ted from here
D:/Qt/4.1.4/include/QtCore/../../src/corelib/tools/qlist.h:327: error: no matchi
ng function for call to `operator new(unsigned int, QList<QString>::Node*)'
<internal>:0: note: candidates are: void* operator new(unsigned int)
mingw32-make.exe[1]: *** [release\gotocelldialog.o] Error 1
mingw32-make.exe[1]: Leaving directory `D:/_Programming/QT/GC'
mingw32-make.exe: *** [release] Error 2

D:\_Programming\QT\GC>pause
Для продолжения нажмите любую клавишу . . .
Записан
Alex Forth
Гость
« Ответ #16 : Июль 01, 2007, 15:18 »

Попробуй настроить переменные среды. Например у меня в винде все выставленно так:
PATH=d:\minGW\bin;d:\lib\qt-4.2.2\bin
INCLUDE=d:\minGW\include;d:\lib\qt-4.2.2\include
LIB=d:\minGW\lib;d:\lib\qt-4.2.2\lib
Записан
RocketMan
Гость
« Ответ #17 : Июль 03, 2007, 15:26 »

Цитата: "Alex Forth"
Попробуй настроить переменные среды. Например у меня в винде все выставленно так:
PATH=d:\minGW\bin;d:\lib\qt-4.2.2\bin
INCLUDE=d:\minGW\include;d:\lib\qt-4.2.2\include
LIB=d:\minGW\lib;d:\lib\qt-4.2.2\lib


Переменные среды настроены правильно.
Попробовал QDevelop не смог найти инструмент ctags.
При сборке пишет:
-------Сборка завершена без ошибок---------
, но при попытке запуска ругается, что "программа не существует, запустите сначала сборку".
Записан
pastor
Administrator
Джедай : наставник для всех
*****
Offline Offline

Сообщений: 2901



Просмотр профиля WWW
« Ответ #18 : Июль 03, 2007, 15:59 »

Цитата: "Alex Forth"

Попробовал QDevelop не смог найти инструмент ctags.


Идём сюда http://ctags.sourceforge.net/ и качаем
Записан

Integrated Computer Solutions, Inc. (ICS)
http://www.ics.com/
RocketMan
Гость
« Ответ #19 : Июль 03, 2007, 17:29 »

Цитата: "pastor"
Цитата: "Alex Forth"

Попробовал QDevelop не смог найти инструмент ctags.


Идём сюда http://ctags.sourceforge.net/ и качаем


Результат не изменился
Записан
pastor
Administrator
Джедай : наставник для всех
*****
Offline Offline

Сообщений: 2901



Просмотр профиля WWW
« Ответ #20 : Июль 03, 2007, 18:10 »

Цитата: "RocketMan"

Результат не изменился


Не находит ctags? Укажи путь вручную
Записан

Integrated Computer Solutions, Inc. (ICS)
http://www.ics.com/
RocketMan
Гость
« Ответ #21 : Июль 06, 2007, 13:29 »

Цитата: "pastor"
Цитата: "RocketMan"

Результат не изменился


Не находит ctags? Укажи путь вручную


ctags находит, но исполняемый файл не создается.
Записан
pastor
Administrator
Джедай : наставник для всех
*****
Offline Offline

Сообщений: 2901



Просмотр профиля WWW
« Ответ #22 : Июль 06, 2007, 14:10 »

Цитата: "RocketMan"
ctags находит, но исполняемый файл не создается.


ctags здесь точно не причем
Записан

Integrated Computer Solutions, Inc. (ICS)
http://www.ics.com/
RocketMan
Гость
« Ответ #23 : Июль 06, 2007, 15:40 »

Цитата: "pastor"
Цитата: "RocketMan"
ctags находит, но исполняемый файл не создается.


ctags здесь точно не причем


Это мне уже известно. Проблема в том, что QDevelop не выдает ошибок, но и исполняемый файл не создает (все пути к файлам прописаны верно).
Записан
pastor
Administrator
Джедай : наставник для всех
*****
Offline Offline

Сообщений: 2901



Просмотр профиля WWW
« Ответ #24 : Июль 06, 2007, 18:34 »

Напиши тестовый проект типа Hello World! и собери его с консоли (cmd). Получиться у тебя собрать или нет.
Записан

Integrated Computer Solutions, Inc. (ICS)
http://www.ics.com/
RocketMan
Гость
« Ответ #25 : Июль 07, 2007, 22:32 »

Цитата: "pastor"
Напиши тестовый проект типа Hello World! и собери его с консоли (cmd). Получиться у тебя собрать или нет.


Не получается.

Еще раз поясню некоторые моменты:
Пробовал пользоваться двумы средами разработки: CodeBlocks и QDevelop. CodeBlocks собирает простые проекты типа Hello World, но выдает ошибки при использовании Q_OBJECT. QDevelop не собирает проекты, хотя все инструменты прописаны и напротив них стоит зеленая галка.

Переустановка системы/компилятора/библиотеки в другие/ту же папки результат не изменила.
Записан
pastor
Administrator
Джедай : наставник для всех
*****
Offline Offline

Сообщений: 2901



Просмотр профиля WWW
« Ответ #26 : Июль 07, 2007, 23:38 »

Цитата: "RocketMan"

Не получается.


И что пишет при сборке с консоли? Если даже не собтираеться с консоли, что CodeBlocks и QDevelop не причем. Нужно начинать все с начала: собрать заново Qt и, имхо, можно обновить MnGW: GCC, WinAPI, make и прочее
Записан

Integrated Computer Solutions, Inc. (ICS)
http://www.ics.com/
der
Гость
« Ответ #27 : Июль 11, 2007, 10:34 »

Возможно, у Вас в настройках проекта стоит debug, а отладочные библиотеки не собраны. Я только что закончил подобное порево с 4.3.0, поставив проект на Release.
Записан
RocketMan
Гость
« Ответ #28 : Июль 11, 2007, 11:54 »

Цитата: "der"
Возможно, у Вас в настройках проекта стоит debug, а отладочные библиотеки не собраны. Я только что закончил подобное порево с 4.3.0, поставив проект на Release.


Выставлял и Debug и Release - одинаково.

P.S. Линуксовая IDE все собрала.
Записан
der
Гость
« Ответ #29 : Июль 11, 2007, 12:33 »

А проект создавали средствами IDE или брали с готовым .pro файлом?
Записан
Страниц: 1 [2]   Вверх
  Печать  
 
Перейти в:  


Страница сгенерирована за 0.051 секунд. Запросов: 23.