-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fails using libtar #928
Comments
|
Oops, my fault :) Should be fixed now in the master branch as well as the 1.0.0 branch. |
|
Maybe we should add this configuration to CI? |
|
Fix looks good to me. My question would be, do you really need to support two archive libraries? libarchive is preferred, why not make it the only compression option? If you keep two options, I would add it to CI. |
|
libtar removal was discussed before. |
|
Hi, about CI: This is the first bug concerning compilation libtar that i'm aware of. In my opinion it would be a little bit too much to build a libtar-build with every commit. And if we would handle libtar this way, there would be also build with ladspa on/off, liblo on/off and so on. Maybe we could introduce a special branch which has a special travis configuration with a lot of those cmake switches turned on/off? |
Hydrogen version * : 1.0.0
Operating system + version : FreeBSD 12
Audio driver + version : oss
Setting WANT_LIBARCHIVE=off to build using libtar fails.
I am using libtar v1.2.11 and clang v9.0.1
The error is
I am unable to find a definition or use for
TmpFileCreatedanywhere other than that one line inSoundLibraryExportDialog.cppline 216.It would appear that the definition was removed in db36fb9
The text was updated successfully, but these errors were encountered: