Package Details: love07 0.7.2-9

Git Clone URL: https://aur.archlinux.org/love07.git (read-only, click to copy)
Package Base: love07
Description: An open-source 2D game engine using Lua scripting language (legacy 0.7.x version)
Upstream URL: http://love2d.org/
Keywords: engine game lib
Licenses: zlib
Submitter: archtux
Maintainer: parkerlreed
Last Packager: MarsSeed
Votes: 26
Popularity: 0.000004
First Submitted: 2012-05-02 13:47 (UTC)
Last Updated: 2022-07-05 17:36 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

SanskritFritz commented on 2017-03-19 20:04 (UTC)

still doesn't build :(

hollunder commented on 2017-03-19 10:13 (UTC)

Yep, when trying to build on a clean system the make system complains about missing openGL.

josefnpat commented on 2014-11-03 21:41 (UTC)

Please add `glu` to the depends!

renodesper commented on 2014-01-06 06:23 (UTC)

The error is changing, now I have a problem with freetype.h. I do have freetype2-infinality. Is it infinality problem? In file included from modules/font/freetype/wrap_Font.cpp:23:0: modules/font/freetype/Font.h:33:32: fatal error: freetype2/freetype.h: No such file or directory #include <freetype2/freetype.h> ^ compilation terminated. Makefile:1890: recipe for target 'modules/font/freetype/wrap_Font.o' failed make[3]: *** [modules/font/freetype/wrap_Font.o] Error 1 make[3]: *** Waiting for unfinished jobs.... In file included from modules/font/freetype/TrueTypeRasterizer.cpp:22:0: modules/font/freetype/TrueTypeRasterizer.h:30:32: fatal error: freetype2/freetype.h: No such file or directory #include <freetype2/freetype.h> ^ compilation terminated. Makefile:1890: recipe for target 'modules/font/freetype/TrueTypeRasterizer.o' failed make[3]: *** [modules/font/freetype/TrueTypeRasterizer.o] Error 1 In file included from modules/font/freetype/Font.cpp:21:0: modules/font/freetype/Font.h:33:32: fatal error: freetype2/freetype.h: No such file or directory #include <freetype2/freetype.h> ^ compilation terminated. Makefile:1890: recipe for target 'modules/font/freetype/Font.o' failed make[3]: *** [modules/font/freetype/Font.o] Error 1 make[3]: Leaving directory '/tmp/renodesper/yaourt-tmp-renodesper/aur-love07/src/love-HEAD/src' Makefile:1926: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/tmp/renodesper/yaourt-tmp-renodesper/aur-love07/src/love-HEAD/src' Makefile:299: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/renodesper/yaourt-tmp-renodesper/aur-love07/src/love-HEAD' Makefile:228: recipe for target 'all' failed make: *** [all] Error 2

archtux commented on 2013-12-22 14:43 (UTC)

@ajs124 Thanks for the patch. Fix included in version 0.7.2-3

<deleted-account> commented on 2013-12-22 14:16 (UTC)

