divyang4481 / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

example build on osx snow leopard showed errors about NPNVsupportsCarbonBool and PNEventModelCarbon #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. get latest firebreah source on osx
2. ./prepmac.sh examples
3. open buildex/FireBreath.xcodeproj in xcode
4. build

What is the expected output? What do you see instead?
on NpapiPluginMac.cpp:40, NPNVsupportsCarbonBool was not declared in this
scope.  also, NPEventModelCarbon was not declared in this scope.

What version of FireBreath are you using? latest source pulled by hg.

On what operating system and browsers?  osx snow leopard, firefox.

Please provide any additional information below.

Original issue reported on code.google.com by hoki...@gmail.com on 13 May 2010 at 8:01

GoogleCodeExporter commented 8 years ago
Are you doing a 64bit build (x86_64)? Carbon is not available in 64bit 
enviroments (and FireFox doesn't support 
64bit plugins yet).

Original comment by georg.fritzsche on 13 May 2010 at 8:08

GoogleCodeExporter commented 8 years ago
Yes.  I was on snow leopard.  I tried building with xcode in 32bit and it 
worked.  no
bug.
and thanks!

Original comment by hoki...@gmail.com on 13 May 2010 at 11:27

GoogleCodeExporter commented 8 years ago

Original comment by georg.fritzsche on 13 May 2010 at 2:37