Re: How to create Wx::KeyEvent objects and set KeyCode?

2016-08-24 Thread Erik Colson
the control is selected. best -- erik colson

Re: Online training

2016-02-06 Thread Erik Colson
xample, like opening a wxframe, I'd be more than grateful :) best -- erik colson

Re: wxPerl Infrastructure Support Issues

2016-01-08 Thread Erik Colson
Michael Roberts writes: > Erik, do you know of any example code for wxMoose? I have written this framework which I use.. https://github.com/ecocode/ECOCODE_Wx best -- erik colson

Re: wxPerl Infrastructure Support Issues

2016-01-08 Thread Erik Colson
James Lynes writes: > Keep the comments coming. I found in my working life that you have to put > something down in writing before you can get any real feedback. Well, since you are asking... I'd like to see some docs on integrating Wxperl and Moose. -- erik colson

Re: wxPerl and ActiveState PDK

2016-01-05 Thread Erik Colson
apps without problem for Windows using wxpar (but developing on mac), but never packaged for Mac deployment.. Maybe anyone else on the ml has experience with such deployment :) best -- erik colson

Re: Future of wxperl.it

2016-01-05 Thread Erik Colson
a while. > > I'll post drafts for community feedback soon. Hi Michael! Out of curriosity: What format do you use to write the book ? can it be maintained with git? Without imposing anything.. it might be interesting to make this a community effort. best -- erik colson

Re: Future of wxperl.it

2016-01-04 Thread Erik Colson
Steve Cookson writes: > Eric, do you want to work with me and share this? Hi Steve, Thanks for offering ;) Probably I can help you with this. So you can count me in. best -- erik colson

Re: wxPerl and ActiveState PDK

2016-01-04 Thread Erik Colson
to increase the timeout. albeit chances you get a followup are close to nil.. best -- erik colson

Re: Future of wxperl.it

2016-01-03 Thread Erik Colson
domain name - get a new host, and pay for it - maintain the wiki database (whatever that includes) - anything else ? best -- erik colson

Re: Future of wxperl.it

2016-01-02 Thread Erik Colson
James Lynes writes: > Is anyone still using wxPerl? The only response I got to my last couple of > questions came from Steve. Well, I am ;) best -- erik colson

Combobox aesthetics

2015-02-26 Thread Erik Colson
Hi, I have a combobox. Focus is on the textfield, the list is dismissed. Now I want to programatically make the list appear and pu focus onto the first item in it. The first part can be achieved by calling ->Popup. But how can I put the focus on the first item in the list ? thx -- erik colson

