Re: [CMake] CMake with wxWidgets on Linux

2006-05-27 Thread William A. Hoffman
At 07:10 PM 5/27/2006, Brian Eastwood wrote: >Hi All, > >I've been using CMake for a few years on Windows and recently switched over to >Linux. I have been having some problems getting a basic hello world program >running using wxWidgets, and figured someone here probably know what I am >doing

Re: [CMake] CPack documentation

2006-05-27 Thread William A. Hoffman
At 08:46 PM 5/27/2006, Brandon J. Van Every wrote: >There doesn't appear to be any. Nothing in the 2.4.2 /doc directory. >Searching Kitware wiki yields only the briefest footnotes in some ITC planning >papers. FAQ doesn't have anything. Google doesn't yield anything. I do gain >some tidbits

[CMake] CPack documentation

2006-05-27 Thread Brandon J. Van Every
There doesn't appear to be any. Nothing in the 2.4.2 /doc directory. Searching Kitware wiki yields only the briefest footnotes in some ITC planning papers. FAQ doesn't have anything. Google doesn't yield anything. I do gain some tidbits from searching the CMake mailing list archives, but t

[CMake] CMake with wxWidgets on Linux

2006-05-27 Thread Brian Eastwood
Hi All, I've been using CMake for a few years on Windows and recently switched over to Linux. I have been having some problems getting a basic hello world program running using wxWidgets, and figured someone here probably know what I am doing wrong. Part of my confusion is the large number o

Re: [CMake] Re: XML/expat link error

2006-05-27 Thread Doug Henry
Same result with that change.  I did notice that it builds fine, even with my system expat-dev package installed, so the system expat isn't the issue.  I have my own toolchain, which also has expat in it, if I remove expat from my toolchain cmake will build.  Not sure exactly what this means yet, b