Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=960201

--- Comment #10 from Björn Esser <[email protected]> ---
same as on F18... (-I/usr/include/graphviz isn't set here explicitly, either)

#ifndef QY2Graph_h
#define QY2Graph_h

#include <graphviz/gvc.h>

include is correct...

#ifndef                 GVC_H
#define                 GVC_H

#include "types.h" // include "..." should eval to same dir as file including

#ifndef GV_TYPES_H
#define GV_TYPES_H

#include <stdio.h>
#include <assert.h>
#include <signal.h>

...

#ifdef WITH_CGRAPH
#include <cgraph.h> // here it's wrong ! --> "cgraph.h"
...
#else
...
#endif

Or do you think differently?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=iuNQAjGIhe&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to