[rt.cpan.org #102387] support ChangeValue in ComboBox.xs

2015-02-26 Thread Erik Colson via RT
Thu Feb 26 16:58:25 2015: Request 102387 was acted upon. Transaction: Ticket created by ecocode Queue: Wx Subject: support ChangeValue in ComboBox.xs Broken in: (no value) Severity: Important Owner: Nobody Requestors: e...@ecocode.net Status: new Ticket https://rt

Re: refresh+update on macosx

2014-11-11 Thread Erik Colson
riendly but this really is the best way to go. -- erik colson

Re: refresh+update on macosx

2014-11-11 Thread Erik Colson
Erik Colson writes: > Steve Cookson - gmail writes: > >> I had a similar case with updating a progress bar during a database >> update. The answer is $app->Yield(); > > Hi Steve, > > That does the trick. Thanks ! Playing a little more with Yield. It seems th

Re: refresh+update on macosx

2014-11-11 Thread Erik Colson
I'd need to keep track of a task being run and add a check in every user event handler to see if a task is running and therefor not allowing user events. Sounds like a no-go to me :( Other ideas ? -- erik colson

Re: refresh+update on macosx

2014-11-10 Thread Erik Colson
Steve Cookson - gmail writes: > I had a similar case with updating a progress bar during a database > update. The answer is $app->Yield(); Hi Steve, That does the trick. Thanks ! -- erik colson

refresh+update on macosx

2014-11-10 Thread Erik Colson
Hi, The code in the attached file is working nicely on Windows XP. i.e. when clicking on 'add text' it adds a line to the textctrl each second. On Macosx the same code only shows the added 30 lines once execution hits the event loop. Any idea why this happens ? best -- erik cols

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

2014-10-21 Thread Erik Colson via RT
Tue Oct 21 04:20:44 2014: Request 99607 was acted upon. Transaction: Correspondence added by ecocode Queue: Wx Subject: Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2...@centurylink.net Status: open Tic

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

2014-10-20 Thread Erik Colson via RT
Tue Oct 21 02:26:08 2014: Request 99607 was acted upon. Transaction: Correspondence added by ecocode Queue: Wx Subject: Issue using wxTextEntryBox Broken in: (no value) Severity: (no value) Owner: Nobody Requestors: pwnbusiness2...@centurylink.net Status: new Tick

wxTimer problem

2014-10-19 Thread Erik Colson
Erik Colson writes: > Do you have a small script which shows your prob ? Hi Steve, I checked the archives and at first sight your prob is Windows related. Am I correct in this, or did you try Linux too ? best -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
is still >>> >not perfect. > I recall you also had an issue here. Did you get it all working > without any errors? What did you do? Can't remember I had an issue. I do have code using timers and that works nicely. Do you have a small script which shows your prob ? best -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
Steve Cookson writes: >> Have to take out the dog now, so I'll read you later. > I hope the dog is feeling happier now! Yep, she's exhausted :) -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
Erik Colson writes: > I'm currently setting > things up. No stuff should be lost. Hi All repos on wxPerl github have been updated and are now tracking the official svn repo. For those who need the old repos from wxPerl github I have added them the github ecocode-cron account. I

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
he warning, but it is still > not perfect. Hi Steve, I added your commits on the Development branch. I'm currently setting things up. No stuff should be lost. best -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
no longer sure about > "Experimental-Dev", maybe just "Development". OK -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
Erik Colson writes: > I think the way to go is that I regenerate new svn clones on my server > (already done now). Then delete the repos on github which I checked have > not that much forks and/or branches. Then we recreate the DEV branches > and reapply your commits to Ali

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
r commits to Alien-wxWidgets. After this I setup the svn tracking through my server. Does that sound like a plan for you ? -- erik colson

Re: wxperl: svn to git

2014-10-19 Thread Erik Colson
You had to do this _before_ uploading the repo to github. Because that repository is the one I need to issue regular "git svn rebase" before sending commits from the svn repo to github. best -- erik colson

Re: wxWidgets 3.0.2

2014-10-15 Thread Erik Colson
Steve Cookson writes: > I saw that wxWidgets 3.0.2 came out last week. Although I'm still > don't know how to do anything with windows, here is a quick hack if > you are using Mac or Linux. Man, you're fast ! ++ -- erik colson

Re: subversion

2014-10-07 Thread Erik Colson
> > Steve. Hi Steve, The mirror I created on github is here: https://github.com/wxPerl/wxPerl/tree/master and actually it _only_ tracks http://svn.code.sf.net/p/wxperl/code/wxPerl/trunk/ at this moment. The other repos on wxperl github don't track the svn. I'll have to set that up ;) So, Alien::wxWidgets is _not_ tracking (yet). best -- erik colson

Re: wxPerl Installation Script for Ubuntu 14.04LTS 64bit

2014-10-07 Thread Erik Colson
Steve Cookson writes: >> cpan -i App::cpanminus > Do you prefer this to cpan? Why? Anybody else? of course. cpanm just rocks. -- erik colson

Re: The Elephant in the room - maintenance

2014-06-03 Thread Erik Colson
n job which will: - 'git svn rebase' that repository locally - 'git push' to the repo on github That should do it ;) -- erik colson

Re: The Elephant in the room - maintenance

