[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-bug: [ geda-Bugs-2823755 ] gnetlist: Compile error with DEBUG=1



Bugs item #2823755, was opened at 2009-07-19 03:00
Message generated for change (Tracker Item Submitted) made by kaimartin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=2823755&group_id=161080

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: KaiMartin (kaimartin)
Assigned to: Nobody/Anonymous (nobody)
Summary: gnetlist: Compile error with DEBUG=1

Initial Comment:
If the DEBUG directive is set in s_traverse.c, a compile of gnetlist fails with errors:

$ make install 
(...)
s_traverse.c:429: error: ‘OBJECT’ has no member named ‘visited’
make[2]: *** [s_traverse.o] Error 1
make[2]: Leaving directory `/usr/local/geda-src/gaf/gnetlist/src'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/local/geda-src/gaf/gnetlist'
make: *** [gnetlist_install] Error 2

The offending lines in s_traverse.c :

427      printf("c_current %s visited: %d\n",
428            c_current->other_object->name,
429            c_current->other_object->visited);

---<(kaimartin)>---

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=2823755&group_id=161080


_______________________________________________
geda-bug mailing list
geda-bug@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-bug