Re: [Fink-users] wxwidgets300-osxcocoa: wxrc linking to libraries in %i rather than %p

2016-02-22 Thread Charles Lepple
On 2/2/16, 9:33 PM, Alexander Hansen wrote:

> Thanks for the report.  I’ll fix that when I get a chance.  I do a
> lot of fixing for root-directory linkage already, but apparently I
> missed wxrc.
> 

3.0.2-4 works now, thanks!


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] wxwidgets300-osxcocoa: wxrc linking to libraries in %i rather than %p

2016-02-02 Thread Charles Lepple
Fed up with the junk that SF.net is wrapping around OS X apps like
FileZilla, I tried compiling it from source.

(Sidebar: what is the difference between wxwidgets300-osxcocoa and
wxwidgets300-cocoa?)

With wxwidgets300-osxcocoa version 3.0.2-3, the wxrc binary seems to be
linking to libraries in the build directory. I got it to work by running
the following commands:

sudo install_name_tool -change
/sw.mav/src/fink.build/root-wxwidgets300-osxcocoa-3.0.2-3/sw.mav/lib/wxwidgets300-osxcocoa/libwx_baseu_xml-3.0.0.2.0.dylib
/sw/lib/wxwidgets300-osxcocoa/libwx_baseu_xml-3.0.0.2.0.dylib /sw/bin/wxrc

sudo install_name_tool -change
/sw.mav/src/fink.build/root-wxwidgets300-osxcocoa-3.0.2-3/sw.mav/lib/wxwidgets300-osxcocoa/libwx_baseu-3.0.0.2.0.dylib
/sw/lib/wxwidgets300-osxcocoa/libwx_baseu-3.0.0.2.0.dylib /sw/bin/wxrc

(/sw is a symlink to /sw.mav - hope that is not a problem.)

$ fink --version
Package manager version: 0.39.2
Distribution version: selfupdate-cvs Tue Feb  2 20:55:58 2016, 10.10, x86_64
Trees: local/main stable/main local/injected


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] wxwidgets300-osxcocoa: wxrc linking to libraries in %i rather than %p

2016-02-02 Thread Alexander Hansen

> On Feb 2, 2016, at 18:14, Charles Lepple  wrote:
> 
> Fed up with the junk that SF.net is wrapping around OS X apps like
> FileZilla, I tried compiling it from source.
> 
> (Sidebar: what is the difference between wxwidgets300-osxcocoa and
> wxwidgets300-cocoa?)
> 

-osxcocoa is the one you _should_ use.  I refactored wxwidgets300 to allow for 
coexisting GTK+2 and Cocoa libraries, and was trying to keep the build build 
procedure minimally different between the variants by using different private 
directories.  -cocoa is outmoded, but was kept around to support existing 
packages that needed it.

> With wxwidgets300-osxcocoa version 3.0.2-3, the wxrc binary seems to be
> linking to libraries in the build directory. I got it to work by running
> the following commands:
> 
> sudo install_name_tool -change
> /sw.mav/src/fink.build/root-wxwidgets300-osxcocoa-3.0.2-3/sw.mav/lib/wxwidgets300-osxcocoa/libwx_baseu_xml-3.0.0.2.0.dylib
> /sw/lib/wxwidgets300-osxcocoa/libwx_baseu_xml-3.0.0.2.0.dylib /sw/bin/wxrc
> 
> sudo install_name_tool -change
> /sw.mav/src/fink.build/root-wxwidgets300-osxcocoa-3.0.2-3/sw.mav/lib/wxwidgets300-osxcocoa/libwx_baseu-3.0.0.2.0.dylib
> /sw/lib/wxwidgets300-osxcocoa/libwx_baseu-3.0.0.2.0.dylib /sw/bin/wxrc
> 
> (/sw is a symlink to /sw.mav - hope that is not a problem.)
> 
> $ fink --version
> Package manager version: 0.39.2
> Distribution version: selfupdate-cvs Tue Feb  2 20:55:58 2016, 10.10, x86_64
> Trees: local/main stable/main local/injected
> 

Thanks for the report.  I’ll fix that when I get a chance.  I do a lot of 
fixing for root-directory linkage already, but apparently I missed wxrc.


-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311=/4140
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users