Mail Archives: djgpp/1999/10/30/21:34:20
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)'
- Raw text -