1
Nightly builds / Re: The 29 January 2023 build (13166) is out.
« Last post by Pecan on Yesterday at 11:04:08 pm »Hi.Applied. Head rev 13177Hum...
Doesn't seems to be enough.
There are still includes errors (see attached build output related to rev 13177)
Regards
Xav'
Is it possible that the errors are occurring with include locations because "$(srcdir)" is missing from the last four -I statements?
Code
AM_CPPFLAGS = \
$(WX_CXXFLAGS) \
-I$(top_srcdir)/src/include \
-I$(top_srcdir)/src/sdk/wxscintilla/include \
-I$(top_srcdir)/src/include/tinyxml \
-Isrc \
-Isrc/LSPclient \
-Isrc/codecompletion \
-Isrc/unixprocess
It seems to me that other \contrib .am files have "$(srcdir)" prefixed to their -I statements when there are subDirs containing .cpp and .h files.
Comments from anyone with any experience appreciated.
I'm floundering.