You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ninja: fatal: CreateProcess: The parameter is incorrect.
(is the command line too long?)
There are a lot of absolute paths in the generated build.ninja file.
Only the gtk header files use absolute paths while the source files use relative paths.
No need to treat source files and header files differently.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There are a lot of absolute paths in the generated build.ninja file.
Only the gtk header files use absolute paths while the source files use relative paths.
No need to treat source files and header files differently.
Keep relative paths.
Beta Was this translation helpful? Give feedback.
All reactions