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
{{ message }}
This repository was archived by the owner on Mar 14, 2018. It is now read-only.
But a problem has been discovered in the Source code:
the file UploadComponent/UploadManager.h is referring to the file PersistentSequence.h
But this file is delivered with the name "persistentsequence.h" (No Capital letters)
==> Error
"../../OSV_Qt_upload/UploadComponent/UploadManager.h:4:32: fatal error: PersistentSequence.h: No such file or directory"
because uppercase and lowercase letters differ for the Linux Filesystems.
Need to rename the delivered file as PersistentSequence.h (or update the reference in UploadManager.h)
upload-GUI successfully built on Ubuntu 15.10.
But a problem has been discovered in the Source code:
==> Error
"../../OSV_Qt_upload/UploadComponent/UploadManager.h:4:32: fatal error: PersistentSequence.h: No such file or directory"
because uppercase and lowercase letters differ for the Linux Filesystems.
Need to rename the delivered file as PersistentSequence.h (or update the reference in UploadManager.h)