Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Compile Error on Revision r249 or r250

pennomi
Wednesday, March 9, 2011 - 21:14
pennomi's picture

The newest revisions aren't compiling properly... here's the error messages from my g++ compiler. Can't say I know enough about the code to fix it myself.

In file included from MenuManager.h:30,
                 from GameEngine.h:24,
                 from GameEngine.cpp:11:
MenuVendor.h:42: error: extra qualification ‘MenuVendor::’ on member ‘checkTooltip’
In file included from MenuManager.h:30,
                 from GameEngine.h:24,
                 from main.cpp:17:
MenuVendor.h:42: error: extra qualification ‘MenuVendor::’ on member ‘checkTooltip’
In file included from MenuManager.h:30,
                 from MenuManager.cpp:8:
MenuVendor.h:42: error: extra qualification ‘MenuVendor::’ on member ‘checkTooltip’
In file included from MenuVendor.cpp:8:
MenuVendor.h:42: error: extra qualification ‘MenuVendor::’ on member ‘checkTooltip’
In file included from MenuManager.h:30,
                 from GameEngine.h:24,
                 from SaveLoad.cpp:12:
MenuVendor.h:42: error: extra qualification ‘MenuVendor::’ on member ‘checkTooltip’

  • Log in or register to post comments
Clint Bellanger
joined 15 years 8 months ago
Wednesday, March 9, 2011 - 21:17
Clint Bellanger's picture

Thanks.  Fixed: r251

Note, for these kind of code issues, feel free to submit the issue directly to the Google Code issue tracker:

https://code.google.com/p/flare-engine/issues/list

  • Log in or register to post comments
pennomi
joined 14 years 6 months ago
Wednesday, March 9, 2011 - 21:23
pennomi's picture

Great! Issue fixed. And thanks for the error reporting method!

  • Log in or register to post comments