I need help compiling mate-panel #1538
Replies: 1 comment 2 replies
-
|
What happens if you skip the
test -f configure || ./bootstrap
line and just go with
autogen.sh
followed by
make ?
…On 12/23/2025 at 1:48 AM, "Sturm0" ***@***.***> wrote:
I don't understand what I'm doing wrong.
I installed the dependencies using:
`sudo apt install build-essential autopoint mate-common libglib2.0-
dev yelp-tools gobject-introspection libgtk-3-dev libmate-desktop-
dev libmate-menu-dev libwnck-3-dev libmateweather-dev libgtk-layer-
shell-dev`
I executed: `test -f configure || ./bootstrap`
and then:` ./configure`
But I get this error:
```
./configure: line 14572: syntax error near unexpected token `0.6.7'
./configure: line 14572: `GOBJECT_INTROSPECTION_CHECK(0.6.7)'
```
--
Reply to this email directly or view it on GitHub:
#1538
You are receiving this because you are subscribed to this thread.
Message ID: <mate-desktop/mate-panel/repo-
***@***.***>
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Sturm0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't understand what I'm doing wrong.
I installed the dependencies using:
sudo apt install build-essential autopoint mate-common libglib2.0-dev yelp-tools gobject-introspection libgtk-3-dev libmate-desktop-dev libmate-menu-dev libwnck-3-dev libmateweather-dev libgtk-layer-shell-devI executed:
test -f configure || ./bootstrapand then:
./configureBut I get this error:
Beta Was this translation helpful? Give feedback.
All reactions