2014-05-30 Thread Erik Colson
strategies, take a look at this blog post which introduces a very neat workflow configuration. It is used as a guide for lots of projects using git: http://nvie.com/posts/a-successful-git-branching-model/ best -- erik colson

Re: Patch for wxTimer::StartOnce

2014-05-30 Thread Erik Colson
Hi, I saw Wx::Timer::StartOnce has been added XS/Timer.xs. However required version is set to (3,0,0). This should be (2,9,5). Please modify.. best -- erik colson

Re: Patch for wxTimer::StartOnce

2014-05-11 Thread Erik Colson
Steve Cookson - gmail writes: > I guess it's already in your version of the repository, here > https://github.com/ecocode/wxPerl. yep, it's in the develop branch. The master branch being an exact replica of the svn repo. I just figure I forgot to send the patch to the list.. > Is StartOnce a n

Patch for wxTimer::StartOnce

2014-05-08 Thread Erik Colson
Here's a patch to support wxTimer::StartOnce. best -- erik colson diff --git XS/Timer.xs XS/Timer.xs index cd85315..6760bae 100644 --- XS/Timer.xs +++ XS/Timer.xs @@ -83,6 +83,13 @@ wxTimer::Start( milliseconds = -1, oneshot = false ) int milliseconds bool oneshot

Re: repository

2014-03-07 Thread Erik Colson
rojects for active branches. I can check deeper into this if there is a demand from the core developers / maintainers. So, lets have a pull/discussion on this: Which developers want to move the repo to Github ? Who doesn't ? -- erik colson

Re: repository

2014-03-07 Thread Erik Colson
Erik Colson writes: > Hi, > > Just a little question.. Do you have plans to move the repo to git ? > > best Well, for my easier handling I've setup a github repo which tracks the svn trunk of wxPerl here: https://github.com/ecocode/wxPerl best -- erik colson

repository

2014-03-06 Thread Erik Colson
Hi, Just a little question.. Do you have plans to move the repo to git ? best -- erik colson

[rt.cpan.org #93595] ComboBox Popup and Dismiss

2014-03-06 Thread Erik Colson via RT
Fri Mar 07 01:47:17 2014: Request 93595 was acted upon. Transaction: Ticket created by ecocode Queue: Wx Subject: ComboBox Popup and Dismiss Broken in: (no value) Severity: Wishlist Owner: Nobody Requestors: e...@ecocode.net Status: new Ticket https://rt.cpan.org/

Re: Update to wxPerl Web Site

2013-03-07 Thread Erik Colson
Hi Mark, great site ! thanks for all the work ! -- erik Mark Dootson writes: > Hi, > > On 07/03/2013 22:42, steveco.1...@gmail.com wrote: > >> Is this now the wxPerl main homepage? > > Yes it is. Existing links should redirect there OK. > > I hope to post useful stuff regularly. > > wxPerl has

Re: wiki ?

2013-02-14 Thread Erik Colson
Thanks. So I know ;) Seems the direct IP (81.173.110.10) link is down too. -- erik writes: > Yes, down for me too. > > -Original Message- > From: Erik Colson [mailto:e...@ecocode.net] > Sent: 14 February 2013 06:50 > To: wxperl-users@perl.org > Subject: wiki ?

wiki ?

2013-02-14 Thread Erik Colson
Hi, Following the title on #wxperl (irc), the wiki should be at wiki.wxperl.nl. However that doesn't seem to work on my laptop.. The thing just hangs without showing whatsoever. Am I missing something ? -- erik

Perl devroom @ FOSDEM

2013-01-25 Thread Erik Colson
Hi, Maybe someone wants to have wxPerl talk @ FOSDEM ? http://nxadm.wordpress.com/2013/01/25/perlfosdem2013-a-very-late-call-for-papers/ Best -- erik

Re: Moose wrappers

2013-01-05 Thread Erik Colson
Johan Vromans writes: > Actually, the added benefits from the Moose layer escapes me. Looking at > the (only) test script the only advantage seems to be to be able to call > the constructor with named arguments. I like to Mooseify my code. It's a choice. Code is clean and coherent. I used to do

