afrog33k / fog

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

Framework not compiling on Mac Platform #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Reproduction Steps:

1.Get latest release.
2.Cmake for xcode on mac.
3.Build in Xcode.

Expected output and issue:

The project is failing to compile. MacGuiEngine.h is including 
<Fog/Core/Mac/MacScopedAutoReleasePool.h> while this file is not found in the 
repository.

Original issue reported on code.google.com by khel...@gmail.com on 1 Dec 2011 at 1:05

GoogleCodeExporter commented 8 years ago
Accepted,

I fixed many issues in my working copy, but it's needed to fix another issues 
caused by GCC+LLVM which is used by the xcode IDE. I'm going to close this 
issue after I compile under MAC OS X.

Thanks
Petr

Original comment by kobalicek.petr on 2 Dec 2011 at 2:27

GoogleCodeExporter commented 8 years ago
Some compilation issues fixed by r792, but not completely.

Remaining open.

Original comment by kobalicek.petr on 5 Dec 2011 at 6:37

GoogleCodeExporter commented 8 years ago
Fixed by r796.

Original comment by kobalicek.petr on 10 Dec 2011 at 8:43