From: "Ryan" Newsgroups: comp.os.msdos.djgpp References: <381b0c08_1 AT news DOT chariot DOT net DOT au> <381b1725_1 AT news DOT chariot DOT net DOT au> Subject: Have a look at all these errors trying to compile this TWS thing Date: Sun, 31 Oct 1999 04:50:16 +1030 Lines: 69 X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 NNTP-Posting-Host: 210.9.21.178 Message-ID: <381b37bc_2@news.chariot.net.au> X-Trace: 31 Oct 1999 04:53:56 +1050, 210.9.21.178 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com here ya go...work that one out: I ALWAYS have problems when I download these huge group of stuff to compile.....it always ends up the same even when i copy all of the files into the djgpp/lib and /include dirs and everything..i mean im not stupid i just again download some Mgui program....same deal....i could NOT get any of the damn stuff to compile But i have no problem whatsover compiling any of my own c files at all and running them I have no idea what is going on This is only 1/4 if the errors i got trying to compile the tws sample c file obviously something doesnt know where something is....but my djgpp is set up OK as I know of it....I use rhide yes....but i also tried commandline just in case...but no...... When downloading all this source that supposedly compiles under djgpp even when i get all the libraries they require I get alll these cannot find this cannot find that...what going on here???? no errors Creating: step1.exe Error: step1.o: In function `MainMenuWindow::~MainMenuWindow(void)': step1.cc(1) Error: undefined reference to `Window::~Window(void)' Error: step1.o: In function `main': step1.cc(3) Error: undefined reference to `ws' Error: step1.cc(.text+0x88): undefined reference to `WinSystem::Init(char co step1.cc(7) Error: undefined reference to `ws' Error: step1.cc(.text+0xa4): undefined reference to `WinSystem::RefreshDeskt step1.cc(9) Error: undefined reference to `ws' Error: step1.cc(.text+0xb1): undefined reference to `WinSystem::RunEvents(vo step1.cc(10) Error: undefined reference to `Window::ProcessEvent(event const Error: step1.cc(.text+0x12c): undefined reference to `Window::Select(void)' Error: step1.cc(.text+0x134): undefined reference to `Window::SetFocus(Windo Error: step1.cc(.text+0x13c): undefined reference to `Window::PaintWindow(in Error: step1.cc(.text+0x144): undefined reference to `Window::DoEvents(event Error: step1.cc(.text+0x14c): undefined reference to `Window::Move(int, int) Error: step1.cc(.text+0x154): undefined reference to `Window::Resize(int, in Error: step1.cc(.text+0x15c): undefined reference to `Window::AddChild(Windo Error: step1.cc(.text+0x164): undefined reference to `Window::DeleteChild(Wi Error: step1.cc(.text+0x16c): undefined reference to `Window::Focus(void)' Error: step1.cc(.text+0x174): undefined reference to `Window::UnFocus(void)' Error: step1.o: In function `MainMenuWindow::MainMenuWindow(void)': Error: step1.cc(.text+0x184): undefined reference to `SysFont' Error: step1.cc(.text+0x191): undefined reference to `ws' Error: step1.cc(.text+0x1a1): undefined reference to `Window::GetWidth(void) Error: step1.cc(.text+0x1b8): undefined reference to `Window::Window(Window step1.cc(2) Error: undefined reference to `Window::~Window(void)' Error: step1.o: In function `MainMenuWindow type_info function': step1.cc(3) Error: undefined reference to `Window type_info function' Error: step1.cc(.text+0x284): undefined reference to `Window type_info node' Error: step1.o: In function `MainMenu::MainMenu(Window *, int, int, int)': Error: step1.cc(.text+0x2c8): undefined reference to `AutoMenu::AutoMenu(Win step1.cc(1) Error: undefined reference to `AutoMenu::~AutoMenu(void)' Error: step1.o: In function `WinSystem::GetTopWindow(void)': Error: step1.cc(.text+0x34c): undefined reference to `Window::ProcessEvent(e Error: step1.cc(.text+0x354): undefined reference to `Window::Select(void)'