Bug #10822 2007-04-06 20:59

ondra_holub

Missing PlaceWindow on non-windows platforms

void PlaceWindow(wxWindow *w, cbPlaceDialogMode mode, bool enforce) does not exist on non-windows platform and therefore leads to unresolved external on Linux.

I suggest to add at least empty function stub into file global.cpp.

Category
Application::Error
Group
 
Status
Closed
Close date
2007-04-09 10:29
Assigned to
biplab
ondra_holub 2007-04-06 21:06

Patch #1950 (with workaround) submitted.

biplab 2007-04-09 10:25

This bug is now fixed in head.

I had to reject the patch you submitted as it was not addressing the problem correctly.

Thanks for reporting this bug.

biplab 2007-04-09 10:29

Please Note: Please *clean* your old compiled files first and then recompile the source. Otherwise the bug will haunt you again.