motorola C650

КПК, смартфоны, коммуникаторы, мобильные телефоны, диктофоны - подключаем, настраиваем.

Модератор: Модераторы разделов

Ответить
Аватара пользователя
nsl-x
Сообщения: 15

motorola C650

Сообщение nsl-x »

у меня есть motorola C650, мне нужно читать-записывать в него
Fedora Core 4
Linux Mandrake 10.2
Windows XP
OpenSuse 10.0
Спасибо сказали:
Аватара пользователя
boombick
Сообщения: 516
Статус: Anonymous
ОС: ArchLinux 0.8 Voodoo
Контактная информация:

Re: motorola C650

Сообщение boombick »

http://moto4lin.sourceforge.net/wiki/Main_Page
А вообще надо поучиться задавать вопросы
Спасибо сказали:
MaGIc laNTern
Сообщения: 537
Статус: 人です
ОС: Gentoo

Re: motorola C650

Сообщение MaGIc laNTern »

Хм. У меня вообще не хочет компилироваться...

Код: Выделить всё

[root@pivo moto4lin-0.3]# qmake
[root@pivo moto4lin-0.3]# make
cd moto_ui && make -f Makefile
make[1]: Entering directory `/mnt/two/etc/soft/moto4lin-0.3/moto_ui'
/usr/bin/uic form1_base.ui -o ui/form1_base.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/bin/uic frmfilemanager_base.ui -o ui/frmfilemanager_base.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/bin/uic frmseemeditor_base.ui -o ui/frmseemeditor_base.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
/usr/bin/uic frmconfig_base.ui -o ui/frmconfig_base.h
Session management error: Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
g++ -c -pipe -Wall -W -g -D_REENTRANT  -DQT_THREAD_SUPPORT -I/usr/lib/qt-3.3/mkspecs/default -I. -I/include -Iui/ -I. -Imoc/ -o obj/main.o main.cpp
main.cpp:21:26: error: qapplication.h: Нет такого файла или каталога
In file included from form1.h:24,
                 from main.cpp:22:
ui/form1_base.h:13:22: error: qvariant.h: Нет такого файла или каталога
ui/form1_base.h:14:25: error: qmainwindow.h: Нет такого файла или каталога
ui/form1_base.h:30: error: expected class-name before ‘{’ token
ui/form1_base.h:31: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
ui/form1_base.h:33: error: expected ‘;’ before ‘public’
ui/form1_base.h:41: error: ISO C++ forbids declaration of ‘QMenuBar’ with no type
ui/form1_base.h:41: error: expected ‘;’ before ‘*’ token
ui/form1_base.h:61: error: expected `:' before ‘slots’
ui/form1_base.h:62: error: expected primary-expression before ‘virtual’
ui/form1_base.h:62: error: ISO C++ forbids declaration of ‘slots’ with no type
ui/form1_base.h:62: error: expected ‘;’ before ‘virtual’
ui/form1_base.h:64: error: expected `:' before ‘slots’
ui/form1_base.h:65: error: expected primary-expression before ‘virtual’
ui/form1_base.h:65: error: ISO C++ forbids declaration of ‘slots’ with no type
ui/form1_base.h:65: error: expected ‘;’ before ‘virtual’
form1.h:47: error: ISO C++ forbids declaration of ‘Q_OBJECT’ with no type
form1.h:48: error: expected ‘;’ before ‘public’
form1.h:75: error: expected `:' before ‘slots’
form1.h:76: error: expected primary-expression before ‘void’
form1.h:76: error: ISO C++ forbids declaration of ‘slots’ with no type
form1.h:76: error: expected ‘;’ before ‘void’
main.cpp: In function ‘int main(int, char**)’:
main.cpp:26: error: ‘QApplication’ was not declared in this scope
main.cpp:26: error: expected `;' before ‘a’
form1.h: In constructor ‘Form1::Form1()’:
ui/form1_base.h:35: error: ‘Form1_base::~Form1_base()’ is private
form1.h:46: error: within this context
main.cpp: In function ‘int main(int, char**)’:
main.cpp:27: warning: synthesized method ‘Form1::Form1()’ first required here
form1.h:50: error: ‘Form1::~Form1()’ is private
main.cpp:27: error: within this context
main.cpp:28: error: ‘class Form1’ has no member named ‘show’
main.cpp:29: error: ‘a’ was not declared in this scope
main.cpp:29: error: ‘lastWindowClosed’ was not declared in this scope
main.cpp:29: error: ‘SIGNAL’ was not declared in this scope
main.cpp:29: error: ‘quit’ was not declared in this scope
main.cpp:29: error: ‘SLOT’ was not declared in this scope
main.cpp: At global scope:
main.cpp:24: warning: unused parameter ‘argc’
main.cpp:24: warning: unused parameter ‘argv’
make[1]: *** [obj/main.o] Ошибка 1
make[1]: Leaving directory `/mnt/two/etc/soft/moto4lin-0.3/moto_ui'
make: *** [sub-moto_ui] Ошибка 2
Спасибо сказали:
Аватара пользователя
mark
Бывший модератор
Сообщения: 2055
Статус: ...
ОС: Windows 7
Контактная информация:

Re: motorola C650

Сообщение mark »

А пакет взять религия не позволяет? :P
Спасибо сказали:
MaGIc laNTern
Сообщения: 537
Статус: 人です
ОС: Gentoo

Re: motorola C650

Сообщение MaGIc laNTern »

mark:
Под ASPLinux или Fedora пакетов я не нашёл.
Спасибо сказали:
MaGIc laNTern
Сообщения: 537
Статус: 人です
ОС: Gentoo

Re: motorola C650

Сообщение MaGIc laNTern »

Проблему решили. Нужно было сделать:
export QTDIR=/usr/lib/qt-3.3/
Спасибо сказали:
Ответить