Control: tags -1 confirmed pending thanks On 01/21/2015 08:38 AM, Leopold Palomo-Avellaneda wrote: > Package: assimp > Version: 3.0~dfsg-3 > Severity: important > > Dear Maintainer, > > * What exactly did you do (or not do) that was effective (or ineffective)? > > The debian version of the package shipped in sid or jessie has some symbols > dropped. > > * What was the outcome of this action? > > A simple program cannot be linked with the library. > > * What outcome did you expect instead? > > A linkeable lib.
well, the library *can* be used (as long as you don't use the dropped symbols) [...] > > I guess that the file libassimp3.ver doesn't contain all the needed stuff, > for instante aiMaterial and then it's not exported. But, I'm not sure. yes, thanks for the hint. while ordinary (C-style) "ai*" symbols are exported, the C++ name-mangling prevents classes starting with "ai" to be exported (including aiMaterial). the fix is simple (adding another "ai*" line within the C++-scope). so we only need to get a freeze-exception from ftp-masters. msd IOhannes
signature.asc
Description: OpenPGP digital signature

