[Bug 415920] New: Wrong #include in libsatsolver-devel
https://bugzilla.novell.com/show_bug.cgi?id=415920 Summary: Wrong #include in libsatsolver-devel Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: libzypp AssignedTo: zypp-maintainers@forge.provo.novell.com ReportedBy: mrashmiranjan@novell.com QAContact: qa@suse.de Found By: --- While compiling some code written to use the libsatsolver-devel package, found these errors. ----------------------------------------------------------------- In file included from /usr/include/satsolver/transaction.h:18, from sat-backend.h:14, from solvecase.c:1: /usr/include/satsolver/job.h:19:18: error: pool.h: No such file or directory /usr/include/satsolver/job.h:20:20: error: solver.h: No such file or directory In file included from /usr/include/satsolver/job.h:22, from /usr/include/satsolver/transaction.h:18, from sat-backend.h:14, from solvecase.c:1: /usr/include/satsolver/xsolvable.h:12:18: error: repo.h: No such file or directory /usr/include/satsolver/xsolvable.h:13:22: error: solvable.h: No such file or directory -------------------------------------------------------------------- The problem is... in job.h #include <pool.h> #include <solver.h> Changing them to #include "pool.h" #include "solver.h" OR #include <satsolver/pool.h> #include <satsolver/solver.h> Solves the problem. Same problem with xsolvable.h also. And may be many more header files too. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=415920 User mls@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=415920#c4 Michael Schröder <mls@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Michael Schröder <mls@novell.com> 2008-09-01 12:16:18 MDT --- Fixed in svn. -- 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.
participants (1)
-
bugzilla_noreply@novell.com