← Back to team overview

kicad-developers team mailing list archive

Re: *****SPAM***** Re: [kicad-devel] Problems compiling for

 

Hallo and see below (and thanks for your time)

Dick Hollenbeck napsal(a):
What is looking? CMake or gcc?

CMake


What file is """it""" looking for?

richtext library file (wxmsw25_richtext.a), qa library file (wxmsw25_qa.a) and so on accorind to this list from FindwxWidgets.cmake file:

FOREACH(LIB core adv aui html media xrc dbgrid gl qa richtext)


Maybe you can post some output.

I recently used CMake to cross compile a windows DLL, and it went pretty
well. Mingw32 stuff was all self contained, and the compiler never went
looking for anything in the categories:

1) C runtime library
2) gcc support libraries
3) C runtime headers

It was all pretty painless. This was on ubuntu hardy with these
standard packages installed:

ii mingw32
4.2.1.dfsg-1ubuntu1 Minimalist GNU win32 (cross) compiler
ii mingw32-binutils
2.17.50-20070129.1-1 Minimalist GNU win32 (cross) binutils
ii mingw32-runtime
3.13-1 Minimalist GNU win32 (cross) runtime


ii mingw32
4.2.1.dfsg Minimalist GNU win32 (cross) compiler
ii mingw32-binutils
2.18.50 Minimalist GNU win32 (cross) binutils
ii mingw32-runtime
3.13-1 Minimalist GNU win32 (cross) runtime

Ubuntu JJ

Milan

Milan,

I don't have time or need to work through this on my system. I would like for you to succeed however. If you cannot do what I suggested in my earlier postings, which included editing the FindwxWidgets.cmake file copy, then perhaps you can get some help from the author of that file. I believe his email address is in the file.

Otherwise perhaps you can simply edit the file to remove the features you do not need, but this would involve understanding it.

Dick







References