Skip to content
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

env: ‘./autogen.sh’: No such file or directory #15

Open
nicolasgoudard opened this issue Mar 22, 2021 · 1 comment
Open

env: ‘./autogen.sh’: No such file or directory #15

nicolasgoudard opened this issue Mar 22, 2021 · 1 comment

Comments

@nicolasgoudard
Copy link

nicolasgoudard commented Mar 22, 2021

Hello
Following the tutorial:
clone git project
go to the cloned directory

$ env ACLOCAL_FLAGS='-I /pkgconfig/share/aclocal -I /gtk/share/aclocal' \
        ./autogen.sh --prefix=${HOME}/gtkglext \
                     --enable-debug=yes

[root@myhost gtkglext]#  env ACLOCAL_FLAGS='-I /pkgconfig/share/aclocal -I /gtk/share/aclocal' \
>         ./autogen.sh --prefix=${HOME}/gtkglext \
>                      --enable-debug=yes
env: ‘./autogen.sh’: No such file or directory

best regards

@demolitionb
Copy link

Try:

./bootstrap
./configure

... however, it still doesn't compile for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants