https://bugzilla.novell.com/show_bug.cgi?id=230743 Summary: libzypp Debian compatibility Product: openSUSE 10.2 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: libzypp AssignedTo: kkaempf@novell.com ReportedBy: martin@gamesplace.info QAContact: kkaempf@novell.com Hi! I am currently trying to compile libzypp on Debian but I run into one problem. Debian stores the libzypp development files to /usr/include/libxml2/libxml, which OpenSuSE does not seem to do. That's why running make is not successful: :::::::::::::::::::::::::::::::::::::::::: make[5]: Entering directory `/mnt/sda1/zypp/zypp-2.9.1/zypp2/source/yum' /bin/bash ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DZYPP_BASE_LOGGER_LOGGROUP=\"yum\" -g -Wall -O2 -g -O3 -Wall -Wformat -Woverloaded-virtual -D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 -c -o YUMSourceCacher.lo YUMSourceCacher.cc g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -DZYPP_BASE_LOGGER_LOGGROUP=\"yum\" -g -Wall -O2 -g -O3 -Wall -Wformat -Woverloaded-virtual -D_LARGE_FILES= -D_FILE_OFFSET_BITS=64 -c YUMSourceCacher.cc -fPIC -DPIC -o libs/YUMSourceCacher.o In file included from YUMSourceCacher.cc:19: ./../../zypp/parser/SAXParser.h:16:27: error: libxml/parser.h: No such file or directory ./../../zypp/parser/SAXParser.h:38: error: expected ',' or '...' before '*' token ./../../zypp/parser/SAXParser.h:38: error: ISO C++ forbids declaration of 'xmlChar' with no type ./../../zypp/parser/SAXParser.h:40: error: expected ',' or '...' before '*' token ./../../zypp/parser/SAXParser.h:40: error: ISO C++ forbids declaration of 'xmlChar' with no type ./../../zypp/parser/SAXParser.h:42: error: expected ',' or '...' before '*' token ./../../zypp/parser/SAXParser.h:42: error: ISO C++ forbids declaration of 'xmlChar' with no type ./../../zypp/parser/SAXParser.h:43: error: expected ',' or '...' before '*' token ./../../zypp/parser/SAXParser.h:43: error: ISO C++ forbids declaration of 'xmlChar' with no type ./../../zypp/parser/SAXParser.h:44: error: expected ',' or '...' before '*' token ./../../zypp/parser/SAXParser.h:44: error: ISO C++ forbids declaration of 'xmlChar' with no type ./../../zypp/parser/SAXParser.h:46: error: 'xmlSAXHandler' does not name a type ./../../zypp/parser/yum2/YUMPrimaryParser.h:29: error: expected ',' or '...' before '*' token ./../../zypp/parser/yum2/YUMPrimaryParser.h:29: error: ISO C++ forbids declaration of 'xmlChar' with no type ./../../zypp/parser/yum2/YUMPrimaryParser.h:30: error: expected ',' or '...' before '*' token ./../../zypp/parser/yum2/YUMPrimaryParser.h:30: error: ISO C++ forbids declaration of 'xmlChar' with no type make[5]: *** [YUMSourceCacher.lo] Error 1 :::::::::::::::::::::::::::::::::::::::::: libzypp should detect that the development files are stored at an other place and link to them correctly then. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.