-
I have tried.
I had:
In file included from /usr/include/gmp.h:43,
from /usr/include/libguile.h:24,
from /usr/local/include/libgeda/libgeda.h:28,
from to-xml.cpp:25:
/usr/include/gmp-i386.h:2178: error: declaration of C function ‘std::ostream& operator
2009-11-14 20:41:07 UTC in GPL'd Electronic Design Automation
-
1. This is what I do for code. Not for one page of documentation.
2. With a minimal knowledge of file format and a graphical diff view of the two first attached files, one can easily distinguish between repositioning and corrections.
I never expected any user patch to be applied as-is.
Let us forget about this one.
Sorry bothering you.
Next time, I will just fill bug reports.
Bye.
2009-10-06 11:42:40 UTC in GPL'd Electronic Design Automation
-
I wanted to modify the gEDA/gaf File Format Document.
What is the source?
docs/wiki/geda_file_format_spec.html I got from git?
The wiki content?
I submit a patch against the latter.
2009-09-12 16:20:59 UTC in GPL'd Electronic Design Automation
-
Some examples are wrong.
I corrected them.
I also repositioned the components so they all appear on the screen when gschem loads file_format_spec.sch.
2009-09-12 16:13:05 UTC in GPL'd Electronic Design Automation
-
I made a schematic with all the examples given on http://geda.seul.org/wiki/geda:file_format_spec.
gschem crashed!
2009-09-12 16:10:05 UTC in GPL'd Electronic Design Automation
-
My C++ application uses libgeda to read schematic files.
libgeda/prototype.h should tell compilers that libgeda functions have C linkage.
This done with an extern "C" parenthesis.
I have also borrowed libgeda/libgeda.h license header.
Though totally useless here, I have added protection against multiple inclusion.
2009-09-12 15:57:20 UTC in GPL'd Electronic Design Automation