Re: [CMake] Can't find wxWidgets

2015-07-09 Thread Bob Bachman
Richard Shaw writes: > > On Thu, Jul 9, 2015 at 2:32 PM, Bob Bachman wrote:Richard Shaw ...> writes:> Ok, so that's not what's going on... Is this a custom build of wxWidgets? > Is wx-config located in /usr/bin or somewhere else? We build wxWidgets here. It's not located in /usr/bin. Here's

Re: [CMake] Can't find wxWidgets

2015-07-09 Thread Richard Shaw
On Thu, Jul 9, 2015 at 2:32 PM, Bob Bachman wrote: > Richard Shaw writes: > > Ok, so that's not what's going on... Is this a custom build of wxWidgets? > Is wx-config located in /usr/bin or somewhere else? > > We build wxWidgets here. It's not located in /usr/bin. Here's our build > process. > >

Re: [CMake] Can't find wxWidgets

2015-07-09 Thread Bob Bachman
Richard Shaw writes: > > On Thu, Jul 9, 2015 at 2:10 PM, Bob Bachman wrote:Richard Shaw ...> writes:> On Thu, Jul 9, 2015 at 1:19 PM, Bob Bachman wrote:We've upgraded from wxWidgets2.8.10 to 3.0.2 and our CMake scripts can no > > longer find the required wxWidgets libs. The wxWidgets shared

Re: [CMake] Can't find wxWidgets

2015-07-09 Thread Richard Shaw
On Thu, Jul 9, 2015 at 2:10 PM, Bob Bachman wrote: > Richard Shaw writes: > > On Thu, Jul 9, 2015 at 1:19 PM, Bob Bachman jxeu3b3ms+tby3ivrkz...@public.gmane.org> wrote:We've upgraded from > wxWidgets > 2.8.10 to 3.0.2 and our CMake scripts can no > > longer find the required wxWidgets libs. Th

Re: [CMake] Can't find wxWidgets

2015-07-09 Thread Bob Bachman
Richard Shaw writes: > > On Thu, Jul 9, 2015 at 1:19 PM, Bob Bachman wrote:We've upgraded from wxWidgets 2.8.10 to 3.0.2 and our CMake scripts can no > longer find the required wxWidgets libs. The wxWidgets shared object files > have been built and exist in the same directory structure as the

Re: [CMake] Can't find wxWidgets

2015-07-09 Thread Richard Shaw
On Thu, Jul 9, 2015 at 1:19 PM, Bob Bachman wrote: > We've upgraded from wxWidgets 2.8.10 to 3.0.2 and our CMake scripts can no > longer find the required wxWidgets libs. The wxWidgets shared object files > have been built and exist in the same directory structure as the 2.8.10 > version. Any hel

Re: [CMake] Problem with CMake 3.3.0-rc3

2015-07-09 Thread Brad King
On 07/09/2015 01:43 PM, Clifford Yapp wrote: > OK, more info - it looks like the problem is limited to the CMake GUI > configure (although I haven't been able to test ccmake, the basic > cmake works) and the test file is pretty simple: Thanks. I've narrowed it down to this session: -

[CMake] Can't find wxWidgets

2015-07-09 Thread Bob Bachman
We've upgraded from wxWidgets 2.8.10 to 3.0.2 and our CMake scripts can no longer find the required wxWidgets libs. The wxWidgets shared object files have been built and exist in the same directory structure as the 2.8.10 version. Any help would be greatly appreciated. Thank you Here is the fin

Re: [CMake] Problem with CMake 3.3.0-rc3

2015-07-09 Thread Clifford Yapp
On Mon, Jul 6, 2015 at 11:53 AM, Brad King wrote: > Still, if we can easily fix 3.3 to not regress existing BRL-CAD > releases then we should do so. Can you use the above information > to strip it down to a minimal example showing the problem? OK, more info - it looks like the problem is limite

Re: [CMake] Finding internal libraries

2015-07-09 Thread John LaGrone
On 07/08/2015 06:52 PM, cmake-requ...@cmake.org wrote: cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR) project(ex1) find_package(foo REQUIRED) add_executable(ex1.x ex1.c) target_link_libraries(ex1.x foo) I don't understand. Does building the examples and lib (ie, 'everything') together work