Nikhil Kulkarni wrote:
> Hi All,
> 
> We are building fink package of Twinkle VOIP/Chat application. We have
> successfully built the package, i.e. the binary package .deb is built.
> But after that we are not able to install the package. We are getting
> the following error message when we try to run the application. 
> 
> macoss-mac-mini:~ macos$ twinkle
> terminate called after throwing an instance of 'std::string'
> Abort trap
> 
> When we try to run the executable file from sw/bin we are getting the
> following.
> 
> macoss-mac-mini:~ macos$ /sw/bin/twinkle ; exit;
> terminate called after throwing an instance of 'std::string'
> Abort trap
> logout
> 
> Could you please help as we are in the final stage of building the
> package. Once its done we will be able to release the package on fink.

You can't throw a string, find out where it is throwing and change the
code to throw an exception instead.

Peter
-- 
Peter O'Gorman
http://pogma.com

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel

Reply via email to