Search found 6 matches

by fordfrog
Wed Dec 11, 2019 3:25 pm
Forum: Install / Compile
Topic: Cannot create object 'Box': (/usr/lib64/freecad/lib64/Part.so: undefined symbol: _ZTV23BRepExtrema_OverlapTool)
Replies: 1
Views: 355

Cannot create object 'Box': (/usr/lib64/freecad/lib64/Part.so: undefined symbol: _ZTV23BRepExtrema_OverlapTool)

i'm on gentoo linux, freecad installed using ebuild from waebbl overlay ( https://github.com/waebbl/waebbl-gentoo/blob/master/media-gfx/freecad/freecad-9999.ebuild ) from the master branch as of commit 1a87354282ae9441b032de5dbdf825d8a5c7c4ec. freecad installs fine, but when i start it and try to op...
by fordfrog
Fri Aug 02, 2019 10:42 am
Forum: Install / Compile
Topic: [SOLVED] multilib system: error adding symbols: file in wrong format
Replies: 9
Views: 7235

Re: [SOLVED] multilib system: error adding symbols: file in wrong format

i just switched kicad to opencascade, it has default dependency on oce :-)
by fordfrog
Wed Jul 31, 2019 12:46 pm
Forum: Install / Compile
Topic: [SOLVED] multilib system: error adding symbols: file in wrong format
Replies: 9
Views: 7235

Re: multilib system: error adding symbols: file in wrong format

weabbl, you hit the nail at the head :-) I did not notice this conflict but that was probably the exact cause. i really have both implementations installed (oce pulled in by kicad). i noticed that oce still used the old lib path so i rebuilt it. i did not check whether this fixed the issue or not th...
by fordfrog
Fri Jul 05, 2019 7:41 pm
Forum: Install / Compile
Topic: [SOLVED] multilib system: error adding symbols: file in wrong format
Replies: 9
Views: 7235

Re: multilib system: error adding symbols: file in wrong format

thank you both for your answers :-) i tried to downgrade cmake to 3.13.5 (that's the oldest we have) but that did not work. up to that, it issued some warnings about boost. then i tried to set the following on the cmake with no success (it's not grabbed by salomesmesh obviously): -DOPENGL_gl_LIBRARY...
by fordfrog
Fri Jul 05, 2019 8:00 am
Forum: Install / Compile
Topic: [SOLVED] multilib system: error adding symbols: file in wrong format
Replies: 9
Views: 7235

[SOLVED] multilib system: error adding symbols: file in wrong format

i am building freecad on gentoo linux from my ebuild at https://gitweb.gentoo.org/dev/fordfrog.git/tree/media-gfx/freecad . it used to compile fine for quite a long time, but gentoo has recently moved to new profile and all libs on amd64 systems are now in /usr/lib64. that works for most libraries u...