The time now is Thu 23 May 2013, 21:31
All times are UTC - 4 |
| Author |
Message |
Evil20071

Joined: 07 Jun 2008 Posts: 425 Location: Piedmont, SC,.United States
|
Posted: Wed 19 Sep 2012, 18:00 Post subject:
libffi Subject description: Needed to build GNOME 3 |
|
Well... I'm working on building GNOME 3, but I'm trying to get libffi to work first... I think I'm missing something, since it's been about 4 years since I last used GCC and built something... I've successfully completed the "configure" part of getting the build done. I've done make ./Makefile and make install ./Makefile and they both complete with no errors, but when I go to make the GTK, it says it's not been done. What am I missing?
_________________
Click for Detailed PC info

|
|
Back to top
|
|
 |
Evil20071

Joined: 07 Jun 2008 Posts: 425 Location: Piedmont, SC,.United States
|
Posted: Wed 19 Sep 2012, 18:09 Post subject:
|
|
Just realized, I have the libffi.so files in /usr/local/lib but it's not reading them in GCC when it goes to do the configure command?
| Code: | checking for LIBFFI... no
configure: error: Package requirements (libffi >= 3.0.0) were not met:
No package 'libffi' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables LIBFFI_CFLAGS
and LIBFFI_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details. |
_________________
Click for Detailed PC info

|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2677 Location: Kiel,Germany
|
Posted: Wed 19 Sep 2012, 19:32 Post subject:
|
|
| Code: | | cat /usr/lib/pkgconfig/libffi.pc |
should show something like this :
| Code: | prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${libdir}/libffi-3.0.9/include
Name: libffi
Description: Library supporting Foreign Function Interfaces
Version: 3.0.9
Libs: -L${libdir} -lffi
Cflags: -I${includedir} |
|
|
Back to top
|
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|
[ Time: 0.0381s ][ Queries: 12 (0.0037s) ][ GZIP on ] |