It seems as if there was a change to GL/glx.h in the recent mesa release (http://eab.abime.net/showthread.php?t=71416). This patch should fix this problem https://gist.github.com/ajs124/8083247

renodesper commented on 2013-12-22 07:27 (UTC)

It shows me this error: In file included from modules/graphics/opengl/Image.h:33:0, from modules/graphics/opengl/wrap_Image.h:26, from modules/graphics/opengl/wrap_ParticleSystem.h:26, from modules/graphics/opengl/wrap_ParticleSystem.cpp:21: modules/graphics/opengl/GLee.h:11935:22: error: ISO C++ forbids declaration of ‘GLXContextID’ with no type [-fpermissive] typedef GLXContextID (APIENTRYP PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); ^ modules/graphics/opengl/GLee.h:11935:22: error: typedef ‘GLXContextID’ is initialized (use decltype instead) modules/graphics/opengl/GLee.h:11935:33: error: ‘PFNGLXGETCONTEXTIDEXTPROC’ was not declared in this scope typedef GLXContextID (APIENTRYP PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); ^ modules/graphics/opengl/GLee.h:11936:75: error: ‘GLXContextID’ has not been declared typedef GLXContext (APIENTRYP PFNGLXIMPORTCONTEXTEXTPROC) (Display * dpy, GLXContextID contextID); ^ In file included from modules/graphics/opengl/Image.h:33:0, from modules/graphics/opengl/wrap_Image.h:26, from modules/graphics/opengl/wrap_Image.cpp:22: modules/graphics/opengl/GLee.h:11935:22: error: ISO C++ forbids declaration of ‘GLXContextID’ with no type [-fpermissive] typedef GLXContextID (APIENTRYP PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); ^ modules/graphics/opengl/GLee.h:11935:22: error: typedef ‘GLXContextID’ is initialized (use decltype instead) modules/graphics/opengl/GLee.h:11940:13: error: ‘PFNGLXGETCONTEXTIDEXTPROC’ does not name a type GLEE_EXTERN PFNGLXGETCONTEXTIDEXTPROC pglXGetContextIDEXT; ^ modules/graphics/opengl/GLee.h:11935:33: error: ‘PFNGLXGETCONTEXTIDEXTPROC’ was not declared in this scope typedef GLXContextID (APIENTRYP PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); ^ modules/graphics/opengl/GLee.h:11936:75: error: ‘GLXContextID’ has not been declared typedef GLXContext (APIENTRYP PFNGLXIMPORTCONTEXTEXTPROC) (Display * dpy, GLXContextID contextID); ^ In file included from modules/graphics/opengl/SpriteBatch.h:36:0, from modules/graphics/opengl/wrap_SpriteBatch.h:25, from modules/graphics/opengl/wrap_SpriteBatch.cpp:21: modules/graphics/opengl/GLee.h:11935:22: error: ISO C++ forbids declaration of ‘GLXContextID’ with no type [-fpermissive] typedef GLXContextID (APIENTRYP PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); ^ modules/graphics/opengl/GLee.h:11935:22: error: typedef ‘GLXContextID’ is initialized (use decltype instead) modules/graphics/opengl/GLee.h:11940:13: error: ‘PFNGLXGETCONTEXTIDEXTPROC’ does not name a type GLEE_EXTERN PFNGLXGETCONTEXTIDEXTPROC pglXGetContextIDEXT; ^ modules/graphics/opengl/GLee.h:11935:33: error: ‘PFNGLXGETCONTEXTIDEXTPROC’ was not declared in this scope typedef GLXContextID (APIENTRYP PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); ^ modules/graphics/opengl/GLee.h:11936:75: error: ‘GLXContextID’ has not been declared typedef GLXContext (APIENTRYP PFNGLXIMPORTCONTEXTEXTPROC) (Display * dpy, GLXContextID contextID); ^ modules/graphics/opengl/GLee.h:11940:13: error: ‘PFNGLXGETCONTEXTIDEXTPROC’ does not name a type GLEE_EXTERN PFNGLXGETCONTEXTIDEXTPROC pglXGetContextIDEXT; ^ Makefile:1890: recipe for target 'modules/graphics/opengl/wrap_Image.o' failed make[3]: *** [modules/graphics/opengl/wrap_Image.o] Error 1 make[3]: *** Waiting for unfinished jobs.... Makefile:1890: recipe for target 'modules/graphics/opengl/wrap_SpriteBatch.o' failed make[3]: *** [modules/graphics/opengl/wrap_SpriteBatch.o] Error 1 Makefile:1890: recipe for target 'modules/graphics/opengl/wrap_ParticleSystem.o' failed make[3]: *** [modules/graphics/opengl/wrap_ParticleSystem.o] Error 1 In file included from modules/graphics/opengl/Glyph.h:34:0, from modules/graphics/opengl/Font.h:31, from modules/graphics/opengl/wrap_Font.h:26, from modules/graphics/opengl/wrap_Graphics.h:25, from modules/graphics/opengl/wrap_Graphics.cpp:21: modules/graphics/opengl/GLee.h:11935:22: error: ISO C++ forbids declaration of ‘GLXContextID’ with no type [-fpermissive] typedef GLXContextID (APIENTRYP PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); ^ modules/graphics/opengl/GLee.h:11935:22: error: typedef ‘GLXContextID’ is initialized (use decltype instead) modules/graphics/opengl/GLee.h:11935:33: error: ‘PFNGLXGETCONTEXTIDEXTPROC’ was not declared in this scope typedef GLXContextID (APIENTRYP PFNGLXGETCONTEXTIDEXTPROC) (const GLXContext context); ^ modules/graphics/opengl/GLee.h:11936:75: error: ‘GLXContextID’ has not been declared typedef GLXContext (APIENTRYP PFNGLXIMPORTCONTEXTEXTPROC) (Display * dpy, GLXContextID contextID); ^ modules/graphics/opengl/GLee.h:11940:13: error: ‘PFNGLXGETCONTEXTIDEXTPROC’ does not name a type GLEE_EXTERN PFNGLXGETCONTEXTIDEXTPROC pglXGetContextIDEXT; ^ Makefile:1890: recipe for target 'modules/graphics/opengl/wrap_Graphics.o' failed make[3]: *** [modules/graphics/opengl/wrap_Graphics.o] Error 1 make[3]: Leaving directory '/tmp/renodesper/yaourt-tmp-renodesper/aur-love07/src/love-HEAD/src' Makefile:1926: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/tmp/renodesper/yaourt-tmp-renodesper/aur-love07/src/love-HEAD/src' Makefile:299: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/tmp/renodesper/yaourt-tmp-renodesper/aur-love07/src/love-HEAD' Makefile:228: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... Any clue what I'm suppose to do?

zwastik commented on 2013-12-10 06:21 (UTC)

Same problem, but I have freetype2-ubuntu; to solve this you need to copy .h's one level up from the directory structure.