Re: Upgrade Mac::Carbon problems

2002-12-17 Thread Emmanuel. M. Decarie
I'm on the digest, so I'm pasting this from the web archive at
.


À (At) 11:38 -0500 16/12/02, Chris Nandor écrivait (wrote) :

In article ,
  [EMAIL PROTECTED] (Emmanuel. M. Decarie) wrote:

 >

  ¿ (At) 18:07 -0500 14/12/02, Chris Nandor Ècrivait (wrote) :
  >Could you search your system headers for "keyReplyPortAttr"?


 >  > Hmm, not sure what you are saying here. I just know basic C and I'm

  not familiar with the Carbon framework. Where are my system headers?


  > I tried that though:


  % grep -r "keyReplyPortAttr"  /System/Library/Frameworks/*

  But it take forever to run. If you give me more details, I'll try again.


Yes, it could take forever.  :-)  I am not sure how to better narrow it
down, though.  Maybe use find(1) to look for *.h files.


Ok, I'll see what I can do.


Ok, I used this in /System/Library/Frameworks without results:

% find . -name "*.h" -type f -exec  grep -i "keyReplyPortAttr" {} \;


À (At) 11:38 -0500 16/12/02, Chris Nandor écrivait (wrote) :
 > >Weird.  Are you sure you clicked Cancel?
 >
 > I think so, but I have no proofs of it :)

Oops, wrong test.  In this one you needed to select the number "3" from the
list.  Could you try again?  :-)


Oh my God, its possible that I didn't understand the question. Thanks
for giving me the answer :).

Ok, I'm running this test now from Terminal.app. To be sure that we
are talking of the same thing, this test is run in a folder called
"Mac-Carbon-0.02_01" with the mod noted in a previous email in
Carbon.h.

I noted this when I do 'make' and it comes back a lot of time:

/usr/include/gcc/darwin/2.95.2/g++/../stdbool.h:10: warning: empty declaration

Ok, the result of the tests look good:

All tests successful, 2 subtests skipped.
Files=13, Tests=85, 94 wallclock secs (17.43 cusr +  3.97 csys = 21.40 CPU)

But what is odd, is that I heard the beeps, but no speech and roar
like the other time. That was the best part of the tests. Its
possible that the sound level didn't came back to be audible. Before
the tests, I was listening some music with iTunes, and after the
test, I had to lower up the sound level because I could'nt hear a
thing.


 > >  > Processes/t/Processes..ok
 > >>   2/6 skipped: No parent
 > >
 > >Odd.  You ran this on the local machine from Terminal.app?
 >
 > No I'm using GLterm. Terminal is not very user good on OS X 10.1.5. I
 > hope it get better on Jaguar.

OK, good.  This is an X11 terminal app?  It doesn't "work" for me either,
with xterm.  I don't know if there is a way to use this method from an X11
terminal, so I won't worry about it, and allow the tests to be skipped.


No, GLTerm is a native OS X app that use OpenGL for drawing text.



Cheers
-Emmanuel


--
__
Emmanuel Décarie / Programmation pour le Web - Programming for the Web
Frontier - Perl - PHP - Javascript - XML  



Re: Upgrade Mac::Carbon problems

2002-12-16 Thread Chris Nandor
In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Jon Boehm) wrote:

> I had a problem upgrading to Mac::Carbon-0.02 tonight.
> 
> A) CPAN would not build and install
>
> b) "AND THE BIGGEST PROBLEM" After installing the binary from the 
> MacPerl web I got the following error.
> 
> dyld: perl Undefined symbols:
> _Perl_sv_2pv
> _perl_get_sv
> Trace/BPT trap

It looks like you are using perl 5.8.0.  I didn't note in the README that it 
was for perl 5.6 (the two are not binary compatible).  It shouldn't matter 
in the future, because there's no problem anymore building with perl 5.8.0.

See the previous post about 0.02_01, or wait a day or so for 0.03 to be 
released.

-- 
Chris Nandor  [EMAIL PROTECTED]http://pudge.net/
Open Source Development Network[EMAIL PROTECTED] http://osdn.com/



Upgrade Mac::Carbon problems

2002-12-16 Thread Jon Boehm
Hi,

I had a problem upgrading to Mac::Carbon-0.02 tonight.

A) CPAN would not build and install

b) "AND THE BIGGEST PROBLEM" After installing the binary from the 
MacPerl web I got the following error.

dyld: perl Undefined symbols:
_Perl_sv_2pv
_perl_get_sv
Trace/BPT trap

Then misterhouse, a perl home automation program, died.

I finally had to back off to Mac::Carbon-0.01 before things started 
running again.  Talk about giving me a heart attack.

Anyway hope that helps,
Jon