View Issue Details

IDProjectCategoryView StatusLast Update
0004467NoesisGUIStudiopublic2025-11-13 01:41
Reporterdhousky Assigned Tojsantos  
PrioritynormalSeverityblock 
Status resolvedResolutionfixed 
Product Version3.2.10 
Target Version3.2.11Fixed in Version3.2.11 
Summary0004467: LangServer.h fails to compile with [-Werror,-Wundef]
Description

Please use the patch from chat to make safe with -Wundef (also pasted below):

Index: LangServer.h
===================================================================
--- LangServer.h    (revision 16201)
+++ LangServer.h    (working copy)
@@ -17,6 +17,8 @@
     // Enable the Language Server only on platforms that support Visual Studio Code
     // Set HAVE_LANG_SERVER to 0 if you don't want the ApplicationLauncher to initialize it
     #define HAVE_LANG_SERVER 1
+  #else
+    #define HAVE_LANG_SERVER 0
   #endif
 #endif
PlatformAny

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-10-29 22:35 dhousky New Issue
2025-10-29 22:59 jsantos Assigned To => jsantos
2025-10-29 22:59 jsantos Status new => assigned
2025-10-29 22:59 jsantos Product Version Studio_Beta => 3.2.10
2025-10-29 22:59 jsantos Target Version => 3.2.11
2025-10-29 22:59 jsantos Description Updated
2025-11-13 01:41 jsantos Status assigned => resolved
2025-11-13 01:41 jsantos Resolution open => fixed
2025-11-13 01:41 jsantos Fixed in Version => 3.2.11