Re: [rt.cpan.org #104298] Wx can't be installed in Ubuntu 14.04

2015-05-07 Thread Steve Cookson - gmail via RT
Thu May 07 13:36:32 2015: Request 104298 was acted upon.
Transaction: Correspondence added by steveco.1...@gmail.com
   Queue: Wx
 Subject: Re: [rt.cpan.org #104298] Wx can't be installed in Ubuntu 14.04
   Broken in: (no value)
Severity: (no value)
   Owner: Nobody
  Requestors: shadow_...@yahoo.com
  Status: new
 Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=104298 


Here is a script that James Lynes and I put together.  I think it's on 
the Wiki.

It should have all the dependencies you need.

Good luck.

Steve

On 07/05/15 13:32, Ovidiu Barbu via RT wrote:
 Thu May 07 12:32:16 2015: Request 104298 was acted upon.
 Transaction: Ticket created by shadow_...@yahoo.com
 Queue: Wx
   Subject: Wx can't be installed in Ubuntu 14.04
 Broken in: (no value)
  Severity: (no value)
 Owner: Nobody
Requestors: shadow_...@yahoo.com
Status: new
   Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=104298 


 Hi,
 I am getting errors trying to install Wx, latest version ( 0.9927 ) using 
 CPAN. Some details about my config.:
 Ubuntu 14.04 LTS, 64 bit ( Linux 3.13.0-49-generic #83-Ubuntu SMP Fri Apr 10 
 20:11:33 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux)
 Perl - v5.18.2Alien::wxWidgets installed properly - v 0.67
 I have also tried downloading the module from CPAN and I get the same error 
 when building ( log attached ). Tried re-installing Alien: wxWidgets - no 
 luck after.
 Let me know if you need more info!

 Thank you,~ovidiu

   




wxPerl-Installer.sh
Description: Bourne shell script


Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods

2014-12-03 Thread Steve Cookson - gmail via RT
Wed Dec 03 04:41:14 2014: Request 100550 was acted upon.
Transaction: Correspondence added by steveco.1...@gmail.com
   Queue: Wx
 Subject: Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods
   Broken in: 0.9923
Severity: Wishlist
   Owner: Nobody
  Requestors: dol...@cpan.org
  Status: open
 Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=100550 


Hi Oliver,

I just went in to make these changes and saw that they were already there.

If you just download wxPerl again it should work alright.  Do you think 
that it doesn't?

What are you seeing?

All of:

wxProgressDialog::GetRange()
wxProgressDialog::GetValue()
wxProgressDialog::GetMessage()
wxProgressDialog::SetRange( maximum )
wxProgressDialog::WasCancelled()
wxProgressDialog::WasSkipped()


seem to be there.

Regards

Steve

On 27/11/14 21:05, Olivier Mengué via RT wrote:
 Thu Nov 27 16:05:16 2014: Request 100550 was acted upon.
 Transaction: Correspondence added by DOLMEN
 Queue: Wx
   Subject: Wx::ProgressDialog: missing methods
 Broken in: 0.9923
  Severity: Wishlist
 Owner: Nobody
Requestors: dol...@cpan.org
Status: open
   Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=100550 


 Le 2014-11-26 12:51:37, steveco.1...@gmail.com a écrit :
 Hi Oliver,

 Thanks for this. If I make some patches, would you be able to test
 it?
 Yes.

 I've put some draft new code below (untested). It goes in
 wxPerl/XS/ProcessDialog.xs, at the end of the file. You can update
 the
 file and then cd xPerl make make install.

 I am travelling at the moment, but as soon as I can I'll make the
 changes on github.
 The code is now on Github? Where?
 META.yml still points to http://svn.code.sf.net/p/wxperl/code/wxPerl/

 --
 Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/






Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods

2014-11-26 Thread Steve Cookson - gmail via RT
Wed Nov 26 06:51:37 2014: Request 100550 was acted upon.
Transaction: Correspondence added by steveco.1...@gmail.com
   Queue: Wx
 Subject: Re: [rt.cpan.org #100550] Wx::ProgressDialog: missing methods
   Broken in: 0.9923
Severity: Wishlist
   Owner: Nobody
  Requestors: dol...@cpan.org
  Status: new
 Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=100550 


Hi Oliver,

Thanks for this.  If I make some patches, would you be able to test it?

I've put some draft new code below (untested). It goes in 
wxPerl/XS/ProcessDialog.xs, at the end of the file.  You can update the 
file and then cd xPerl make make install.

I am travelling at the moment, but as soon as I can I'll make the 
changes on github.  If you can test the changes, then we'll try to get 
them uploaded as soon as we can.
know what you think.

Regards

Steve.

#if WXPERL_W_VERSION_GE( 2, 9, 0 )

wxString
wxProgressDialog::GetMessage()
 int value

int
wxProgressDialog::GetRange()
 int value

int
wxProgressDialog::GetValue()
 int value

#endif

#if WXPERL_W_VERSION_GE( 2, 9, 1 )

void
wxProgressDialog::SetRange(value)
 int value

bool
wxProgressDialog::WasCancelled()

bool
wxProgressDialog::WasSkipped()

#endif


On 25/11/14 17:24, Olivier Mengué via RT wrote:
 Tue Nov 25 12:24:24 2014: Request 100550 was acted upon.
 Transaction: Ticket created by DOLMEN
 Queue: Wx
   Subject: Wx::ProgressDialog: missing methods
 Broken in: 0.9923
  Severity: Wishlist
 Owner: Nobody
Requestors: dol...@cpan.org
Status: new
   Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=100550 


 In Wx 0.9923, the package Wx::ProgressDialog is missing useful methods:
 - SetRange
 - GetValue
 - WasCancelled
 - ...

 Reference :
 http://docs.wxwidgets.org/3.0/classwx_generic_progress_dialog.html


 --
 Olivier Mengué - http://perlresume.org/DOLMEN - https://gratipay.com/dolmen/






Re: [rt.cpan.org #99607] Issue using wxTextEntryBox

2014-10-21 Thread Steve Cookson - gmail via RT
Tue Oct 21 16:38:25 2014: Request 99607 was acted upon.
Transaction: Correspondence added by steveco.1...@gmail.com
   Queue: Wx
 Subject: Re: [rt.cpan.org #99607] Issue using wxTextEntryBox
   Broken in: (no value)
Severity: (no value)
   Owner: Nobody
  Requestors: pwnbusiness2...@centurylink.net
  Status: open
 Ticket URL: https://rt.cpan.org/Ticket/Display.html?id=99607 


Hi Patrick,

On 21-10-2014 21:16, Patrick via RT wrote:
 Thanks for the reply, Steve.  I can see what you are saying.  I have C and 
 some slight C++ experience from years ago.  It was just when OOP was starting 
 to take off.  I'd be glad to try to get oriented enough that I could make a 
 little contribution, but right now I'm a little disoriented in the syntax and 
 protocol of the open-source contribution system not to mention the wxperl 
 contribution system.
Your not alone in that! wxPerl has been more organised in the past, but 
we've been through a bit of a hiatus this year and we're still trying to 
pull ourselves together.
 What file is the wxTextEntryDialog code in?
wxPerl::XS::TextEntryDialog.xs

 I can see the wxSingleChoiceDialog that you are speaking of.
wxPerl::XS::SingleChoiceDialog.xs
wxPerl::cpp::SingleChoiceDialog.

But there are many other references to all these files across the 
directories in MANIFEST files, Makefile files and typemap files among 
others.

There are some descriptions about how it all hangs together on the wiki, 
here:

http://wiki.wxperl.nl/Main_Page

especially the first two items:

here:

http://wiki.wxperl.nl/NewClass

and here:

http://wiki.wxperl.nl/Internals_-_Introduction_to_Wx_XS_Wrappers

Good luck.

Regards

Steve