kartik0000 / c-obix-tools

Automatically exported from code.google.com/p/c-obix-tools
0 stars 0 forks source link

Build failed #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.download the code
2../confure 
3. build fails with the error
checking for UPNP... configure: error: Package req
ere not met:

No package 'libupnp' found

Consider adjusting the PKG_CONFIG_PATH environment
installed software in a non-standard prefix.

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

What is the expected output? What do you see instead?
The c obis server project is supported to run properly

What version of the product are you using? On what operating system?

Fedora
Please provide any additional information below.
Nil

Original issue reported on code.google.com by ajaianto...@gmail.com on 3 Feb 2011 at 10:24

GoogleCodeExporter commented 8 years ago
As written in README file, the project has dependencies on the following 
libraries:
  - libfcgi
  - libupnp
  - libcurl

According to the error message you've posted, configure script did not find 
'libupnp' library. Make sure that it is available in your building environment.

Original comment by Litvinov...@gmail.com on 3 Feb 2011 at 11:12

GoogleCodeExporter commented 8 years ago
If you need further information on compiling or cross-compiling the project, 
please contact me via e-mail.

Original comment by Litvinov...@gmail.com on 3 Feb 2011 at 5:52