Re: wxperlbook

2013-01-05 Thread Erik Colson
Johan Vromans writes: > It would be nice to have a set of Mo*whatever wrappers for wxPerl but > currently there is none. I'd rather spend my energy in producing > examples that are working and useful now. Hi Johan, I'm using my own moose wrapper classes which are available here: https://github.

Re: rename process

2012-09-11 Thread Erik Colson
Mark Dootson writes: > Hi, > > I've not kept up with current PAR::Packer so I guess you'll need to > ask there. OK. Thanks for your answer. best -- erik

Re: rename process

2012-09-10 Thread Erik Colson
Mark Dootson writes: > Hi, > > On 11/09/2012 07:09, Erik Colson wrote: > >> Ok, sounds fair to me. >> >> I'll check wxpar for where the perl executable is defined. Or is it >> taken from the command that launched wxpar ? > > I didn't reali

rename process

2012-09-09 Thread Erik Colson
Hi, When a wxPerl app is run on windows you can view the process name in the task manager which is 'perl.exe'. Can this be renamed ? Is it enough to rename the perl.exe on the disk to something else and are there any caveats related to this ? best -- erik

Mooseifying classes

2012-09-09 Thread Erik Colson
Hi! I'm used to create mooseified classes around Wx classes. I used MooseX::NonMoose with succes for a lot of classes as Dialog, Frame, Grid etc. Now I needed to Mooseify ProgressDialog and it fails when using MooseX::NonMoose. However it does work with MooseX::NonMoose::InsideOut. Is there any

Re: Wx::FileDialog and wxFD_OVERWRITE_PROMPT

2012-09-09 Thread Erik Colson
> > wxFD_SAVE || wxFD_OVERWRITE_PROMPT > > instead of wxFD_SAVE | wxFD_OVERWRITE_PROMPT ? > > I don't see these problems. > If this isn't a simple typo problem perhaps you could post a failing > example. > > Regards > > Mark > > On 09/09/2012 16:37, Erik Colson

Wx::FileDialog and wxFD_OVERWRITE_PROMPT

