kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #01180
Re: CMake on Linux
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Frank Bennett" <bennett78@...>
-
Date:
Tue, 11 Mar 2008 21:16:04 -0000
-
In-reply-to:
<e96e29a80802271627g7e7c861bi6b2c134ab5301085@...>
-
User-agent:
eGroups-EW/0.82
--- In kicad-devel@xxxxxxxxxxxxxxx, "Mateusz SkowroÅski" <skowri@...>
wrote:
> cmake -DCMAKE_BUILD_TYPE=Debug -DwxWidgets_USE_DEBUG=ON \
-DwxWidgets_CONFIG_EXECUTABLE=/usr/local/bin/wx-config ../../
> > That did it...it's making now! I also had a
> > /usr/local/wx/bin/wx-config but not first in the PATH.
> >
> You're welcome.
> Happy hacking.
> Mateusz
>
works fine (make, make install) in ../../Build/Debug, kicad runs fine,
but not in the Release Dir:
cmake -DCMAKE_BUILD_TYPE=Release \
-DwxWidgets_CONFIG_EXECUTABLE=/usr/local/bin/wx-config ../../
make, make install seems happy but when I run:
/home/fwb/homepage# kicad
Fatal Error: Mismatch between the program and library build versions
detected.
The library used 2.8 (debug,ANSI,compiler with C++ ABI 1002,wx
containers,compatible with 2.6),
and your program used 2.8 (no debug,ANSI,compiler with C++ ABI 1002,wx
containers,compatible with 2.6).
Abort (core dumped)
How best to cleanup? which libraries? I tried to remake wxWidgets
without debug as well...make clean doesn't.
thanks,
Frank
References