Skip to content
This repository was archived by the owner on Mar 14, 2018. It is now read-only.
This repository was archived by the owner on Mar 14, 2018. It is now read-only.

Wrong reference to PersistentSequence.h #3

@Bch78

Description

@Bch78

upload-GUI successfully built on Ubuntu 15.10.

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions