Displaying 20 results from an estimated 2000 matches similar to: "[ wxruby-Bugs-16436 ] Missing files after rake build"
2007 Dec 28
3
more problems with 1.9.2
The files:
wx/accessors.rb
wx/keyword_ctors.rb
wx/keyword_defs.rb
do not exist in the tarball:
% pwd
/home/rwa/Distributions/test/wxruby-1.9.2
% find . -name accessors.rb
%
but are required in wx.rb:
% tail wx.rb
Dir.glob(class_files) do | class_file |
require ''wx/classes/'' + class_file[/\w+\.rb$/]
end
# Load in syntax sweetner
require ''wx/accessors''
2007 Sep 28
1
WxWizard Error
Hey All,
Looks like there''s a few bugs with the controls dealing with
Wx::Wizard. I''ve gone through it a bit, and seems like there''s some
errors beyond what I could fix. An example is:
# wxWizard A wizard dialog
Wx::define_keyword_ctors(''Wizard'') do
wx_ctor_params :title => ''''
wx_ctor_params :bitmap =>
2007 Sep 29
0
[ wxruby-Bugs-14322 ] Multiple warnings, especially @__painting__
Bugs item #14322, was opened at 2007-09-29 10:48
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=14322&group_id=35
Category: Incorrect behavior
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Multiple warnings, especially @__painting__
Initial Comment:
Hi,
I''m
2008 Mar 18
14
Proposal for an improved API for Sizer (and ToolBar)
Hi all,
This is a proposal for supporting keyword arguments to Sizer#add
following the thread below :
http://rubyforge.org/pipermail/wxruby-development/2008-March/001244.html
After a deeper look at lib/wx/keyword_ctors.rb and
lib/wx/keyword_defs.rb, I understood the whole thing :-).
I just reused and modified slightly the method args_as_list.
The new Sizer#add_item combines the features of add
2003 May 26
1
portupgrade issue
I am running 4.8-STABLE.
I recently did a cvsup (repeatedly, most recently today). Ever since,
portupgrade dies with the following messages:
zircon# portupgrade -r pkgconfig
/usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:310:in `deorigin': failed to
convert nil into String (PkgDB::DBError)
from /usr/local/lib/ruby/site_ruby/1.6/pkgdb.rb:903:in
`tsort_build'
from
2012 Mar 29
3
Unable to find Python development headers
When running ./configure, I get the following error message:
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts
2012 Apr 16
1
How to create a data.frame from several time series?
Hello all,
please look at my code below. The problems start where it says #
PROBLEMS START HERE. Some sample data is at the very bottom.
This is the disgnostic output from the script:
> source('load.R')
ts.null
1 NA
2 NA
3 NA
4 NA
5 NA
6 NA
[1] "Adding data" "VS1A"
ts.null VS1A.ts.null VS1A.tts
1 NA NA NA
2
2012 Dec 24
3
Not able to install puppet enterprise onn agent node using install command.
Hi,
I have created an agent node from a master node using below command.
puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type
ti.micro
Now as i am trying to install puppet on it using below command
puppet node install \
--install-script=puppet-
enterprise \
--installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \
--installer-answers=/usr/local/puppet/agent.txt \
2012 Dec 24
0
Not able to install puppet on agent node?
Hi,
I have created an agent node from a master node using below command.
puppet node_aws create --image ami-cc5af9a5 --keyname icos-client --type
ti.micro
Now as i am trying to install puppet on it using below command
puppet node install \
--install-script=puppet-enterprise \
--installer-payload=/usr/local/puppet/puppet-2.7.0.tar.gz \
--installer-answers=/usr/local/puppet/agent.txt \
2010 Mar 27
2
Using SVN + SSH on windows
Hi the list,
I try to use R-Forge for developping a projet. I am using tortoise SVN
(last version) but I do not manage to Commit. I read the R-Forge user
Manual and some post on but I do not manage to find the solution. Here
is what I did:
1/ I download 'puttygen.exe'. I generate a key (256 bits).
2/ I save the private key in a file 'private.ppk' on my computer.
3/ I
2007 Dec 31
0
[ wxruby-Bugs-16718 ] rake aborted! can''t convert nil into String
Bugs item #16718, was opened at 2007-12-30 19:32
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16718&group_id=35
Category: Compile/build
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: rake aborted! can''t convert nil into String
Initial Comment:
1.9.2, Ubuntu 7.10:
$
2008 Jun 04
0
[ wxruby-Bugs-20508 ] 1.8.7 on win32 ruby 1.8.6 fails because rake can''t find ''extension''
Bugs item #20508, was opened at 2008-06-03 23:52
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=20508&group_id=35
Category: Installer problems
Group: current
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: 1.8.7 on win32 ruby 1.8.6 fails because rake can''t find
2003 Apr 17
2
fontconfig-2.1.93 considered more harmful
There is an ongoing thread "fontconfig-2.1.92 considered harmful" on -CURRENT.
Because I have not moved to -CURRENT, I post this to -STABLE.
Since I upgraded to fontconfig-2.1.93 (on Apr 14) a lot of ports start to
complain a lot of "Cannot fork: Resource temporarily unavailable" errors.
What resource ? I inserted top into my ports build script to notice that
a lot of
2007 Oct 13
3
Newbie can''t get sample/etc/wizard.rb to work
Hello,
I''ve downloaded wxruby onto windows (ruby 1.8.6 (2007-03-13 patchlevel 0)
[i386-mswin32]).
All samples are working fine, except for wizard.rb, which gets:
C:/Program
Files/ruby/lib/ruby/gems/1.8/gems/wxruby-1.9.1-i386-mswin32/lib/wx/keyword_ctors.rb:201:in
`initialize'': Error initializing #<Wx::Wizard:0x2f3fed8> (ArgumentError)
Sent parameters:
2008 Oct 13
2
rsync error: Error in socket IO(code 10) at clientserver.c(122)
Hi,
I am using cwrsync ver 2.1.5 over SSH to connect to
myproj@sourceforge.net and facing
some problems and not sure how to go about it. Below is the full text of the
result when I run the batch file. Was wondering if anyone has seen any
similar issue. Any thoughts/help is much appreciated.
------------------------------------------------
Tunnel: ssh
Command to run: "C:\Program
2018 Dec 13
1
SFTP - Private/Public Authentication Keysets Beyond The First Set
On 12/12/18 4:40 PM, Gary Braatz wrote:
> Inclusion of the -i flag and the location of the private key solved the
> problem.
>
> Thanks Steve!
>
>
You really don't need multiple ppk pairs for different hosts. One for
all is what I do. As long as you keep the private key private you only
need distribute the one public key every where you need secure
identification.
Mike
2008 Sep 10
1
rsync as a remote file system protocol?
Does anyone know of an existing facility to access a remote
rsync server as a virtual filesystem through gnome-vfs, FUSE, lufs, or
similar that supports listing the contents of directories?
I have already a bunch of web searches, looked through
http://fuse.sourceforge.net/wiki/index.php/FileSystems, checked my
/usr/lib/gnome-vfs-2.0/modules/, and checked the list of available KDE
kio slaves on
2010 Aug 23
4
Segmentation Fault
Once more, with feeling.
I''m trying to implement using xrc_replace so as to use a RichTextCtrl in
a form created by FormBuilder. The problem is that I can''t even create a
RichTextCtrl. When I try to, I get a segmentation fault.
I''ve attached the files that are causing this. I''m running wxRuby on a
box running an up-to-date PCLinuxOS distro. I''ve
2007 Dec 05
0
[ wxruby-Bugs-16109 ] cannot use wxruby-gem
Bugs item #16109, was opened at 2007-12-05 10:51
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16109&group_id=35
Category: Installer problems
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: cannot use wxruby-gem
Initial Comment:
$ ruby
2007 Dec 21
0
[ wxruby-Bugs-16475 ] Problem with wxruby gem in windows
Bugs item #16475, was opened at 20-12-2007 21:09
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=218&aid=16475&group_id=35
Category: Installer problems
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Nobody (None)
Assigned to: Nobody (None)
Summary: Problem with wxruby gem in windows
Initial Comment:
my setup:
windows xp sp2
ruby