Error compiling 8971 and 8972 under Windows

Bug #506845 reported by LucaDC
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
High
Jon A. Cruz

Bug Description

I got a compiling error in latest revisions under Windows XP.
To correct it I changed an #elif into an #elifdef in src\ui\uxmanager.cpp (row 72):

64: #ifdef GDK_WINDOWING_X11
... ...
72: #elif GDK_WINDOWING_WIN32
73: floatwindowIssues = true;
74: #endif // GDK_WINDOWING_WIN32

64: #ifdef GDK_WINDOWING_X11
... ...
72: #elifdef GDK_WINDOWING_WIN32
73: floatwindowIssues = true;
74: #endif // GDK_WINDOWING_WIN32

Thanks.

Tags: build win32
Revision history for this message
jazzynico (jazzynico) wrote :

Confirmed on Windows XP.

Changed in inkscape:
importance: Undecided → High
status: New → Confirmed
tags: added: build win32
Changed in inkscape:
assignee: nobody → Jon A. Cruz (jon-joncruz)
Revision history for this message
Jon A. Cruz (jon-joncruz) wrote :

Fix committed as of revision #8986.

Changed in inkscape:
status: Confirmed → In Progress
status: In Progress → Fix Committed
Changed in inkscape:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.