paragui-users
[Top][All Lists]
Advanced

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

[paragui-users] problem with 1.0.3 and dev-c++


From: Fabien Marchewka
Subject: [paragui-users] problem with 1.0.3 and dev-c++
Date: Tue, 15 Apr 2003 11:06:00 +0200

Hello,
I try to compile paragui under dev-cpp. When I opened paragui.dev, I have an error with pgbuttongroup file not found.
Ok the rest of compilation works. (another question: I put .lib file of freetype and physfs and SDL_image but I don't know if it works because usually i have .a files ... Perhaps someone know where can I find freetype.a, physfs.a ane SDL_image.a instead of .lib files ...) but compil process works well.
I put the dll in the windows/system and pragui.a in the lib directory of dev-cpp
 
after that I try to compile paratest.dev.
 
g++.exe paratest.o  -o "paratest.exe" -L"C:/Dev-Cpp/lib" -mwindows -lSDLmain -lSDL -lparagui -Wl,-u,address@hidden
 
paratest.o(.data$_ZTV13PG_ColumnItem+0x28):paratest.cpp: undefined reference to `PG_ListBoxBaseItem::eventMouseButtonUp(SDL_MouseButtonEvent const*)'
paratest.o(.data$_ZTV13PG_ColumnItem+0x88):paratest.cpp: undefined reference to `PG_ListBoxBaseItem::eventMouseLeave()'
 
paratest.o(.data$_ZTV13PG_ColumnItem+0x8c):paratest.cpp: undefined reference to `PG_ListBoxBaseItem::eventMouseEnter()'
paratest.o(.data$_ZTV13PG_ColumnItem+0xb8):paratest.cpp: undefined reference to `PG_ListBoxBaseItem::eventHide()'
paratest.o(.data$_ZTV14PG_ListBoxItem+0x28):paratest.cpp: undefined reference to `PG_ListBoxBaseItem::eventMouseButtonUp(SDL_MouseButtonEvent const*)'
paratest.o(.data$_ZTV14PG_ListBoxItem+0x88):paratest.cpp: undefined reference to `PG_ListBoxBaseItem::eventMouseLeave()'
paratest.o(.data$_ZTV14PG_ListBoxItem+0x8c):paratest.cpp: undefined reference to `PG_ListBoxBaseItem::eventMouseEnter()'
paratest.o(.data$_ZTV14PG_ListBoxItem+0xb8):paratest.cpp: undefined reference to `PG_ListBoxBaseItem::eventHide()'
 
make.exe: *** [paratest.exe] Error 1
 

reply via email to

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