jetrois / itransmission

Automatically exported from code.google.com/p/itransmission
0 stars 0 forks source link

Build from source-PKG-CONFIG error on CURL #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Execute build.sh from command line. (In my case I changed it to 
build.command and executed in Terminal via doubleclick.
2. Receive this error:

checking for LIBCURL... configure: error: in 
`/Users/vergilkint/transmission-2.42':
configure: error: The pkg-config script could not be found or is too old.  Make 
sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Alternatively, you may set the environment variables LIBCURL_CFLAGS
and LIBCURL_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

To get pkg-config, see <http://www.freedesktop.org/software/pkgconfig>.
See `config.log' for more details
make: *** No targets specified and no makefile found.  Stop.
make: Nothing to be done for `install'.
~
logout

[Process completed]

What is the expected output? What do you see instead?
Built libraries for iTransmission Xcode project, libtransmission.

What version of the product are you using? On what operating system?
Downloaded source code today. Snow Leopard.

Please provide any additional information below.

Original issue reported on code.google.com by tjfallo...@gmail.com on 14 Nov 2011 at 9:38