Bug 100465 - building wxgtk26 applications break if wxgtk24 is installed too
Summary: building wxgtk26 applications break if wxgtk24 is installed too
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Khon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-18 08:50 UTC by Michael Reifenberger
Modified: 2006-11-29 18:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Reifenberger 2006-07-18 08:50:13 UTC
	Building an application which needs wxgtk26 (which header resides under 
	/usr/X11R6/include/wx-2.6/) fails if:
	- wxgtk24 is installed (which header files reside under /usr/X11R6/include/wx/
	- /usr/X11R6/include is early in the search path.

Fix: 

Move wxgtk24 headers into their own subdir /usr/X11R6/include/wx-2.4
	during installation
How-To-Repeat: 	Install x11-toolkits/wxgtk24 and x11-toolkits/wxgtk26
	Try to build cad/kicad
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-18 11:09:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->fjoe

Over to maintainer
Comment 2 Max Khon freebsd_committer freebsd_triage 2006-11-29 18:44:44 UTC
State Changed
From-To: open->closed

wxgtk24* ports fixed. Thanks for the report!
Comment 3 dfilter service freebsd_committer freebsd_triage 2006-11-29 18:45:09 UTC
fjoe        2006-11-29 18:44:58 UTC

  FreeBSD ports repository

  Modified files:
    x11-toolkits/wxgtk24 Makefile pkg-plist 
    x11-toolkits/wxgtk24-contrib Makefile pkg-plist 
  Log:
  Set wxgtk2.4 include directory to ${PREFIX}/include/wx-2.4/wx.
  This resolves header conflicts with wxgtk2-2.6+.
  
  PR:             100465
  
  Revision  Changes    Path
  1.10      +1 -1      ports/x11-toolkits/wxgtk24-contrib/Makefile
  1.3       +96 -96    ports/x11-toolkits/wxgtk24-contrib/pkg-plist
  1.55      +3 -2      ports/x11-toolkits/wxgtk24/Makefile
  1.18      +370 -368  ports/x11-toolkits/wxgtk24/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"