[GH-ISSUE #344] TheIDE: file preprocessing doesn't work on Linux. #100

Closed
opened 2026-05-05 03:40:10 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @lukoml on GitHub (Jan 9, 2026).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/344

App: AddressBook.

Preprocessing /home/xxx/dvlp/cpp/code/upp/git/examples/AddressBook/AddressBook.cpp
cd /home/xxx/dvlp/cpp/code/upp/git/examples/AddressBook
clang++ -c  -I"/home/xxx/dvlp/cpp/code/upp/git/examples" -I"/home/xxx/dvlp/cpp/code/upp/git/uppsrc" -I"" -DflagGUI -DflagMAIN -DflagCLANG -DflagDEBUG -DflagSHARED -DflagDEB
    UG_FULL -DflagBLITZ -DflagPOSIX -DflagLINUX  -o /home/xxx/dvlp/cpp/code/upp/.config/u++/theide/AddressBook.i.tmp -E "/home/xxx/dvlp/cpp/code/upp/git/examples/AddressBoo
    k/AddressBook.cpp" -std=c++17 -Wno-logical-op-parentheses
clang++: warning: argument unused during compilation: '-c' [-Wunused-command-line-argument]
In file included from /home/xxx/dvlp/cpp/code/upp/git/examples/AddressBook/AddressBook.cpp:4:
In file included from /home/xxx/dvlp/cpp/code/upp/git/uppsrc/CtrlLib/CtrlLib.h:4:
In file included from /home/xxx/dvlp/cpp/code/upp/git/uppsrc/CtrlCore/CtrlCore.h:45:
/home/xxx/dvlp/cpp/code/upp/git/uppsrc/CtrlCore/Gtk.h:12:10: fatal error: 'gtk/gtk.h' file not found
   12 | #include <gtk/gtk.h>
      |          ^~~~~~~~~~~
1 error generated.

The same problem with "Show assembler code".

Originally created by @lukoml on GitHub (Jan 9, 2026). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/344 App: AddressBook. ``` Preprocessing /home/xxx/dvlp/cpp/code/upp/git/examples/AddressBook/AddressBook.cpp cd /home/xxx/dvlp/cpp/code/upp/git/examples/AddressBook clang++ -c -I"/home/xxx/dvlp/cpp/code/upp/git/examples" -I"/home/xxx/dvlp/cpp/code/upp/git/uppsrc" -I"" -DflagGUI -DflagMAIN -DflagCLANG -DflagDEBUG -DflagSHARED -DflagDEB UG_FULL -DflagBLITZ -DflagPOSIX -DflagLINUX -o /home/xxx/dvlp/cpp/code/upp/.config/u++/theide/AddressBook.i.tmp -E "/home/xxx/dvlp/cpp/code/upp/git/examples/AddressBoo k/AddressBook.cpp" -std=c++17 -Wno-logical-op-parentheses clang++: warning: argument unused during compilation: '-c' [-Wunused-command-line-argument] In file included from /home/xxx/dvlp/cpp/code/upp/git/examples/AddressBook/AddressBook.cpp:4: In file included from /home/xxx/dvlp/cpp/code/upp/git/uppsrc/CtrlLib/CtrlLib.h:4: In file included from /home/xxx/dvlp/cpp/code/upp/git/uppsrc/CtrlCore/CtrlCore.h:45: /home/xxx/dvlp/cpp/code/upp/git/uppsrc/CtrlCore/Gtk.h:12:10: fatal error: 'gtk/gtk.h' file not found 12 | #include <gtk/gtk.h> | ^~~~~~~~~~~ 1 error generated. ``` The same problem with "Show assembler code".
Author
Owner

@mirek-fidler commented on GitHub (Jan 22, 2026):

Should be now fixed, please test (and close if OK)

<!-- gh-comment-id:3783629819 --> @mirek-fidler commented on GitHub (Jan 22, 2026): Should be now fixed, please test (and close if OK)
Author
Owner

@lukoml commented on GitHub (Jan 22, 2026):

Fixed.

<!-- gh-comment-id:3787160154 --> @lukoml commented on GitHub (Jan 22, 2026): Fixed.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#100
No description provided.