We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Try:
./bootstrap ./configure
... however, it still doesn't compile for me.
Sorry, something went wrong.
No branches or pull requests
Hello
Following the tutorial:
clone git project
go to the cloned directory
best regards
The text was updated successfully, but these errors were encountered: