divyang4481 / firebreath

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

Build Errors when building on MAX OS-X v10.6.5 #140

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Install latest Firebreath 1.4b3
2.Install Boost.process library to Boost (included in attached zip file under 
FBProjects\boostaddons)
3.Build attached project using X-Code IDE.

What is the expected output? What do you see instead?
Expect a build with only warnings, not errors.
I get a number of errors in PluginWindowMacCarbonCG.cpp. Build log is attached.

What version of FireBreath are you using? On what operating system and
browsers?
Latest version as of 1:30pm EST Feb. 7. Max OSX- v10.6.5

What version of your compiler or IDE are you using?
X-Code v3.2.5

Please provide any additional information below.

Original issue reported on code.google.com by Geoff.Cu...@rogers.com on 7 Feb 2011 at 7:06

Attachments:

GoogleCodeExporter commented 8 years ago
since I can't reproduce this with FBTestPlugin it's likely something to do with 
customizations you're making; I'll try to look at this tonight.

Original comment by richarda...@gmail.com on 7 Feb 2011 at 7:40

GoogleCodeExporter commented 8 years ago
Thanks Richard! I'm kind of dead in the water right now, but I'll try on my end 
to find it as well.

Original comment by Geoff.Cu...@rogers.com on 7 Feb 2011 at 8:32

GoogleCodeExporter commented 8 years ago
As I commented on the mailing list, you can't have FB_GUI_DISABLED set to 1 and 
still enable drawing modes... one or the other.  Either set all the drawing 
modes for Mac to 0 or comment out the FB_GUI_DISABLED line.

Original comment by richarda...@gmail.com on 8 Feb 2011 at 3:03

GoogleCodeExporter commented 8 years ago
That was indeed the issue. Thanks!

Original comment by Geoff.Cu...@rogers.com on 8 Feb 2011 at 2:39