gnudatalanguage / gdl

GDL - GNU Data Language
GNU General Public License v2.0
274 stars 61 forks source link

Compilation error #1738

Closed fawltylanguage closed 7 months ago

fawltylanguage commented 7 months ago

Current git version on OpenSuSE Tumbleweed, wxWidgets 3.2.4:

/tmp/gdl/src/gdlwidget.cpp: In member function ‘wxSlider* GDLWidgetSlider::GetSliderWidget()’:
/tmp/gdl/src/gdlwidget.cpp:5047:27: error: ‘Node’ is not a member of ‘wxWindowList’
 5047 |       for ( wxWindowList::Node *node = l.GetFirst(); node; node = node->GetNext() ) {
      |                           ^~~~
GillesDuvert commented 7 months ago

thanks, fixed now.

frankmri commented 7 months ago

Ha that was my bad...still on a 3.0.4 wxWidgets version here....

Thanks again Frank

fawltylanguage commented 7 months ago

Still fails to build:

/tmp/gdl/src/gdlwidget.cpp: In member function ‘wxSlider* GDLWidgetSlider::GetSliderWidget()’:
/tmp/gdl/src/gdlwidget.cpp:5047:13: error: ‘wxWindowListNode’ was not declared in this scope; did you mean ‘wxWindowList’?
 5047 |       for ( wxWindowListNode *node = l.GetFirst(); node; node = node->GetNext() ) {
      |             ^~~~~~~~~~~~~~~~
      |             wxWindowList
GillesDuvert commented 7 months ago

Hope this ends it :smile:

frankmri commented 7 months ago

Maybe 😁

Cheers Frank

Le 24 janvier 2024 16:49:50 Giloo @.***> a écrit :

Hope this ends it 😄

— Reply to this email directly, view it on GitHubhttps://github.com/gnudatalanguage/gdl/issues/1738#issuecomment-1908405882, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A63KMHB3YQNSR2VHXVJKJKTYQEURZAVCNFSM6AAAAABCHTYVSWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBYGQYDKOBYGI. You are receiving this because you commented.Message ID: @.***>