View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008373CMakeModulespublic2009-01-13 15:202016-06-10 14:30
ReporterMatt Melton 
Assigned ToMiguel Figueroa 
PrioritynormalSeveritytextReproducibilitysometimes
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008373: Docs need updating for the findwxwidgets module
DescriptionDocs should be updated so that wxWidget users use the "mono" component keyword when linking against a Monolithic compile (ie: wxPack).

For example, the find package line should be:
FIND_PACKAGE(wxWidgets COMPONENTS mono [REQUIRED])

This was not evident or highlighted well enough. I have spent "a while" faced with a monolithic linking problem.

Hths
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0014645)
Miguel Figueroa (developer)
2009-01-20 14:57

The problem here is that, IIRC MONOLITHIC builds have been deprecated by wxWidgets and are not recommended. Also, right now I don't have a way to work in windows and linux both with the same behaviour. Last but not least, there should be a check for conflicting libs (mono vs multilib), so that people don't link to both.

So this mono thing is there for backward compatibility of some sort, but is not well supported. I guess we could document this, but then I really haven't decided not to support monolithic libs, rather I haven't had the time nor been given the patch to implement consistent support for it.

Ideas are welcome.
(0041493)
Kitware Robot (administrator)
2016-06-10 14:27

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2009-01-13 15:20 Matt Melton New Issue
2009-01-20 14:46 Miguel Figueroa Status new => assigned
2009-01-20 14:46 Miguel Figueroa Assigned To => Miguel Figueroa
2009-01-20 14:57 Miguel Figueroa Note Added: 0014645
2010-05-09 04:07 Alex Neundorf Category CMake => Modules
2016-06-10 14:27 Kitware Robot Note Added: 0041493
2016-06-10 14:27 Kitware Robot Status assigned => resolved
2016-06-10 14:27 Kitware Robot Resolution open => moved
2016-06-10 14:30 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team