Po wpisaniu make wyskakuje mi to:
Kod: Zaznacz cały
g++ -I/home/kamil/v/includex -I/usr/X11R6/include -O2 -DAthena -D_LINUX_ -D_PONYPROG_ -D_UDP_SERVER -Wall -c e2app.cpp -o e2app.o
In file included from e2app.cpp:33:
e2app.h:41:20: error: v/vapp.h: No such file or directory
e2app.h:42:23: error: v/vawinfo.h: No such file or directory
In file included from busio.h:38,
from i2cbus.h:36,
from e2app.h:47,
from e2app.cpp:33:
businter.h:41:22: error: v/vdebug.h: No such file or directory
In file included from e2awinfo.h:46,
from e2app.cpp:34:
e2cmdw.h:36:51: error: v/vcmdwin.h: No such file or directory
e2cmdw.h:37:42: error: v/vmenu.h: No such file or directory
e2cmdw.h:38:40: error: v/vutil.h: No such file or directory
e2cmdw.h:39:40: error: v/vcmdpane.h: No such file or directory
e2cmdw.h:40:47: error: v/vstatusp.h: No such file or directory
In file included from e2cmdw.h:47,
from e2awinfo.h:46,
from e2app.cpp:34:
e2cnv.h:36:24: error: v/vtextcnv.h: No such file or directory
In file included from e2cmdw.h:48,
from e2awinfo.h:46,
from e2app.cpp:34:
e2dlg.h:35:23: error: v/vdialog.h: No such file or directory
e2app.cpp:158:42: error: v/vynreply.h: No such file or directory
e2app.cpp:159:22: error: v/v_defs.h: No such file or directory
In file included from busio.h:38,
from i2cbus.h:36,
from e2app.h:47,
from e2app.cpp:33:
businter.h: In member function ‘virtual int BusInterface::TestOpen(int)’:
businter.h:55: error: ‘UserApp1’ was not declared in this scope
businter.h:55: error: ‘UserDebug1’ was not declared in this scope
businter.h:61: error: ‘UserApp2’ was not declared in this scope
businter.h: In member function ‘virtual int BusInterface::TestSave(int)’:
businter.h:73: error: ‘UserApp1’ was not declared in this scope
businter.h:73: error: ‘UserDebug1’ was not declared in this scope
businter.h:83: error: ‘UserApp2’ was not declared in this scope
businter.h: In member function ‘virtual void BusInterface::TestRestore()’:
businter.h:89: error: ‘UserApp1’ was not declared in this scope
businter.h:89: error: ‘UserDebug1’ was not declared in this scope
businter.h:100: error: ‘UserApp2’ was not declared in this scope
businter.h:100: error: ‘UserDebug’ was not declared in this scope
In file included from e2app.cpp:33:
e2app.h: At global scope:
e2app.h:71: error: expected class-name before ‘,’ token
e2app.h:82: error: ISO C++ forbids declaration of ‘vWindow’ with no type
e2app.h:82: error: ‘vWindow’ declared as a ‘virtual’ field
e2app.h:82: error: expected ‘;’ before ‘*’ token
e2app.h:87: error: ‘vWindow’ has not been declared
e2app.h:89: error: ‘vWindow’ has not been declared
e2app.h:89: error: ‘ItemVal’ has not been declared
e2app.h:89: error: ‘ItemVal’ has not been declared
e2app.h:89: error: ‘CmdType’ has not been declared
e2app.h:91: error: ‘vWindow’ has not been declared
e2app.h:91: error: ‘vKey’ has not been declared
In file included from e2cmdw.h:47,
from e2awinfo.h:46,
from e2app.cpp:34:
e2cnv.h:41: error: expected class-name before ‘{’ token
e2cnv.h:54: error: ‘vFont’ has not been declared
In file included from e2cmdw.h:48,
from e2awinfo.h:46,
from e2app.cpp:34:
e2dlg.h:43: error: expected class-name before ‘{’ token
e2dlg.h:45: error: expected ‘)’ before ‘*’ token
e2dlg.h:47: error: ‘ItemVal’ has not been declared
e2dlg.h:47: error: ‘ItemVal’ has not been declared
e2dlg.h:47: error: ‘CmdType’ has not been declared
e2dlg.h:67: error: expected class-name before ‘{’ token
e2dlg.h:69: error: expected ‘)’ before ‘*’ token
e2dlg.h:71: error: ‘ItemVal’ has not been declared
e2dlg.h:71: error: ‘ItemVal’ has not been declared
e2dlg.h:71: error: ‘CmdType’ has not been declared
In file included from e2awinfo.h:46,
from e2app.cpp:34:
e2cmdw.h:67: error: expected class-name before ‘{’ token
e2cmdw.h:73: error: ‘ItemVal’ has not been declared
e2cmdw.h:73: error: ‘ItemVal’ has not been declared
e2cmdw.h:73: error: ‘CmdType’ has not been declared
e2cmdw.h:74: error: ‘vKey’ has not been declared
e2cmdw.h:128: error: ‘ItemVal’ has not been declared
e2cmdw.h:129: error: ‘ItemVal’ has not been declared
e2cmdw.h:161: error: ISO C++ forbids declaration of ‘vMenuPane’ with no type
e2cmdw.h:161: error: expected ‘;’ before ‘*’ token
e2cmdw.h:163: error: ISO C++ forbids declaration of ‘vCommandPane’ with no type
e2cmdw.h:163: error: expected ‘;’ before ‘*’ token
e2cmdw.h:164: error: ISO C++ forbids declaration of ‘vCommandPane’ with no type
e2cmdw.h:164: error: expected ‘;’ before ‘*’ token
e2cmdw.h:165: error: ISO C++ forbids declaration of ‘vStatusPane’ with no type
e2cmdw.h:165: error: expected ‘;’ before ‘*’ token
In file included from e2app.cpp:34:
e2awinfo.h:85: error: expected class-name before ‘{’ token
e2awinfo.h:88: error: expected ‘)’ before ‘*’ token
e2awinfo.h:196: warning: non-static const member ‘const int e2AppWinInfo::hex_per_line’ in class without a constructor
e2awinfo.h:197: warning: non-static const member ‘const int e2AppWinInfo::buffer_size’ in class without a constructor
e2awinfo.h:92: error: ‘FALSE’ was not declared in this scope
e2awinfo.h:93: error: ‘TRUE’ was not declared in this scope
e2awinfo.h: In member function ‘int e2AppWinInfo::OpenBus()’:
e2awinfo.h:188: error: ‘theApp’ was not declared in this scope
e2awinfo.h: In member function ‘void e2AppWinInfo::SleepBus()’:
e2awinfo.h:190: error: ‘theApp’ was not declared in this scope
e2app.cpp: In constructor ‘e2App::e2App(char*, int, int)’:
e2app.cpp:61: error: class ‘e2App’ does not have any field named ‘vApp’
e2app.cpp:68: error: ‘Constructor’ was not declared in this scope
e2app.cpp:68: error: ‘UserDebug’ was not declared in this scope
e2app.cpp: In destructor ‘virtual e2App::~e2App()’:
e2app.cpp:90: error: ‘Destructor’ was not declared in this scope
e2app.cpp:90: error: ‘UserDebug’ was not declared in this scope
e2app.cpp: At global scope:
e2app.cpp:99: error: expected constructor, destructor, or type conversion before ‘*’ token
make: *** [e2app.o] Błąd 1