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
(ldc-1.21.0)➜ libzfs-core git:(master) ✗ dub build git:(master|…
WARNING: A deprecated branch based version specification is used for the dependency taggedalgebraic. Please use numbered versions instead. Also note that you can still use the dub.selections.json file to override a certain dependency to use a branch instead.
Running pre-generate commands for libzfs-core-d...
/tank3/data/symmetry/develop/SIL-zfs/libzfs-core /tank3/data/symmetry/develop/SIL-zfs/libzfs-core
Error: Error parsing '/usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/include/stdint.h':
error: typedef redefinition with different types ('short' vs 'unsigned short')
error: typedef redefinition with different types ('int' vs 'unsigned int')
error: typedef redefinition with different types ('long long' vs 'unsigned long long')
error: unknown type name '_'
error: expected identifier or '('
Command failed with exit code 1: pushd /tank3/data/symmetry/develop/SIL-zfs/libzfs-core && d++ --preprocess-only --include-path include/libzfs --include-path include source/symmetry/api/libzfs_core.dpp && popd
(ldc-1.21.0)➜ libzfs-core git:(master) ✗ git remote show origin git:(master|…
* remote origin
Fetch URL: ssh://[email protected]:1022/integrate/libzfs-core.git
The text was updated successfully, but these errors were encountered:
I also cloned libzfs-core and dub build worked. I opened dub.sdl to see what was going on and uncommented d++ actually running after fixing the preGenerateCommands to the below:
No errors. I noticed that the version of dpp listed as a dependency (and it shouldn't, there should probably be a dub fetch instead in the preGenerateCommands) is 0.2.3. That is very old. It's possible that version had an issue. The current doesn't seem to.
The text was updated successfully, but these errors were encountered: