-
Notifications
You must be signed in to change notification settings - Fork 179
compilation error #411
Comments
check this fix from issue #408 I had the same issue, must have been an update in vala's source dropping the use of out x, out y in that manner. I cant say for sure. What I can say is I was able to successfully build doing the following as stated in the above links. simply vim src/TerminalView.vala and change line 229 to this:
instead of this:
just change the out x, out y, not the out push_in, to ref x, ref y, out push_in |
Good day sir, i will try this right now , thanks for the tip:D |
Worked like a charm thanks for everything ! Have a good day sir ! [Update] Now after instaling it gives me
|
I got that too. Which I reported as issue #410
but that doesnt fix the root issue so expect instability. |
Thanks for all, now it's working btw i'm on arch xfce4 not gnome |
Nice! This needs to be merged. |
The text was updated successfully, but these errors were encountered: