-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
buildfeature requestgood first issuerelease-blockingMust be done by the releaseMust be done by the release
Description
I don't understand what is going on with zstds header include structure, the paths are wrong and seem to assume that various directories are globally available..
Example:
cover.h in dictBuilder has
#include "mem.h"
#include "pool.h"
Neither exists in the same folder as cover, so I have to fix these by changing to
#include "../common/mem.h"
#include "../common/pool.h"
Then fix it again when I update zstd, after a few years I just have to ask..why?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildfeature requestgood first issuerelease-blockingMust be done by the releaseMust be done by the release