kartik0000 / c-obix-tools

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

Build failed #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1../configure this runs properly
2.make all fails with the follwing error
3.

What is the expected output? What do you see instead?
 create the out files

the real out put is buid errors
./ixml_ext.h:33:23: error: upnp/ixml.h: No such file or directory
In file included from xml_config.h:39,
                 from xml_config.c:34:
./ixml_ext.h:49: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:57: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:65: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:73: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:81: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:91: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:102: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:116: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:125: error: expected ‘)’ before ‘*’ token
./ixml_ext.h:136: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:148: error: expected ‘)’ before ‘*’ token
./ixml_ext.h:162: error: expected ‘)’ before ‘*’ token
./ixml_ext.h:179: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:189: error: expected ‘)’ before ‘*’ token
./ixml_ext.h:207: error: expected ‘)’ before ‘*’ token
./ixml_ext.h:220: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
./ixml_ext.h:230: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
In file included from xml_config.c:34:
xml_config.h:114: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
xml_config.h:134: error: expected ‘)’ before ‘*’ token
xml_config.h:147: error: expected ‘)’ before ‘*’ token
xml_config.h:158: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
xml_config.h:174: error: expected ‘)’ before ‘*’ token
xml_config.h:187: error: expected ‘)’ before ‘*’ token
xml_config.h:204: error: expected ‘)’ before ‘*’ token
xml_config.h:222: error: expected ‘)’ before ‘*’ token
xml_config.h:238: error: expected ‘)’ before ‘*’ token
In file included from xml_config.c:36:
obix_utils.h:204: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘obix_obj_implementsContract’
xml_config.c:62: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
xml_config.c:95: error: expected ‘)’ before ‘*’ token
xml_config.c:108: error: expected ‘)’ before ‘*’ token
xml_config.c:119: error: expected ‘)’ before ‘*’ token
xml_config.c:150: error: expected ‘)’ before ‘*’ token
xml_config.c:196: error: expected ‘)’ before ‘*’ token
xml_config.c:242: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘*’ token
xml_config.c:283: error: expected ‘)’ before ‘*’ token
xml_config.c:350: error: expected ‘)’ before ‘*’ token
make[3]: *** [libcot_utils_la-xml_config.lo] Error 1
make[3]: Leaving directory `/home/linuxtest/Desktop/cot-0.1/src/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/linuxtest/Desktop/cot-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/linuxtest/Desktop/cot-0.1'
make: *** [all] Error 2

same with make all also 

What version of the product are you using? On what operating system?
Debian 13 and cot-0.1

Please provide any additional information below.

i have installed libupnp, libfcgi,libfci-dev 

Original issue reported on code.google.com by ajaianto...@gmail.com on 8 Feb 2011 at 7:31

GoogleCodeExporter commented 8 years ago
Could you please attach 3 following files to the bug report? 
1. The whole log generated by "./configure" 
2. The whole log generated by "make all"
3. Makefile from the project root, generated by "configure" script.

Also, did you use any arguments for "configure" script?

There could be an error in configure script that caused wrong configuration of 
libupnp library in your environment.

Original comment by Litvinov...@gmail.com on 8 Feb 2011 at 10:51

GoogleCodeExporter commented 8 years ago
There was some package config problem. So i downloaded all lig files saurce. 
rebuild and installed. 

After that Obix server build and install works properly

Now i am little confused how to integrate this to ligghtpd

Original comment by ajaianto...@gmail.com on 9 Feb 2011 at 7:41

GoogleCodeExporter commented 8 years ago
Unable to reproduce the issue. Not enough info received about the remote 
environment and actual errors. The problem could be not in configure script 
itself, but in the environment configuration.

Original comment by Litvinov...@gmail.com on 9 Feb 2011 at 9:24