Code Monkey home page Code Monkey logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
The include file direct.h can be safely removed.  There is still an issue with 
building the demo example (which is not that great yet anyway) on linux that 
will be fixed with my changes to the CMake build scripts in the next week or 
so.  I'm just finishing up my fixes for building the demo application and will 
be uploading it soon.

Original comment by [email protected] on 2 May 2011 at 1:26

  • Changed state: Started

from gqe.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
I tried removing direct.h and got errors. Ill do a fresh checkout and post my 
results.

Original comment by [email protected] on 2 May 2011 at 2:34

from gqe.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
Ok, did it again. The error I got was at line 189 in the asset manager .cpp.

" iter = mConfigs.erase(iter); "

I changed it to "mConfigs.erase(iter);" and it seems to compile and run ok. I 
also converted to sfml 2.0. if you would like the files.

Original comment by [email protected] on 3 May 2011 at 10:20

from gqe.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
The correct fix should be mConfigs.erase(iter++) and was a previously reported 
issue that has been corrected in the Wiki page (and my code that isn't yet 
uploaded).  I also have the SFML 2.0 changes in my code that isn't yet uploaded 
but hopefully will be within the next week.  Thanks for reporting back the 
error you received.  I'm trying to get my Linux install fixed on my laptop so I 
can check for these errors for future releases.

Original comment by [email protected] on 4 May 2011 at 12:14

from gqe.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 11, 2024
I have just posted GQE v0.6 that will hopefully fix the Linux compile issues.  
Please confirm and report back if this is not the case.

Original comment by [email protected] on 22 May 2011 at 2:02

  • Changed state: Fixed

from gqe.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.