| Summary: | Webkit GTK 2.2.3 build fails if configured with --prefix command | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Niranjan Rao <nhrdls> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED INVALID | ||
| Severity: | Normal | CC: | cgarcia, mrobinson, zan |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | Linux | ||
|
Description
Niranjan Rao
2014-01-20 14:27:30 PST
I'm assuming glib is not installed in the prefix you're using. Because of that, aclocal can't find the glib autoconf macros, so this error occurs. Can you try exporting ACLOCAL_FLAGS='-I /glib/prefix' and then running configure? (In reply to comment #1) > I'm assuming glib is not installed in the prefix you're using. Because of that, aclocal can't find the glib autoconf macros, so this error occurs. > > Can you try exporting ACLOCAL_FLAGS='-I /glib/prefix' and then running configure? I'll try that and post over here. However larger issue still remains. Configure help says ================================== --prefix=PREFIX install architecture-independent files in PREFIX By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify an installation prefix other than \`$ac_default_prefix' using \`--prefix', for instance \`--prefix=\$HOME'. ================================== If we go by above logic, that means I need to have all my libs $HOME. Please suggest alternative way to install webkit build to different location, but still able to build from standard paths - which is what configure command without prefix flag does. I have built other webkit dependencies with --prefix command and only webkit compilation is affected by this flag. It looks like all others treat it as just output location. We no longer use autotools, but please create a new bug if you have issues with the CMake build. |