-
Notifications
You must be signed in to change notification settings - Fork 350
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
Debug build failed #16
Comments
I assume that you don't build in the "texstudio" directory ? |
Yes, build goes inside directory which at the same level with texstudio dir |
please try out the latest commits |
So, I cloned repository again and it successfully compiled from
After making this, I created |
okay, fixed |
Description
For some reason, 'Debug' build constantly fails because of
git_revision.sh
script (while 'Release' build works just fine). Exact error looks as follows:Running
git_revision.sh
outside of build process (./git_revision.sh g++ <output_dir>
) tells that there are not enough permissions for creating specified file despite of the fact that all possible permissions are given. Even manually setting permissions (throughchmod 777 git_revision.sh
) does not do the trickSoftware information
OS: Kubuntu 17.10
Qt version: 5.9.1
The text was updated successfully, but these errors were encountered: