paragui-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-users] any hints? (compiling paratest with mingw cmdline tools)


From: Asko Kauppi
Subject: [paragui-users] any hints? (compiling paratest with mingw cmdline tools)
Date: Sat, 23 Aug 2003 15:47:28 +0300


I've got Paragui compiling on OS X, Linux and MSVC but the Mingw cmdline tools still complain.

Does anyone have a clue what could cause it (have you faced it yourself?). The IDE (DevCpp) seems to compile paratest but cmdline tools not. I _am_ missing something - but what?

-ak

p.s. the complaining member functions are those declared 'protected' within that class. Changing them to 'public' does not help. No other classes suffer from this.


Edelleenlähetetyn viestin alku:

g++ -Wall -O2 -mcpu=pentium -Iparagui-1.0.4\include
-Iwin32-libs\sdl-1.2.5\include -Iwin32-libs\freetype-2.1.4\include -
Iwin32-libs\freetype-2.1.4\include\freetype2 -c -o temp\gcc\paratest.o
paragui-1.0.4\test\paratest.cpp
g++ -o out_gcc\paratest.exe temp\gcc\paratest.o temp\gcc\sdl_main.o
-Lwin32-libs\sdl-1.2.5\lib -Lwin32-libs\freetype-2.1
.4\lib -Lout_gcc -lSDL -lfreetype -lparagui
temp\gcc\paratest.o(.data$_ZTV13PG_ColumnItem+0x28):paratest.cpp: undefined
reference to `PG_ListBoxBaseItem::eventMouse
ButtonUp(SDL_MouseButtonEvent const*)'
temp\gcc\paratest.o(.data$_ZTV13PG_ColumnItem+0x88):paratest.cpp: undefined
reference to `PG_ListBoxBaseItem::eventMouse
Leave()'
temp\gcc\paratest.o(.data$_ZTV13PG_ColumnItem+0x8c):paratest.cpp: undefined
reference to `PG_ListBoxBaseItem::eventMouse
Enter()'
temp\gcc\paratest.o(.data$_ZTV13PG_ColumnItem+0xb8):paratest.cpp: undefined
reference to `PG_ListBoxBaseItem::eventHide(
)'
temp\gcc\paratest.o(.data$_ZTV14PG_ListBoxItem+0x28):paratest.cpp: undefined
reference to `PG_ListBoxBaseItem::eventMous
eButtonUp(SDL_MouseButtonEvent const*)'
temp\gcc\paratest.o(.data$_ZTV14PG_ListBoxItem+0x88):paratest.cpp: undefined
reference to `PG_ListBoxBaseItem::eventMous
eLeave()'
temp\gcc\paratest.o(.data$_ZTV14PG_ListBoxItem+0x8c):paratest.cpp: undefined
reference to `PG_ListBoxBaseItem::eventMous
eEnter()'
temp\gcc\paratest.o(.data$_ZTV14PG_ListBoxItem+0xb8):paratest.cpp: undefined
reference to `PG_ListBoxBaseItem::eventHide
()'
scons: *** [out_gcc\paratest.exe] Error 1
scons: done building targets.

--
Asko Kauppi
Flextronics Design Finland
Finlaysoninkuja 21, 33210 Tampere, Finland






reply via email to

[Prev in Thread] Current Thread [Next in Thread]