Search   Feed   Browse   Add
Feed items 1 - 8 of 8 for May 2008

Inline::Tcl - passing arguments over certain size by Darren Ball - May 30, 2008

If anyone can help...Tcl 8.4 -When passing arguments to tcl procs, I am finding that I get a rather largeamount of segmentation faults and malloc errorsErrors Displayed: glibc detected malloc(): memory corruption: 0x092d6de0 Segmentation faultHere is a simple test script:!usrbinperltesting("0123456789...
http://www.nntp.perl.org/group/perl.inline/2008/05/msg3633.html

Re: Inline::Tcl as a part of a ModulePackage by Darren Ball - May 28, 2008

I have somewhat figured this out:Accepting a var that equates to &39;self&39; of the blessed class seems to allowthe calls to work.Now - another question:How do I access $self inside of the Tcl procWhen I attempt to use and it is simply a string:Test::IXIA2=HASH(0x812ec88),but I would like to access the attributes of this object (I will add themlater) like in perl ($self->var1).Can anyone help with thispackage Test::IXIA2;use vars qw($self);sub new my($class, %args) = _; my $self =...
http://www.nntp.perl.org/group/perl.inline/2008/05/msg3632.html

Inline::Tcl as a part of a ModulePackage by Darren Ball - May 28, 2008

Hi,I&39;ve been attempting to create a wrapper library for the IXIA product.Ixia only has TCL libraries.I believe this issue is not specific to Tcl.It seems to be a problem for me to call inline procs as via the object...I&39;ve had to include wrapper routines to every proc - which seems incorrect -I should beable to simply call them with something like $obj->procRoutine() should InotHere is the library (brief):package Test::IXIA2;use vars qw($self);sub new my($class, %args) = _; my...
http://www.nntp.perl.org/group/perl.inline/2008/05/msg3631.html

How can I supress including of system header files by Kaiwang Chen - May 28, 2008

Hello,Inline::C automatically includes some header files, one of which hastypedef conflicts with my custom definition(see bellow). Is there someway to disable inclusion of certain system header files Thanks inadvance.Thanks,K.C.$ cat inline.pl !usrbinperluse Inline C;hello_inline();__END____C__typedef int U8; just for demovoid hello_inline( ) printf( "Hello World. Best Regards from Inlinen" );$ .inline.pl usrbinperl usrlibperl55.8.8ExtUtilsxsubpp-typemap...
http://www.nntp.perl.org/group/perl.inline/2008/05/msg3630.html

Passing chinese characters from perl to java code, through inline::java by perl - May 21, 2008

HiI accept chinese characters from my perl code and then pass it onto apiece of java code. At this point in java the character string seemsto be changed, perhaps it is encoded into UTF-16 from perlUTF-8...Is there any way to pass on the exact literal string to thejava code from the perl side
http://www.nntp.perl.org/group/perl.inline/2008/05/msg3629.html

Re: threads and inline by Jason Stelzer - May 6, 2008

On May 5, 2008, at 3:17 AM, Sisyphus wrote:>> ----- Original Message ----- From: "Edward Peschko" > <horos11gmail.com>> .> .>> Can&39;t load>>>> _Inlinelibautoaab_p_6230aab_p_6230.so&39; for module aab_p_6230:>> liblibipworksssl.so.6: Undefined symbol "pthread_mutex_lock" at>>>> If you reckon that you won&39;t actually need the genuine > pthread_mutex_lock, you could just code one up yourself and put it > (eg).
http://www.nntp.perl.org/group/perl.inline/2008/05/msg3628.html

Re: threads and inline by Sisyphus - May 5, 2008

----- Original Message ----- From: "Edward Peschko" <horos11gmail.com>..> Can&39;t load>> _Inlinelibautoaab_p_6230aab_p_6230.so&39; for module aab_p_6230:> liblibipworksssl.so.6: Undefined symbol "pthread_mutex_lock" at>If you reckon that you won&39;t actually need the genuine pthread_mutex_lock, you could just code one up yourself and put it (eg) at the beginning of your CC++ code:void pthread_mutex_lock() I&39;ve had success resolving undefined symbols.
http://www.nntp.perl.org/group/perl.inline/2008/05/msg3627.html

threads and inline by Edward Peschko - May 4, 2008

hey all,I&39;m trying to build an application which has a threading component, and amhaving a damn hard time making it work..Here&39;s my inline call:use Inline ( &39;C++&39; => &39;DATA&39;, LIBS => &39;-L. -Lhomesedptmpipworksssl-6.2lib-lipworksssl -lhttpwrap -lssl -lcrypto -lcrypt&39;, CC => &39;tmpgccbing++&39;, CCFLAGS => &39;-pthread -static -static-libgcc&39;, &39;LDDLFLAGS&39; => &39;-pthread...
http://www.nntp.perl.org/group/perl.inline/2008/05/msg3626.html
Available Archives
- March (7 items)
- May (8 items)
- June (21 items)
- July (4 items)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact