imho.ws
IMHO.WS  

Вернуться   IMHO.WS > Программы и Операционные системы > Пингвинятник (ОС *NIX)
Опции темы
Старый 15.05.2004, 16:32     # 1
fucker
Banned
 
Аватар для fucker
 
Регистрация: 15.05.2004
Сообщения: 3

fucker Мелкий засранец
проблемы с установкой FbDesk во Fluxbox

./configure проходит нормально
на make выводит вот эту чу-чу

[root@localhost fbdesk-1.1.5]# make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/sh ./config.status
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing default-1 commands
make all-recursive
make[1]: Entering directory `/home/fbdesk-1.1.5'
Making all in src
make[2]: Entering directory `/home/fbdesk-1.1.5/src'
Making all in FbTk
make[3]: Entering directory `/home/fbdesk-1.1.5/src/FbTk'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/fbdesk-1.1.5/src/FbTk'
make[3]: Entering directory `/home/fbdesk-1.1.5/src'
g++ -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -I/usr/X11R6/include -c FbDesk.cc
In file included from FbDesk.cc:24:
FbDesk.hh:27:27: EventHandler.hh: No such file or directory
FbDesk.hh:28:26: NotCopyable.hh: No such file or directory
FbDesk.hh:29:19: Menu.hh: No such file or directory
FbDesk.hh:30:24: MenuTheme.hh: No such file or directory
FbDesk.hh:31:27: ImageControl.hh: No such file or directory
In file included from FbDesk.hh:32,
from FbDesk.cc:24:
InputField.hh:27:27: EventHandler.hh: No such file or directory
InputField.hh:28:22: Command.hh: No such file or directory
InputField.hh:29:19: Font.hh: No such file or directory
InputField.hh:30:20: Color.hh: No such file or directory
InputField.hh:31:23: FbWindow.hh: No such file or directory
In file included from FbDesk.hh:32,
from FbDesk.cc:24:
InputField.hh:37: `FbTk' is not a class or namespace
InputField.hh:37: `EventHandler' is not a class or namespace
InputField.hh:39: parse error before `::' token
InputField.hh:45: `XExposeEvent' was not declared in this scope
InputField.hh:45: `event' was not declared in this scope
InputField.hh:45: invalid data member initialization
InputField.hh:45: (use `=' to initialize static data members)
InputField.hh:45: variable or field `exposeEvent' declared void
InputField.hh:46: `XKeyEvent' was not declared in this scope
InputField.hh:46: `event' was not declared in this scope
InputField.hh:46: invalid data member initialization
InputField.hh:46: variable or field `keyReleaseEvent' declared void
InputField.hh:56: parse error before `::' token
InputField.hh:60: `FbTk' was not declared in this scope
InputField.hh:60: parse error before `::' token
InputField.hh:65: ISO C++ forbids declaration of `FbTk' with no type
InputField.hh:65: parse error before `::' token
InputField.hh: In member function `void FbDesk::InputField::setOnEnter(...)':
InputField.hh:60: `m_on_enter' undeclared (first use this function)
InputField.hh:60: (Each undeclared identifier is reported only once for each function it appears in.)
InputField.hh:60: `on_enter' undeclared (first use this function)
InputField.hh: In member function `const std::string& FbDesk::InputField::text() const':
InputField.hh:64: `m_text' undeclared (first use this function)
InputField.hh: At global scope:
InputField.hh:66: ISO C++ forbids defining types within return type
InputField.hh:66: syntax error before `::' token
InputField.hh:70: `FbTk' was not declared in this scope
InputField.hh:70: parse error before `::' token
InputField.hh:71: syntax error before `::' token
InputField.hh:72: syntax error before `::' token
InputField.hh:73: syntax error before `::' token
InputField.hh:75: 'GC' is used as a type, but is not defined as a type.
InputField.hh:76: parse error before `}' token
In file included from FbDesk.cc:24:
FbDesk.hh:33:19: Font.hh: No such file or directory
In file included from FbDesk.hh:34,
from FbDesk.cc:24:
Resource.hh:27:26: NotCopyable.hh: No such file or directory
In file included from FbDesk.hh:34,
from FbDesk.cc:24:
Resource.hh:33: `FbTk' is not a class or namespace
Resource.hh:34: `NotCopyable' is not a class or namespace
In file included from FbDesk.hh:35,
from FbDesk.cc:24:
Icon.hh:27:23: FbWindow.hh: No such file or directory
Icon.hh:28:19: Font.hh: No such file or directory
In file included from FbDesk.hh:35,
from FbDesk.cc:24:
Icon.hh:56: parse error before `&' token
Icon.hh:64: parse error before `&' token
Icon.hh: In static member function `static void FbDesk::Icon::setFont(...)':
Icon.hh:56: `s_font' undeclared (first use this function)
Icon.hh:56: `newfont' undeclared (first use this function)
Icon.hh: In member function `const std::string& FbDesk::Icon::command() const':
Icon.hh:60: `m_command' undeclared (first use this function)
Icon.hh: In member function `const std::string& FbDesk::Icon::imageFilename() const':
Icon.hh:61: `m_image_filename' undeclared (first use this function)
Icon.hh: In member function `const std::string& FbDesk::Icon::label() const':
Icon.hh:62: `m_label' undeclared (first use this function)
Icon.hh: At global scope:
Icon.hh:65: ISO C++ forbids defining types within return type
Icon.hh:65: syntax error before `&' token
Icon.hh:66: non-member function `unsigned int width()' cannot have `const' method qualifier
Icon.hh: In function `unsigned int width()':
Icon.hh:66: `m_width' undeclared (first use this function)
Icon.hh: At global scope:
Icon.hh:67: non-member function `unsigned int height()' cannot have `const' method qualifier
Icon.hh: In function `unsigned int height()':
Icon.hh:67: `m_height' undeclared (first use this function)
Icon.hh: At global scope:
Icon.hh:68: non-member function `int x()' cannot have `const' method qualifier
Icon.hh: In function `int x()':
Icon.hh:68: `m_x' undeclared (first use this function)
Icon.hh: At global scope:
Icon.hh:69: non-member function `int y()' cannot have `const' method qualifier
Icon.hh: In function `int y()':
Icon.hh:69: `m_y' undeclared (first use this function)
Icon.hh: At global scope:
Icon.hh:70: parse error before `*' token
Icon.hh:75: parse error before `private'
Icon.hh:80: 'Pixmap' is used as a type, but is not defined as a type.
Icon.hh:81: 'Mask' is used as a type, but is not defined as a type.
Icon.hh:100: `unsigned int m_width' used prior to declaration
Icon.hh:100: `unsigned int m_height' used prior to declaration
Icon.hh:101: `int m_x' used prior to declaration
Icon.hh:101: `int m_y' used prior to declaration
Icon.hh:103: syntax error before `;' token
Icon.hh:104: syntax error before `;' token
Icon.hh:105: 'Pixmap' is used as a type, but is not defined as a type.
Icon.hh:109: syntax error before `;' token
Icon.hh:110: syntax error before `*' token
Icon.hh:111: syntax error before `;' token
Icon.hh:112: syntax error before `;' token
In file included from FbDesk.cc:24:
FbDesk.hh:46: `NotCopyable' is not a class or namespace
FbDesk.hh:46: `EventHandler' is not a class or namespace
FbDesk.hh:55: `XEvent' was not declared in this scope
FbDesk.hh:55: `event' was not declared in this scope
FbDesk.hh:55: invalid data member initialization
FbDesk.hh:55: variable or field `handleEvent' declared void
FbDesk.hh:56: `XButtonEvent' was not declared in this scope
FbDesk.hh:56: `ev' was not declared in this scope
FbDesk.hh:56: invalid data member initialization
FbDesk.hh:56: variable or field `buttonPressEvent' declared void
FbDesk.hh:57: `XButtonEvent' was not declared in this scope
FbDesk.hh:57: `ev' was not declared in this scope
FbDesk.hh:57: invalid data member initialization
FbDesk.hh:57: variable or field `buttonReleaseEvent' declared void
FbDesk.hh:58: `XExposeEvent' was not declared in this scope
FbDesk.hh:58: `ee' was not declared in this scope
FbDesk.hh:58: invalid data member initialization
FbDesk.hh:58: variable or field `exposeEvent' declared void
FbDesk.hh:59: `XMotionEvent' was not declared in this scope
FbDesk.hh:59: `ev' was not declared in this scope
FbDesk.hh:59: invalid data member initialization
FbDesk.hh:59: variable or field `motionNotifyEvent' declared void
FbDesk.hh:60: `XClientMessageEvent' was not declared in this scope
FbDesk.hh:60: `ev' was not declared in this scope
FbDesk.hh:60: invalid data member initialization
FbDesk.hh:60: variable or field `clientMessageEvent' declared void
FbDesk.hh:63: syntax error before `&' token
FbDesk.hh:65: semicolon missing after declaration of `FbDesk::FbDesk'
FbDesk.hh:65: parse error before `private'
FbDesk.hh:68: syntax error before `*' token
FbDesk.hh:70: non-member function `bool FbDesk::saveIcons(const std::string&)' cannot have `const' method qualifier
FbDesk.hh:85: syntax error before `;' token
FbDesk.hh:86: `Icon' was not declared in this scope
FbDesk.hh:86: parse error before `>' token
FbDesk.hh:87: 'IconList' is used as a type, but is not defined as a type.
FbDesk.hh:89: syntax error before `*' token
FbDesk.hh:90: syntax error before `*' token
FbDesk.hh:97: syntax error before `;' token
FbDesk.hh:98: syntax error before `;' token
FbDesk.hh:99: syntax error before `;' token
FbDesk.hh:100: 'InputField' is used as a type, but is not defined as a type.
FbDesk.hh:102: aggregate `FbTk::Color FbDesk::m_textcolor' has incomplete type and cannot be defined
FbDesk.hh:110: `Icon' was not declared in this scope
FbDesk.hh:110: parse error before `::' token
FbDesk.hh:114: parse error before `}' token
FbDesk.cc:26:19: Font.hh: No such file or directory
FbDesk.cc:27:18: App.hh: No such file or directory
FbDesk.cc:28:27: EventManager.hh: No such file or directory
FbDesk.cc:29:28: SimpleCommand.hh: No such file or directory
FbDesk.cc:31:25: StringUtil.hh: No such file or directory
FbDesk.cc:33:32: XrmDatabaseHelper.hh: No such file or directory
In file included from /usr/include/c++/3.2/ios:48,
from /usr/include/c++/3.2/ostream:45,
from /usr/include/c++/3.2/iostream:45,
from FbDesk.cc:35:
/usr/include/c++/3.2/bits/localefwd.h:61: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:65: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:69: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:73: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:77: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:81: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:85: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:89: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:93: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:97: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:101: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:105: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:109: parse error before `&' token
/usr/include/c++/3.2/bits/localefwd.h:116: `ctype' is not a template
/usr/include/c++/3.2/bits/localefwd.h:118: `ctype' is not a template
/usr/include/c++/3.2/bits/localefwd.h:128: `codecvt' is not a template
/usr/include/c++/3.2/bits/localefwd.h:130: `codecvt' is not a template
/usr/include/c++/3.2/bits/localefwd.h:136: parse error before `<' token
/usr/include/c++/3.2/bits/localefwd.h:138: parse error before `<' token
/usr/include/c++/3.2/bits/localefwd.h:151: parse error before `<' token
/usr/include/c++/3.2/bits/localefwd.h:153: parse error before `<' token
/usr/include/c++/3.2/bits/localefwd.h:155: parse error before `<' token
/usr/include/c++/3.2/bits/localefwd.h:157: parse error before `<' token
/usr/include/c++/3.2/bits/localefwd.h:162: parse error before `<' token
/usr/include/c++/3.2/bits/localefwd.h:164: parse error before `<' token
/usr/include/c++/3.2/bits/localefwd.h:180: definition of `class std::locale' inside template parameter list
/usr/include/c++/3.2/bits/localefwd.h:183: confused by earlier errors, bailing out
make[3]: *** [FbDesk.o] Error 1
make[3]: Leaving directory `/home/fbdesk-1.1.5/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fbdesk-1.1.5/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/fbdesk-1.1.5'
make: *** [all] Error 2
fucker вне форума  
Старый 16.05.2004, 02:23     # 2
Bek
::VIP::
 
Аватар для Bek
 
Регистрация: 25.12.2002
Адрес: SPb.RU
Сообщения: 958

Bek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek СэнсэйBek Сэнсэй
Начни с поиска указанных файлов заголовков
In file included from FbDesk.cc:24:
FbDesk.hh:27:27: EventHandler.hh: No such file or directory
FbDesk.hh:28:26: NotCopyable.hh: No such file or directory
FbDesk.hh:29:19: Menu.hh: No such file or directory
FbDesk.hh:30:24: MenuTheme.hh: No such file or directory
FbDesk.hh:31:27: ImageControl.hh: No such file or directory
Bek вне форума  

Опции темы

Ваши права в разделе
Вы НЕ можете создавать новые темы
Вы не можете отвечать в темах.
Вы НЕ можете прикреплять вложения
Вы НЕ можете редактировать свои сообщения

BB код Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


Часовой пояс GMT +4, время: 10:21.




Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.