Search the web
Sign In
New User? Sign Up
twinklephone · Twinkle SIP softphone for Linux
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Porting Twinkle (VOIP Phone) on MAC   Message List  
Reply | Forward Message #3339 of 3561 |
Re: Porting Twinkle (VOIP Phone) on MAC

Sir,
I have built the package of Twinkle on Mac. But when i run it, its crashing.
Initially while first running twinkle, .twinkle should be created in home
directory but that is not created in my case. What could be the problem? Please
guide!!
It shows this error: terminate called after throwing an instance of
'std::string'

when i debugged this error, i found the sources of errors as:
In main .cpp
wherever t_event_queue is declared there it shows error
like t_event_queue *evq_trans_mgr;
i found during debugging that main.cpp has error in t_event_queue class.
in the following line its showing error:
t_event_queue::t_event_queue() : sema_evq(0), sema_caught_interrupt(0) {}
in events.cpp
this error in sema.cpp is also shown.
t_semaphore::t_semaphore(unsigned int value) {
int ret;

ret = sem_init(&sem, 0, value);
if (ret != 0) {
string err = get_error_str(errno);
string exception =
"t_semaphore::t_semaphore failed to create a semaphore.\n";
exception += err;
throw exception;
}
}

Please guide me where could be the possible error.

--
Regards
-----------------
Ankush Jain




Wed Jun 24, 2009 8:29 pm

ankushjain7
Offline Offline
Send Email Send Email

Forward
Message #3339 of 3561 |
Expand Messages Author Sort by Date

I am trying to port twinkle on MAC OS X. I have completed the building process of Twinkle using fink. But now when i try to install Twinkle it says no package...
ankushjain7
Offline Send Email
May 25, 2009
7:45 am

... At least one shud reply to the post in case he knows or not abt the doubts u r asking as package is created by him. i m never been replied back by the ...
joerg
joerg.greoj
Offline Send Email
Jun 4, 2009
10:58 am

Sir, I have built the package of Twinkle on Mac. But when i run it, its crashing. Initially while first running twinkle, .twinkle should be created in home...
ankushjain7
Offline Send Email
Jun 24, 2009
8:29 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help