2012-09-09 Thread Erik Colson
Hi ! This code on MacosX does ask if the selected should be replaced. However it doesn't if run Windows XP... Any idea why it doesn't ? and how to fix this ? my $f = Wx::FileDialog->new( $self, "Budget XLS file", "", "", '*.XLS', wxFD_SAVE || wxFD_OVERWRITE_PROMPT,

Re: consensus for Wx::Perl ? // Wx::Perl::Splitter

2012-09-01 Thread Erik Colson
herbert breunung writes: > Allright, > > I alright wrote here that I do currently some helper modules and after im more > familiar with dzil and their API gets more stable i want to ship them to cpan. > However after we get more and more Wx::Perl modules (didnt knew even > Wx::Perl::ListCtrl) i w

Re: Install wxPerl on MacosX Mountain Lion

2012-08-06 Thread Erik Colson
Mark Dootson writes: > Thanks for posting. It certainly helps me. I will be able to > incorporate necessary code in next release of Alien::wxWidgets so Wx > builds automatically in most cases on Mountain Lion. Hi Mark, Thank you for the incredible work you do ! best -- erik

Install wxPerl on MacosX Mountain Lion

2012-08-06 Thread Erik Colson
Hi, I wanted to share that I successfully build Alien::wxWidgets on Mountain Lion with a freshly compiled Perl 5.16.0 I entered into the build directory for Alien::wxWidgets and launched following Build.PL command: perl Build.PL --wxWidgets-extraflags="--with-macosx-sdk=/Applications/Xcode.app/C

Re: wxPAR and command window

2012-03-21 Thread Erik Colson
Mark Dootson writes: > Hi, > > Check your PAR::Packer versions. I believe the latest releases fix an > issue with the --gui param not being passed to the inner executable, > so best guess at this stage is that you have different versions of > PAR::Packer installed. [...] Hi Mark, that solves t

Re: wxPAR and command window

2012-03-21 Thread Erik Colson
Ahmad Zawawi writes: > Does PAR-Packer even install on strawberry v5.14.2? > I am trying it on strawberry here and it is not working for me. > > http://paste.scsys.co.uk/188112 [...] Don't know.. I'm working with : This is perl 5, version 12, subversion 3 (v5.12.3) built for MSWin32-x86-multi-

Re: wxPAR and command window

2012-03-21 Thread Erik Colson
Erik Colson writes: [...] > I'll figure later if it might be related to the "Cwd" call. Well, that didn't help either .. any idea left ? -- erik

Re: wxPAR and command window

2012-03-21 Thread Erik Colson
Mark Dootson writes: > Hi, > > Win32::Exe currently has a problem mangling PAR::Packer executables. > Does it work as expected if you don't specify an icon ? [...] Hi Mark, Removing --icon in wxpar call didn't solve the issue.. I'll figure later if it might be related to the "Cwd" call. Best

wxPAR and command window

2012-03-20 Thread Erik Colson
Hi, I wrote a wxPerl app which I package into an .exe with wxPAR. I have 2 computers with both Windows XP installed. Depending of the system I use to create the package, the program will or will not start with a CMD window opened. Both systems have the same version of Strawberry Perl installed. W

Re: Wx Release 0.9905

2012-03-19 Thread Erik Colson
Mark Dootson writes: [...] > So I think you are left with having to code for both 2.8 and 2.9 > wxWidgets or having a specific Perl install for your application > whether that's Citrus, or a perlbrew recipe or Strawberry or > ActivePerl + ppms etc. > > Suggestions for better solutions most welc

Launching Splashscreen early

2012-03-15 Thread Erik Colson
Hi all, My app is packaged in an exe with PAR. I'm using a splashscreen with following code, but (of course) the splashscreen only shows up once the exe is decompressed and perl is lauched. At first start this takes ages and after that it takes up to 10 secs. Any idea how I can make the splashscr

Error with DatePicker

2012-01-24 Thread Erik Colson
Hi, This gives an error: perl -MWx=:everything -le 'print STDOUT wxDP_ALLOWNONE' Error while autoloading 'Wx::wxDP_ALLOWNONE' at -e line 1 But the demo DatePickerCtrl works... I can't figure why the code doesn't work when I try to use it in my app. Any ideas ? -- erik

Re: wxPerl on iPad

2011-08-16 Thread Erik Colson
On 16 Aug 2011, at 09:40, Johan Vromans wrote: > How about iPad? Is it possible to run wxPerl on iPad? > > With basic functionailty? E.g., window management, point & click. > No fancy stuff like multitouch? AFAIK wxwidgets doesn't compile on ios .. so probably not -- erik

EVT_KILL_FOCUS on Grid on MACOSX not triggered

2011-08-13 Thread Erik Colson
Hello, Seems that EVT_KILL_FOCUS is not triggered in MACOSX. Code works nicely for Linux. When tabbing or clicking on another widget, the EVT_SET_FOCUS is triggered for that widget (even if it is a grid). But the EVT_KILL_FOCUS is not triggered on the previously focussed grid. Can this be wxPe

Re: wxPerl on Macosx Lion

2011-07-24 Thread Erik Colson
On 24 Jul 2011, at 15:56, Steve Cookson wrote: > Hi Mark, > > I'm using Linux not Mac, but when I do 2.9.2, I get an error message saying > only 2.8.10, 2.8.11 or 2.9.0 allowed. > > It doesn't show the fabled 2.9.1 or indeed 2.9.2, where I get the message. > > Interesting that Erik managed to

Re: wxPerl on Macosx Lion

2011-07-23 Thread Erik Colson
On 23 Jul 2011, at 18:48, Mark Dootson wrote: > Hi, > > To build all current wxWidgets, either stable or development, you need to use > SDK 10.6 or below I think. > > The code pasted below is untested but should probably work using > Alien::wxWidgets from SVN to get you a 2.9.2 build > > per

wxPerl on Macosx Lion

2011-07-22 Thread Erik Colson
Ehlo, So I got a brand new Macbook Air today and launched cpan install Alien::wxWidgets wxWidgets 2.9.1 failed to build with this error: /private/var/root/.cpan/build/Alien-wxWidgets-0.52-4MCRKr/wxWidgets-2.9.1/bld/bk-deps g++ -mmacosx-version-min=10.5 -c -o coredll_utils_osx.o -I./.pch/wxp

hiding a grid column

2011-04-25 Thread Erik Colson
ehlo, I used to keep metadata for a data grid in a separate array or hash. When that data is no more than a hidden id, I'd find it preferable to put this in a column which would be hidden from the user. I tried Wx::Grid->HideCol which seems not implemented in my wxPerl version based on wxwidgets

Validator for TextCtrl

2011-03-20 Thread Erik Colson
$curValue = "" ; } ; my $curPos = List::Util::max( $control->GetInsertionPoint(), length($curValue) ) ; $control->ChangeValue("$curValue") ; $control->SetInsertionPoint($curPos) ; }) Thanks for help! -- erik colson ecocode.net

compiling with 5.12.1 on mac 64bit

2010-08-30 Thread Erik Colson
Hi ! After some time I finally moved to perl 5.12.1. (you'll find the perl -V report at the bottom of this post) I compiled perl in 32 bit and installed Alien:wxWidgets successfully by letting the module download and compile wxWidgets by itself (2.8.10). However building Wx fails. I download th

compiling with 5.12.1 on mac 64bit

2010-08-30 Thread Erik Colson
Hi ! After some time I finally moved to perl 5.12.1. (you'll find the perl -V report at the bottom of this post) I compiled perl in 32 bit and installed Alien:wxWidgets successfully by letting the module download and compile wxWidgets by itself (2.8.10). However building Wx fails. I download th

validation of Wx::GridCellTextEditor

2010-05-24 Thread Erik Colson
hi, Is it possible to assign a validator to a Wx::GridCellTextEditor. If not directly, would it be available through subclassing it ? Thanks ! -- Erik

wxGrid with Custom Editor focus

2010-05-23 Thread Erik Colson
Hi All, I'm struggling with a Wx::Grid and a custom editor based on Wx::TextCtrl... I've embedded a Wx::TexCtrl using a Wx::PlGridCellEditor, the same way as shown in wxperl_demo in wxPerl-Controls-wxGrid-Custom Editors and Renderers. When you run the demo, you can move to cell C2 with the keyb

Re: installing wxPerl on Macosx 10.6 with perl 5.10.1

2010-03-21 Thread Erik Colson
On 21 Mar 2010, at 22:21, Mark Dootson wrote: > Looks like you don't have required versions of ExtUtils::XSpp and > ExtUtils::ParseXS installed. Hi Mark, Corrected that, but now I get this error on en on for a bunch of lines RichText.c mini:Wx-0.9701 ec$ make /usr/local/bin/perl script/make_

installing wxPerl on Macosx 10.6 with perl 5.10.1

2010-03-21 Thread Erik Colson
Hi ! Just installed perl 5.10.1 from scratch on my mac mini 32bit. Installing wxwidgets works with Alien::wxWidgets but installing Wx module fails. Any clue ? (I've seen 5.10.1 isn't tested on Macosx so this could be a good way to test it) Thanks ! Erik ==

Re: installing wxPerl on Macbook Pro 64bit

2010-02-14 Thread Erik Colson
On 14 Feb 2010, at 21:41, Erik Colson wrote: > t/20_ctx_threads.t This Perl not built to support threads > Compilation failed in require at t/20_ctx_threads.t line 10. > BEGIN failed--compilation aborted at t/20_ctx_threads.t line 10. > t/20_ctx_threads.t Dubious, test

Re: installing wxPerl on Macbook Pro 64bit

2010-02-14 Thread Erik Colson
- t/20_ctx_threads.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: No plan found in TAP output Files=21, Tests=676, 6 wallclock secs ( 0.17 usr 0.07 sys + 2.20 cusr 0.50 csys = 2.94 CPU) Result: FAIL Failed 1/21 test programs. 0/676 subtests failed. make: *** [test_dynamic] Error 255 -- Erik Colson e...@ecocode.net

Re: installing wxPerl on Macbook Pro 64bit

2010-02-14 Thread Erik Colson
On 14 Feb 2010, at 17:22, Mattia Barbon wrote: > Erik Colson wrote: >> On 14 Feb 2010, at 11:36, Mattia Barbon wrote: >>> The equivalent of perl -Mblib is prove -b so... >> arf... sorry for this >> is this ok ? > > Yes. The problem seems to happen when

Re: installing wxPerl on Macbook Pro 64bit

2010-02-14 Thread Erik Colson
On 14 Feb 2010, at 11:36, Mattia Barbon wrote: > The equivalent of perl -Mblib is prove -b so... arf... sorry for this is this ok ? BTW: the test suite are allways stopped with a 'Bus error', which doesn't appear using prove... = Rome:Wx-0.9701

Re: wxPerl on Snow Leopard

2010-02-13 Thread Erik Colson
On 26 Sep 2009, at 18:21, Mattia Barbon wrote: > Erik Colson wrote: >> here's the output when trying to install Wx from cpan prompt: > > I must be missing something, but I do not see anything specific to STC in > the log below... as for the "wrong architecture&q

Re: installing wxPerl on Macbook Pro 64bit

2010-02-13 Thread Erik Colson
Here it is... = Rome:Wx-0.9701-Qqs5Vz ec$ prove -l t/01_load.t t/03_event.t t/04_userdata.t t/07_overload.t t/08_ovl_func.t t/09_create_delete.t t/10_oor.t t/11_twostage.t t/16_stream.t t/01_load.t ... 1/6 # Failed test 'use Wx;' # at t

installing wxPerl on Macbook Pro 64bit

2010-02-13 Thread Erik Colson
hi Mattia ! I've been working with wx on my mac for some time now and want to recompile the 2.8.10 with the latest versions of Alien::wxWidgets and Wx. Compiling wxWdigets in 32bit was ok and Alien::wxWidgets did a nice job installing it. So I don't have to do those things by hand anymore ;) B

Re: Help needed: testing build fixes for Snow Leopard

2009-09-29 Thread Erik Colson
gets-2.8.10.tar.gz Extracting wxWidgets... Patching wxWidgets... Applying patch: /Users/ec/tmp/trunk/patches/wxMac-2.8.3-brokengcc.patch /usr/local/bin/perl ../inc/bin/patch -N -p0 -u -b .bak < ../patches/ wxMac-2.8.3-brokengcc.patch Can't open perl script "../inc/bin/patch": No such f

Re: wxPerl on Snow Leopard

2009-09-29 Thread Erik Colson
oblem here. There seems to be something we're overlooking. Please report when you find it. regards -- Erik Colson e...@ecocode.net

Re: wxPerl on Snow Leopard

2009-09-29 Thread Erik Colson
. It is almost like the wxPerl binary is reading the bang line, but it shouldn't because that is there for the OS shell to use so it can figure out what interpreter to call. hmmm... don't kill me me, but... did you try with #! /usr/local/bin/wxperl (lowercase p) -- Erik Colson e...@ecocode.net

Re: wxPerl on Snow Leopard

2009-09-29 Thread Erik Colson
nary that is causing this? Hi Daniell, the bang line should start with #! so that should be #! /usr/local/bin/wxPerl -- Erik Colson http://www.ecocode.net

Re: wxPerl on Snow Leopard

2009-09-29 Thread Erik Colson
th include wxWidgets and wxPerl, located in /usr/bin. -- Erik Colson http://www.ecocode.net

Re: wxPerl on Snow Leopard

2009-09-28 Thread Erik Colson
post your /usr/local/ lib/perl5/site_perl/5.10.1/darwin-2level/Alien/wxWidgets/Config/ mac_2_8_10_gcc_3_4.pm -- Erik Colson e...@ecocode.net

Re: wxPerl on Snow Leopard

2009-09-28 Thread Erik Colson
On 28 Sep 2009, at 23:04, Mattia Barbon wrote: Erik Colson wrote: sorry, wrong link should be: http://ecocode.net/article.shtml?092009.txt-002 Out of curiosity, is the first part (recompiling Perl) something you must do because Apple ships a 64 bit Perl? Nope, Apple perl is

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
;link' library: 'stc' at /Users/dfreed/.cpan/build/Wx-0.93-QTP67j/build/Wx/build/MakeMaker.pm line 211 Hi Daniell, Did you redo the Alien::wxWidgets part ? I think Alien::wxWidgets needs to be reinstalled (redo the installation part will overwrite it) regards -- Erik Colson http://www.ecocode.net

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
, Daniell Freed wrote: So I've been following these directions and everything has worked up until the compiling of the Perl Wx part. When I do it I get the below. Do you have any idea what I'm doing wrong? I highlighted the error. -- Erik Colson e...@ecocode.net

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
sorry, wrong link should be: http://ecocode.net/article.shtml?092009.txt-002 -- Erik

Re: wxPerl on Snow Leopard

2009-09-27 Thread Erik Colson
Mattia, I figured to install/compile the whole thing. I described it here (so I have the info if I have to reinstall one day ;) ) http://ecocode.net/article.shtml?092009.txt-001 regards -- Erik

Re: wxPerl on Snow Leopard

2009-09-26 Thread Erik Colson
Hi Mattia, Here comes the info ! On 26 Sep 2009, at 13:44, Mattia Barbon wrote: Erik Colson wrote: There is nothing obvious in perl -V/uname to detect a 64bit Mac; could you also try: sysctl hw.optional.x86_64 Rome:~ ec$ sysctl hw.optional.x86_64 hw.optional.x86_64: 1 sysctl

Re: wxPerl on Snow Leopard (was: Re: The wxPerl web site)

2009-09-26 Thread Erik Colson
Hi Mattia, Thanks for helping out so fast ! Here's the output = = = = = = = = Rome:~ ec$ perl -V Summary of my perl5 (revision 5 version 10 subversion 1) configuration: Platform: osname=darwin, osvers=10.0.0, archnam

Re: wxPerl on Snow Leopard

2009-09-26 Thread Erik Colson
Hi Mattia, On 26 Sep 2009, at 18:21, Mattia Barbon wrote: Erik Colson wrote: here's the output when trying to install Wx from cpan prompt: I must be missing something, but I do not see anything specific to STC in the log The stc problem occurred when I used Alien::wxWidgets to co

Re: The wxPerl web site

2009-09-25 Thread Erik Colson
Mattia, This link helped to build wxWidgets on Snow Leopard here... http://wiki.wxwidgets.org/Development:_wxMac#Building_under_10.6_Snow_Leopard -- Erik

Re: The wxPerl web site

2009-09-25 Thread Erik Colson
On 25 Sep 2009, at 19:07, Mattia Barbon wrote: Which wxWidgets version gives this problem? How did you compile it? Regards, Mattia Hi Mattia, I first tried with Alien::wxWidgets from cpan, but wxWidgets building failed.. Seems to be due to Snow Leopard using 64bit gcc4.2 by default. So I

Re: The wxPerl web site

2009-09-24 Thread Erik Colson
Hello Just checked out the info at your wiki. Step 2 ([cpan] $ install Alien::wxWidgets) fails on Snow Leopard actually :( So that won't be of any help actually. I figured how to compile wxWdgets from source on Snow Leopard but Alien::wxWidgets doesn't like my installation telling me stc is no

  1   2   >