=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for supertux-0.4.0nb9 Scanning dependencies of target supertux2_c Scanning dependencies of target tinygettext Scanning dependencies of target squirrel [ 1%] Building C object CMakeFiles/supertux2_c.dir/external/findlocale/findlocale.c.o [ 1%] Building C object CMakeFiles/supertux2_c.dir/external/obstack/obstack.c.o [ 1%] Building CXX object external/tinygettext/CMakeFiles/tinygettext.dir/src/dictionary.o [ 1%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdaux.cpp.o [ 2%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdblob.cpp.o [ 3%] Building CXX object external/tinygettext/CMakeFiles/tinygettext.dir/src/dictionary_manager.o [ 3%] Built target supertux2_c [ 3%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdio.cpp.o [ 3%] Building CXX object external/tinygettext/CMakeFiles/tinygettext.dir/src/iconv.o [ 3%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdmath.cpp.o [ 4%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdrex.cpp.o [ 4%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdstream.cpp.o [ 4%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdstring.cpp.o [ 4%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdsystem.cpp.o [ 5%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqapi.cpp.o [ 5%] Building CXX object external/tinygettext/CMakeFiles/tinygettext.dir/src/language.o [ 5%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqbaselib.cpp.o [ 5%] Building CXX object external/tinygettext/CMakeFiles/tinygettext.dir/src/log.o [ 5%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqclass.cpp.o [ 6%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqcompiler.cpp.o [ 6%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqdebug.cpp.o [ 7%] Building CXX object external/tinygettext/CMakeFiles/tinygettext.dir/src/plural_forms.o [ 7%] Building CXX object external/tinygettext/CMakeFiles/tinygettext.dir/src/po_parser.o [ 7%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqfuncstate.cpp.o [ 8%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqlexer.cpp.o [ 8%] Building CXX object external/tinygettext/CMakeFiles/tinygettext.dir/src/tinygettext.o [ 9%] Building CXX object external/tinygettext/CMakeFiles/tinygettext.dir/src/unix_file_system.o [ 9%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqmem.cpp.o [ 9%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqobject.cpp.o [ 9%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqstate.cpp.o [ 10%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqtable.cpp.o [ 10%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqvm.cpp.o [ 10%] Linking CXX static library libtinygettext.a [ 10%] Built target tinygettext [ 10%] Linking CXX static library libsquirrel.a Scanning dependencies of target tinygettext_test Scanning dependencies of target po_parser_test [ 10%] Building CXX object external/tinygettext/CMakeFiles/tinygettext_test.dir/test/tinygettext_test.o [ 10%] Building CXX object external/tinygettext/CMakeFiles/po_parser_test.dir/test/po_parser_test.o [ 10%] Built target squirrel [ 10%] Linking CXX executable test/po_parser_test [ 10%] Built target po_parser_test [ 11%] Linking CXX executable test/tinygettext_test [ 11%] Built target tinygettext_test Scanning dependencies of target supertux2_lib [ 11%] Building CXX object CMakeFiles/supertux2_lib.dir/src/addon/addon.cpp.o [ 11%] Building CXX object CMakeFiles/supertux2_lib.dir/src/addon/downloader.cpp.o [ 11%] Building CXX object CMakeFiles/supertux2_lib.dir/src/addon/addon_manager.cpp.o [ 12%] Building CXX object CMakeFiles/supertux2_lib.dir/src/addon/md5.cpp.o /tmp/games/supertux/work/supertux-0.4.0/src/addon/downloader.cpp: In function 'size_t {anonymous}::my_curl_physfs_write(void*, size_t, size_t, void*)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/downloader.cpp:50:59: warning: 'PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] PHYSFS_sint64 written = PHYSFS_write(f, ptr, size, nmemb); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/downloader.cpp:24:0: /usr/pkg/include/physfs.h:1362:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle, ^~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/downloader.cpp: In constructor 'Transfer::Transfer(Downloader&, TransferId, const string&, const string&)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/downloader.cpp:97:66: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] out << "PHYSFS_openRead() failed: " << PHYSFS_getLastError(); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/downloader.cpp:24:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/downloader.cpp: In member function 'size_t Transfer::on_data(void*, size_t, size_t)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/downloader.cpp:157:48: warning: 'PHYSFS_sint64 PHYSFS_write(PHYSFS_File*, const void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] PHYSFS_write(m_fout.get(), ptr, size, nmemb); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/downloader.cpp:24:0: /usr/pkg/include/physfs.h:1362:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle, ^~~~~~~~~~~~ [ 12%] Building CXX object CMakeFiles/supertux2_lib.dir/src/audio/dummy_sound_source.cpp.o [ 12%] Building CXX object CMakeFiles/supertux2_lib.dir/src/audio/ogg_sound_file.cpp.o [ 13%] Building CXX object CMakeFiles/supertux2_lib.dir/src/audio/openal_sound_source.cpp.o /tmp/games/supertux/work/supertux-0.4.0/src/audio/ogg_sound_file.cpp: In static member function 'static size_t OggSoundFile::cb_read(void*, size_t, size_t, void*)': /tmp/games/supertux/work/supertux-0.4.0/src/audio/ogg_sound_file.cpp:112:53: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] static_cast (nmemb)); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/ogg_sound_file.hpp:20:0, from /tmp/games/supertux/work/supertux-0.4.0/src/audio/ogg_sound_file.cpp:17: /usr/pkg/include/physfs.h:1333:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle, ^~~~~~~~~~~ [ 13%] Building CXX object CMakeFiles/supertux2_lib.dir/src/audio/sound_error.cpp.o [ 13%] Building CXX object CMakeFiles/supertux2_lib.dir/src/audio/sound_file.cpp.o [ 13%] Building CXX object CMakeFiles/supertux2_lib.dir/src/audio/sound_manager.cpp.o [ 14%] Building CXX object CMakeFiles/supertux2_lib.dir/src/audio/stream_sound_source.cpp.o /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp: In function 'std::unique_ptr load_music_file(const string&)': /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp:61:80: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] msg << "Couldn't open '" << raw_music_file << "': " << PHYSFS_getLastError(); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp:25:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp: In function 'std::unique_ptr load_sound_file(const string&)': /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp:78:74: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] msg << "Couldn't open '" << filename << "': " << PHYSFS_getLastError() << ", using dummy sound file."; ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp:25:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp:84:49: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] if(PHYSFS_read(file, magic, sizeof(magic), 1) != 1) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp:25:0: /usr/pkg/include/physfs.h:1333:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle, ^~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp:88:74: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] msg << "Couldn't seek through sound file: " << PHYSFS_getLastError(); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/sound_file.cpp:25:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ [ 14%] Building CXX object CMakeFiles/supertux2_lib.dir/src/audio/wav_sound_file.cpp.o [ 14%] Building CXX object CMakeFiles/supertux2_lib.dir/src/badguy/angrystone.cpp.o /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp: In constructor 'WavSoundFile::WavSoundFile(PHYSFS_File*)': /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:51:47: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] if(PHYSFS_read(file, magic, sizeof(magic), 1) != 1) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.hpp:20:0, from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:17: /usr/pkg/include/physfs.h:1333:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle, ^~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:61:47: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] if(PHYSFS_read(file, magic, sizeof(magic), 1) != 1) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.hpp:20:0, from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:17: /usr/pkg/include/physfs.h:1333:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle, ^~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:71:59: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] if(PHYSFS_read(file, chunkmagic, sizeof(chunkmagic), 1) != 1) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.hpp:20:0, from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:17: /usr/pkg/include/physfs.h:1333:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle, ^~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:110:59: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] if(PHYSFS_read(file, chunkmagic, sizeof(chunkmagic), 1) != 1) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.hpp:20:0, from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:17: /usr/pkg/include/physfs.h:1333:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle, ^~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp: In member function 'virtual size_t WavSoundFile::read(void*, size_t)': /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:147:43: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] if(PHYSFS_read(file, buffer, readsize, 1) != 1) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.hpp:20:0, from /tmp/games/supertux/work/supertux-0.4.0/src/audio/wav_sound_file.cpp:17: /usr/pkg/include/physfs.h:1333:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle, ^~~~~~~~~~~ [ 15%] Building CXX object CMakeFiles/supertux2_lib.dir/src/badguy/badguy.cpp.o In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/X11R7/include/GL/glext.h:12066:105: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, const GLfloat*)' typedef void (APIENTRYP PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, const GLfloat *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/pkg/include/GL/glew.h:18734:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, GLfloat*)' typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, GLfloat* params); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/X11R7/include/GL/glext.h:12068:103: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTIVSGIXPROC)(GLenum, GLenum, const GLint*)' typedef void (APIENTRYP PFNGLFRAGMENTLIGHTIVSGIXPROC) (GLenum light, GLenum pname, const GLint *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/pkg/include/GL/glew.h:18736:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTIVSGIXPROC)(GLenum, GLenum, GLint*)' typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTIVSGIXPROC) (GLenum light, GLenum pname, GLint* params); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/X11R7/include/GL/glext.h:12070:96: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTMODELFVSGIXPROC)(GLenum, const GLfloat*)' typedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELFVSGIXPROC) (GLenum pname, const GLfloat *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/pkg/include/GL/glew.h:18730:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTMODELFVSGIXPROC)(GLenum, GLfloat*)' typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTMODELFVSGIXPROC) (GLenum pname, GLfloat* params); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/X11R7/include/GL/glext.h:12072:94: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTMODELIVSGIXPROC)(GLenum, const GLint*)' typedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELIVSGIXPROC) (GLenum pname, const GLint *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/pkg/include/GL/glew.h:18732:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTMODELIVSGIXPROC)(GLenum, GLint*)' typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTMODELIVSGIXPROC) (GLenum pname, GLint* params); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/X11R7/include/GL/glext.h:12079:104: error: conflicting declaration 'typedef void (* PFNGLGETFRAGMENTMATERIALFVSGIXPROC)(GLenum, GLenum, GLfloat*)' typedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALFVSGIXPROC) (GLenum face, GLenum pname, GLfloat *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/pkg/include/GL/glew.h:18743:28: note: previous declaration as 'typedef void (* PFNGLGETFRAGMENTMATERIALFVSGIXPROC)(GLenum, GLenum, const GLfloat*)' typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALFVSGIXPROC) (GLenum face, GLenum pname, const GLfloat* data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/X11R7/include/GL/glext.h:12080:102: error: conflicting declaration 'typedef void (* PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, GLint*)' typedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, GLenum pname, GLint *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/angrystone.cpp:17: /usr/pkg/include/GL/glew.h:18744:28: note: previous declaration as 'typedef void (* PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, const GLint*)' typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, GLenum pname, const GLint* data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp: In function 'MD5 {anonymous}::md5_from_file(const string&)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:58:64: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] out << "PHYSFS_openRead() failed: " << PHYSFS_getLastError(); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:66:70: warning: 'PHYSFS_sint64 PHYSFS_read(PHYSFS_File*, void*, PHYSFS_uint32, PHYSFS_uint32)' is deprecated [-Wdeprecated-declarations] PHYSFS_sint64 len = PHYSFS_read(file, buffer, 1, sizeof(buffer)); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:1333:27: note: declared here PHYSFS_DECL PHYSFS_sint64 PHYSFS_read(PHYSFS_File *handle, ^~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp: In function 'void {anonymous}::add_to_dictionary_path(void*, const char*, const char*)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:87:44: warning: 'int PHYSFS_isDirectory(const char*)' is deprecated [-Wdeprecated-declarations] if(PHYSFS_isDirectory(full_path.c_str())) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:1159:17: note: declared here PHYSFS_DECL int PHYSFS_isDirectory(const char *fname) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp: In function 'void {anonymous}::remove_from_dictionary_path(void*, const char*, const char*)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:97:44: warning: 'int PHYSFS_isDirectory(const char*)' is deprecated [-Wdeprecated-declarations] if(PHYSFS_isDirectory(full_path.c_str())) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:1159:17: note: declared here PHYSFS_DECL int PHYSFS_isDirectory(const char *fname) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~ gmake[2]: *** [CMakeFiles/supertux2_lib.dir/build.make:220: CMakeFiles/supertux2_lib.dir/src/badguy/angrystone.cpp.o] Error 1 gmake[2]: *** Waiting for unfinished jobs.... /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp: In lambda function: /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:327:78: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] log_warning << "PHYSFS_delete failed: " << PHYSFS_getLastError() << std::endl; ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp: In member function 'void AddonManager::install_addon(const AddonId&)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:386:70: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] log_warning << "PHYSFS_delete failed: " << PHYSFS_getLastError() << std::endl; ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp: In member function 'void AddonManager::enable_addon(const AddonId&)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:437:71: warning: 'int PHYSFS_addToSearchPath(const char*, int)' is deprecated [-Wdeprecated-declarations] if (PHYSFS_addToSearchPath(addon.get_install_filename().c_str(), 0) == 0) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:851:17: note: declared here PHYSFS_DECL int PHYSFS_addToSearchPath(const char *newDir, int appendToPath) ^~~~~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:440:42: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] << PHYSFS_getLastError() << std::endl; ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:446:91: warning: 'void PHYSFS_enumerateFilesCallback(const char*, PHYSFS_EnumFilesCallback, void*)' is deprecated [-Wdeprecated-declarations] PHYSFS_enumerateFilesCallback(addon.get_id().c_str(), add_to_dictionary_path, NULL); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:2385:18: note: declared here PHYSFS_DECL void PHYSFS_enumerateFilesCallback(const char *dir, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp: In member function 'void AddonManager::disable_addon(const AddonId&)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:465:73: warning: 'int PHYSFS_removeFromSearchPath(const char*)' is deprecated [-Wdeprecated-declarations] if (PHYSFS_removeFromSearchPath(addon.get_install_filename().c_str()) == 0) ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:878:17: note: declared here PHYSFS_DECL int PHYSFS_removeFromSearchPath(const char *oldDir) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:468:42: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] << PHYSFS_getLastError() << std::endl; ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:474:96: warning: 'void PHYSFS_enumerateFilesCallback(const char*, PHYSFS_EnumFilesCallback, void*)' is deprecated [-Wdeprecated-declarations] PHYSFS_enumerateFilesCallback(addon.get_id().c_str(), remove_from_dictionary_path, NULL); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:2385:18: note: declared here PHYSFS_DECL void PHYSFS_enumerateFilesCallback(const char *dir, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp: In member function 'std::__cxx11::string AddonManager::scan_for_info(const string&) const': /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:521:105: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] log_warning << "PHYSFS_getRealDir() failed for " << nfo_filename << ": " << PHYSFS_getLastError() << std::endl; ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp: In member function 'void AddonManager::add_installed_archive(const string&, const string&)': /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:543:40: warning: 'const char* PHYSFS_getLastError()' is deprecated [-Wdeprecated-declarations] << PHYSFS_getLastError() << std::endl; ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:654:25: note: declared here PHYSFS_DECL const char *PHYSFS_getLastError(void) PHYSFS_DEPRECATED; ^~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:549:46: warning: 'int PHYSFS_addToSearchPath(const char*, int)' is deprecated [-Wdeprecated-declarations] PHYSFS_addToSearchPath(os_path.c_str(), 0); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:851:17: note: declared here PHYSFS_DECL int PHYSFS_addToSearchPath(const char *newDir, int appendToPath) ^~~~~~~~~~~~~~~~~~~~~~ /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:571:48: warning: 'int PHYSFS_removeFromSearchPath(const char*)' is deprecated [-Wdeprecated-declarations] PHYSFS_removeFromSearchPath(os_path.c_str()); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/addon/addon_manager.cpp:26:0: /usr/pkg/include/physfs.h:878:17: note: declared here PHYSFS_DECL int PHYSFS_removeFromSearchPath(const char *oldDir) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/X11R7/include/GL/glext.h:12066:105: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, const GLfloat*)' typedef void (APIENTRYP PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, const GLfloat *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/pkg/include/GL/glew.h:18734:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTFVSGIXPROC)(GLenum, GLenum, GLfloat*)' typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTFVSGIXPROC) (GLenum light, GLenum pname, GLfloat* params); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/X11R7/include/GL/glext.h:12068:103: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTIVSGIXPROC)(GLenum, GLenum, const GLint*)' typedef void (APIENTRYP PFNGLFRAGMENTLIGHTIVSGIXPROC) (GLenum light, GLenum pname, const GLint *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/pkg/include/GL/glew.h:18736:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTIVSGIXPROC)(GLenum, GLenum, GLint*)' typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTIVSGIXPROC) (GLenum light, GLenum pname, GLint* params); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/X11R7/include/GL/glext.h:12070:96: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTMODELFVSGIXPROC)(GLenum, const GLfloat*)' typedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELFVSGIXPROC) (GLenum pname, const GLfloat *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/pkg/include/GL/glew.h:18730:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTMODELFVSGIXPROC)(GLenum, GLfloat*)' typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTMODELFVSGIXPROC) (GLenum pname, GLfloat* params); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/X11R7/include/GL/glext.h:12072:94: error: conflicting declaration 'typedef void (* PFNGLFRAGMENTLIGHTMODELIVSGIXPROC)(GLenum, const GLint*)' typedef void (APIENTRYP PFNGLFRAGMENTLIGHTMODELIVSGIXPROC) (GLenum pname, const GLint *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/pkg/include/GL/glew.h:18732:28: note: previous declaration as 'typedef void (* PFNGLFRAGMENTLIGHTMODELIVSGIXPROC)(GLenum, GLint*)' typedef void (GLAPIENTRY * PFNGLFRAGMENTLIGHTMODELIVSGIXPROC) (GLenum pname, GLint* params); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/X11R7/include/GL/glext.h:12079:104: error: conflicting declaration 'typedef void (* PFNGLGETFRAGMENTMATERIALFVSGIXPROC)(GLenum, GLenum, GLfloat*)' typedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALFVSGIXPROC) (GLenum face, GLenum pname, GLfloat *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/pkg/include/GL/glew.h:18743:28: note: previous declaration as 'typedef void (* PFNGLGETFRAGMENTMATERIALFVSGIXPROC)(GLenum, GLenum, const GLfloat*)' typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALFVSGIXPROC) (GLenum face, GLenum pname, const GLfloat* data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:47:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/X11R7/include/GL/glext.h:12080:102: error: conflicting declaration 'typedef void (* PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, GLint*)' typedef void (APIENTRYP PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, GLenum pname, GLint *params); ^ In file included from /tmp/games/supertux/work/supertux-0.4.0/src/video/glutil.hpp:36:0, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture_manager.hpp:31, from /tmp/games/supertux/work/supertux-0.4.0/src/video/texture.hpp:26, from /tmp/games/supertux/work/supertux-0.4.0/src/video/font.hpp:28, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_context.hpp:29, from /tmp/games/supertux/work/supertux-0.4.0/src/video/drawing_request.hpp:30, from /tmp/games/supertux/work/supertux-0.4.0/src/object/moving_sprite.hpp:23, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.hpp:20, from /tmp/games/supertux/work/supertux-0.4.0/src/badguy/badguy.cpp:17: /usr/pkg/include/GL/glew.h:18744:28: note: previous declaration as 'typedef void (* PFNGLGETFRAGMENTMATERIALIVSGIXPROC)(GLenum, GLenum, const GLint*)' typedef void (GLAPIENTRY * PFNGLGETFRAGMENTMATERIALIVSGIXPROC) (GLenum face, GLenum pname, const GLint* data); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gmake[2]: *** [CMakeFiles/supertux2_lib.dir/build.make:233: CMakeFiles/supertux2_lib.dir/src/badguy/badguy.cpp.o] Error 1 gmake[1]: *** [CMakeFiles/Makefile2:75: CMakeFiles/supertux2_lib.dir/all] Error 2 gmake: *** [Makefile:152: all] Error 2 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/games/supertux *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/games/supertux