Problem with linux webgadget
Posted: Tue Jan 22, 2008 10:10 pm
Hi, can some one help to find where is problem. I have simple code from help file but it not working.
And it return error message:
Code: Select all
If OpenWindow(0, 0, 0, 600, 300, "WebGadget", #PB_Window_SystemMenu | #PB_Window_ScreenCentered) And CreateGadgetList(WindowID(0))
WebGadget(0, 10, 10, 580, 280, "http://www.purebasic.com")
; Note: if you want to use a local file, change last parameter to "file://" + path + filename
Repeat
Until WaitWindowEvent() = #PB_Event_CloseWindow
EndIf
/usr/bin/ld: cannot find -lstdc++
collect2: id returned 1 exit status