[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Any idea how to deal with multiple definitions in new version of genometester?



Andreas Tille <andreas@an3as.eu> writes:

> I tried to build genometester but my attempt to avoid redefinition of
> some functions failed obviously[1].  Any help would be appreciated.

Hi, Andreas.

It looks like this code base still goes by an old non-standard notion of
the semantics of "inline" with vs. without "extern" in C [1].  Please
try building with -fgnu89-inline or changing all occurrences of "inline
extern" in headers to just "inline" (or perhaps "static inline").

[1] https://blahg.josefsipek.net/?p=529

-- 
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?amu@monk.mit.edu


Reply to: