Dear,
I get an error usinge the following combination:
If i run the compiled program, I get the following error
wagner@netdev:~/MyApp> ./getswitches
DBIx::Class::Schema::throw_exception(): Can't locate DBIx/Class/Core.pm in @INC (@INC contains: lib) at /Class/C3/Componentised.pm line 126.
at perlapp line 639
adremja@linux-cu9m:~/Komodo-Edit-4/bin> komodo Cannot find mozilla runtime directory. Exiting.
I'm using OpenSUSE 11 and FF 3. I didn't have this problem with OpenSUSE 10.3, FF3 and Komodo 4.3.
Hi,
I have been looking at a problem one ouf our customers was having using ActivePerl to connect via DBD:ODBC to our SQL Server driver on Linux. After investigating, the problem seems to be that the version of iODBC you have built your distribution with expects the W (wide) functions (SQLDriverConnectW, SQLConnectW) to use four byte unicode. Unfortunatly that will fail with just about every ODBC driver out there that exports the W functions, as most of those will expect 2 byte wide characters, just the same as on Windows
I'm using Komodo 4.3.2 debugging ruby code under Linux. When I start the session, Komodo displays "Debugger is starting..." waits a bit then I get the SEGFAULT in context.rb:51 message.
If I do nothing but hit F9 again with no changes to anything including my code, it may work. Other times, it will hit my first break point then crash with the same message. Again, no changes just retrying to debug.
I'm using a single core machine on Suse 10.3 2.6.22
Thanks in advance for any advice
--Terry
hi ,
I am trying to port the activetcl8.4 (which was installed on 32-bit SuseOS ) onto to HP-ia64. I used the source code provided with the tcldevkit. When i am trying to run my application on this ActiveTcl , it is giving the following warning:
"wish(2646): unaligned access to 0x600000000059863c, ip=0x2000000000d310f0"
It seems like a memory access problem.
How can avoid this warning?
Thanks
(I'm currently using Komodo 4.2 Beta 6 on SuSE linux 10)
I've been using Komodo Edit and IDE for about a month now at work, while learning Expect/Tcl at the same time, and I really like the product. However, there's a few things I noticed:
set test 1
if { test } {
return 0
}Hi there...
I'm trying Komodo 4.1 on Suse Linux.
I don't know what is wrong, but after I modify a snippet from the toolbox, the program is closed suddenly. What is happening?
In other programs, when I write a HTML tag like "a", the system insert the other tag automatically ("/a"). Does Komodo can do this?
Thanks a lot...
Rodolfo Mecalco.
I'm running ActivePerl build 820 on Suse Linux.
I'm trying to use the "-tile" option. This works fine on a none-ActiveState perl I also have on my machine, but fails with ActiveState perl.
This small example shows the problem:
use Tk;
print "PerlTk : $Tk::VERSION ($Tk::platform)\n";
my $top = new MainWindow;
$top->geometry("300x300");
my $p=$top->Photo(-file => Tk->findINC("Xcamel.gif"));
my $f = $top->Frame(-tile => $p)->pack(-fill => "both", -expand => 1);
MainLoop;
on ActiveState perl it bombs out with
Why Komodo Python Interact does not support Readline?? if I try to load I get an error saying invalid syntax.
readline is really helpfull!.
Thanks
I'm installing Komodo for a developer in my group who purchased a license. We run stock SLES 9 SP 3. I'm getting a weird error and can't quite track down what's causing it:
::error while loading shared libraries: libpangocairo-1.0.so.0: cannot open shared object file: No such file or directory
Extensive googling returns nothing. Does anyone know where I can get a copy of libpangocairo for SLES 9? Thanks.