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

gEDA-bug: [ geda-Bugs-2075687 ] gschem mingw compile error



Bugs item #2075687, was opened at 2008-08-26 13:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=818426&aid=2075687&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: gschem
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: arndt_t (arndt_t)
Assigned to: Nobody/Anonymous (nobody)
Summary: gschem mingw compile error

Initial Comment:
Hello!

I've got the following error if i try to compile gschem under mingw:

/geda_bin/lib/libgeda.a(s_log.o): In function `s_log_init':/geda/libgeda-1.5.0/src/s_log.c:77: multiple definition of `do_logging'
globals.o:/geda/geda-gschem-1.5.0/src/globals.c:(.data+0x4): first defined here
/geda_bin/lib/libgeda.a(o_basic.o): In function `inside_region':/geda/libgeda-1.5.0/src/o_basic.c:58: multiple definition of `select_func'
globals.o:/geda/geda-gschem-1.5.0/src/globals.c:(.data+0x0): first defined here
make[2]: *** [gschem.exe] Error 1
make[2]: Leaving directory `/geda/geda-gschem-1.5.0/src'
make[1]: *** [all-recursive] Error 1

gschem/globals.c file:
line 50: int do_logging = TRUE;
line 54: void (*select_func)()= o_select_object; /* NEW 
         SELECTION code */

libgeda/s_log.c file:
line 53: int do_logging = 0;

libgeda/o_basic.c file:
line 37: void (*select_func)() = NULL;



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

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


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