element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum buildfail et crash
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 0 replies
  • Subscribers 704 subscribers
  • Views 236 views
  • Users 0 members are here
  • raspberry_pi
Related

buildfail et crash

e14 Contributor
e14 Contributor over 13 years ago

Bonjour,

 

J'ai récement acheté un Raspberry et en essayant de compiler un programe, j'ai une erreur qui reviens tout le temps. Google ne m'a pa aidé, alors, je vous fait part de mon problème:

 

pi@raspberrypi ~/dev/supertux/build $ rm -R * && cmake .. && make

-- The C compiler identification is GNU 4.6.3

-- The CXX compiler identification is GNU 4.6.3

-- Check for working C compiler: /usr/bin/gcc

-- Check for working C compiler: /usr/bin/gcc -- works

-- Detecting C compiler ABI info

-- Detecting C compiler ABI info - done

-- Check for working CXX compiler: /usr/bin/c++

-- Check for working CXX compiler: /usr/bin/c++ -- works

-- Detecting CXX compiler ABI info

-- Detecting CXX compiler ABI info - done

-- Check if the system is big endian

-- Searching 16 bit integer

-- Looking for sys/types.h

-- Looking for sys/types.h - found

-- Looking for stdint.h

-- Looking for stdint.h - found

-- Looking for stddef.h

-- Looking for stddef.h - found

-- Check size of unsigned short

-- Check size of unsigned short - done

-- Using unsigned short

-- Check if the system is big endian - little endian

-- Boost version: 1.49.0

-- Looking for include file pthread.h

-- Looking for include file pthread.h - found

-- Looking for pthread_create

-- Looking for pthread_create - not found.

-- Looking for pthread_create in pthreads

-- Looking for pthread_create in pthreads - not found

-- Looking for pthread_create in pthread

-- Looking for pthread_create in pthread - found

-- Found Threads: TRUE 

-- Found SDL: /usr/lib/arm-linux-gnueabihf/libSDLmain.a;/usr/lib/arm-linux-gnueabihf/libSDL.so;-lpthread 

-- Found SDLIMAGE: /usr/lib/arm-linux-gnueabihf/libSDL_image.so 

-- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so

-- Looking for XOpenDisplay in /usr/lib/arm-linux-gnueabihf/libX11.so;/usr/lib/arm-linux-gnueabihf/libXext.so - found

-- Looking for gethostbyname

-- Looking for gethostbyname - found

-- Looking for connect

-- Looking for connect - found

-- Looking for remove

-- Looking for remove - found

-- Looking for shmat

-- Looking for shmat - found

-- Found X11: /usr/lib/arm-linux-gnueabihf/libX11.so

-- Found OpenGL: /usr/lib/arm-linux-gnueabihf/libGL.so 

-- Found OpenAL: /usr/lib/arm-linux-gnueabihf/libopenal.so 

-- Looking for vorbis_bitrate_addblock in vorbis

-- Looking for vorbis_bitrate_addblock in vorbis - found

-- Found OggVorbis: /usr/lib/arm-linux-gnueabihf/libvorbisfile.so;/usr/lib/arm-linux-gnueabihf/libvorbis.so;/usr/lib/arm-linux-gnueabihf/libogg.so

-- Found PhysFS: /usr/lib/libphysfs.so 

-- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)

-- Performing Test HAVE_ICONV_CONST

-- Performing Test HAVE_ICONV_CONST - Failed

-- Check size of void*

-- Check size of void* - done

-- Size of void* is 4

-- Configuring done

-- Generating done

-- Build files have been written to: /home/pi/dev/supertux/build

Scanning dependencies of target squirrel

[  0%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqobject.cpp.o

[  0%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqdebug.cpp.o

[  1%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqstate.cpp.o

[  1%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqmem.cpp.o

[  1%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqlexer.cpp.o

[  2%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqtable.cpp.o

[  2%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqfuncstate.cpp.o

[  2%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqapi.cpp.o

[  3%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqcompiler.cpp.o

[  3%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqbaselib.cpp.o

[  3%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqclass.cpp.o

[  4%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/squirrel/sqvm.cpp.o

[  4%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdio.cpp.o

[  4%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdstring.cpp.o

[  5%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdrex.cpp.o

[  5%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdblob.cpp.o

[  5%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdsystem.cpp.o

[  6%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdmath.cpp.o

[  6%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdstream.cpp.o

[  6%] Building CXX object external/squirrel/CMakeFiles/squirrel.dir/sqstdlib/sqstdaux.cpp.o

Linking CXX static library libsquirrel.a

[  6%] Built target squirrel

Scanning dependencies of target svnversion

[  7%] Updating /home/pi/dev/supertux/build/version.h...

[  7%] Built target svnversion

Scanning dependencies of target supertux2

[  8%] Building C object CMakeFiles/supertux2.dir/external/obstack/obstack.c.o

[  8%] Building C object CMakeFiles/supertux2.dir/external/findlocale/findlocale.c.o

[  8%] Building CXX object CMakeFiles/supertux2.dir/src/main.cpp.o

[  9%] Building CXX object CMakeFiles/supertux2.dir/src/video/video_systems.cpp.o

/tmp/cc2t2Bom.s: Assembler messages:

/tmp/cc2t2Bom.s:82: Warning: swp{b} use is deprecated for this architecture

[  9%] Building CXX object CMakeFiles/supertux2.dir/src/video/drawing_context.cpp.o

/tmp/ccjAXWkJ.s: Assembler messages:

/tmp/ccjAXWkJ.s:584: Warning: swp{b} use is deprecated for this architecture

[  9%] Building CXX object CMakeFiles/supertux2.dir/src/video/renderer.cpp.o

[ 10%] Building CXX object CMakeFiles/supertux2.dir/src/video/color.cpp.o

[ 10%] Building CXX object CMakeFiles/supertux2.dir/src/video/surface.cpp.o

/tmp/ccQRZpAo.s: Assembler messages:

/tmp/ccQRZpAo.s:237: Warning: swp{b} use is deprecated for this architecture

[ 10%] Building CXX object CMakeFiles/supertux2.dir/src/video/font.cpp.o

/tmp/cc2UXBDc.s: Assembler messages:

/tmp/cc2UXBDc.s:822: Warning: swp{b} use is deprecated for this architecture

[ 11%] Building CXX object CMakeFiles/supertux2.dir/src/video/texture_manager.cpp.o

/tmp/cc5jSFix.s: Assembler messages:

/tmp/cc5jSFix.s:124: Warning: swp{b} use is deprecated for this architecture

[ 11%] Building CXX object CMakeFiles/supertux2.dir/src/addon/addon.cpp.o

[ 11%] Building CXX object CMakeFiles/supertux2.dir/src/addon/addon_manager.cpp.o

[ 12%] Building CXX object CMakeFiles/supertux2.dir/src/addon/md5.cpp.o

[ 12%] Building CXX object CMakeFiles/supertux2.dir/src/object/pulsing_light.cpp.o

[ 12%] Building CXX object CMakeFiles/supertux2.dir/src/object/firefly.cpp.o

/tmp/ccCq67cM.s: Assembler messages:

/tmp/ccCq67cM.s:686: Warning: swp{b} use is deprecated for this architecture

[ 13%] Building CXX object CMakeFiles/supertux2.dir/src/object/infoblock.cpp.o

/tmp/cct2fEpf.s: Assembler messages:

/tmp/cct2fEpf.s:82: Warning: swp{b} use is deprecated for this architecture

[ 13%] Building CXX object CMakeFiles/supertux2.dir/src/object/cloud_particle_system.cpp.o

/tmp/ccJHqS4i.s: Assembler messages:

/tmp/ccJHqS4i.s:137: Warning: swp{b} use is deprecated for this architecture

[ 13%] Building CXX object CMakeFiles/supertux2.dir/src/object/flower.cpp.o

/tmp/ccexTwfl.s: Assembler messages:

/tmp/ccexTwfl.s:184: Warning: swp{b} use is deprecated for this architecture

[ 14%] Building CXX object CMakeFiles/supertux2.dir/src/object/endsequence_walkright.cpp.o

[ 14%] Building CXX object CMakeFiles/supertux2.dir/src/object/ambient_sound.cpp.o

[ 14%] Building CXX object CMakeFiles/supertux2.dir/src/object/broken_brick.cpp.o

/tmp/cc7aONf4.s: Assembler messages:

/tmp/cc7aONf4.s:213: Warning: swp{b} use is deprecated for this architecture

[ 15%] Building CXX object CMakeFiles/supertux2.dir/src/object/weak_block.cpp.o

/tmp/ccNdq3UR.s: Assembler messages:

/tmp/ccNdq3UR.s:769: Warning: swp{b} use is deprecated for this architecture

[ 15%] Building CXX object CMakeFiles/supertux2.dir/src/object/particlesystem_interactive.cpp.o

/tmp/ccCUy0ki.s: Assembler messages:

/tmp/ccCUy0ki.s:305: Warning: swp{b} use is deprecated for this architecture

[ 15%] Building CXX object CMakeFiles/supertux2.dir/src/object/bicycle_platform.cpp.o

[ 16%] Building CXX object CMakeFiles/supertux2.dir/src/object/pushbutton.cpp.o

[ 16%] Building CXX object CMakeFiles/supertux2.dir/src/object/bonus_block.cpp.o

/tmp/cc2LpM6u.s: Assembler messages:

/tmp/cc2LpM6u.s:82: Warning: swp{b} use is deprecated for this architecture

[ 16%] Building CXX object CMakeFiles/supertux2.dir/src/object/background.cpp.o

/tmp/ccNldXPD.s: Assembler messages:

/tmp/ccNldXPD.s:376: Warning: swp{b} use is deprecated for this architecture

[ 17%] Building CXX object CMakeFiles/supertux2.dir/src/object/fireworks.cpp.o

[ 17%] Building CXX object CMakeFiles/supertux2.dir/src/object/hurting_platform.cpp.o

[ 17%] Building CXX object CMakeFiles/supertux2.dir/src/object/block.cpp.o

/tmp/ccPWmOj5.s: Assembler messages:

/tmp/ccPWmOj5.s:82: Warning: swp{b} use is deprecated for this architecture

[ 18%] Building CXX object CMakeFiles/supertux2.dir/src/object/tilemap.cpp.o

/tmp/ccQKrHw6.s: Assembler messages:

/tmp/ccQKrHw6.s:105: Warning: swp{b} use is deprecated for this architecture

[ 18%] Building CXX object CMakeFiles/supertux2.dir/src/object/path.cpp.o

[ 18%] Building CXX object CMakeFiles/supertux2.dir/src/object/level_time.cpp.o

/tmp/ccYRSPhl.s: Assembler messages:

/tmp/ccYRSPhl.s:166: Warning: swp{b} use is deprecated for this architecture

[ 19%] Building CXX object CMakeFiles/supertux2.dir/src/object/camera.cpp.o

[ 19%] Building CXX object CMakeFiles/supertux2.dir/src/object/snow_particle_system.cpp.o

/tmp/ccXL7rq0.s: Assembler messages:

/tmp/ccXL7rq0.s:137: Warning: swp{b} use is deprecated for this architecture

[ 19%] Building CXX object CMakeFiles/supertux2.dir/src/object/invisible_block.cpp.o

/tmp/ccDFQFHc.s: Assembler messages:

/tmp/ccDFQFHc.s:184: Warning: swp{b} use is deprecated for this architecture

[ 20%] Building CXX object CMakeFiles/supertux2.dir/src/object/oneup.cpp.o

[ 20%] Building CXX object CMakeFiles/supertux2.dir/src/object/display_effect.cpp.o

[ 20%] Building CXX object CMakeFiles/supertux2.dir/src/object/wind.cpp.o

[ 21%] Building CXX object CMakeFiles/supertux2.dir/src/object/particles.cpp.o

[ 21%] Building CXX object CMakeFiles/supertux2.dir/src/object/decal.cpp.o

[ 21%] Building CXX object CMakeFiles/supertux2.dir/src/object/coin.cpp.o

/tmp/ccmaN0CR.s: Assembler messages:

/tmp/ccmaN0CR.s:654: Warning: swp{b} use is deprecated for this architecture

[ 22%] Building CXX object CMakeFiles/supertux2.dir/src/object/comet_particle_system.cpp.o

/tmp/ccdWigI7.s: Assembler messages:

/tmp/ccdWigI7.s:137: Warning: swp{b} use is deprecated for this architecture

[ 22%] Building CXX object CMakeFiles/supertux2.dir/src/object/star.cpp.o

/tmp/ccD3QIEv.s: Assembler messages:

/tmp/ccD3QIEv.s:82: Warning: swp{b} use is deprecated for this architecture

[ 22%] Building CXX object CMakeFiles/supertux2.dir/src/object/electrifier.cpp.o

[ 23%] Building CXX object CMakeFiles/supertux2.dir/src/object/path_walker.cpp.o

[ 23%] Building CXX object CMakeFiles/supertux2.dir/src/object/spotlight.cpp.o

/tmp/ccNTMtp5.s: Assembler messages:

/tmp/ccNTMtp5.s:137: Warning: swp{b} use is deprecated for this architecture

[ 23%] Building CXX object CMakeFiles/supertux2.dir/src/object/specialriser.cpp.o

[ 24%] Building CXX object CMakeFiles/supertux2.dir/src/object/powerup.cpp.o

/tmp/cctE7JRb.s: Assembler messages:

/tmp/cctE7JRb.s:215: Warning: swp{b} use is deprecated for this architecture

[ 24%] Building CXX object CMakeFiles/supertux2.dir/src/object/gradient.cpp.o

[ 24%] Building CXX object CMakeFiles/supertux2.dir/src/object/coin_rain.cpp.o

/tmp/ccPHjghp.s: Assembler messages:

/tmp/ccPHjghp.s:143: Warning: swp{b} use is deprecated for this architecture

[ 25%] Building CXX object CMakeFiles/supertux2.dir/src/object/ghost_particle_system.cpp.o

/tmp/ccs3DRur.s: Assembler messages:

/tmp/ccs3DRur.s:137: Warning: swp{b} use is deprecated for this architecture

[ 25%] Building CXX object CMakeFiles/supertux2.dir/src/object/light.cpp.o

/tmp/ccLYwwQx.s: Assembler messages:

/tmp/ccLYwwQx.s:113: Warning: swp{b} use is deprecated for this architecture

[ 26%] Building CXX object CMakeFiles/supertux2.dir/src/object/rusty_trampoline.cpp.o

[ 26%] Building CXX object CMakeFiles/supertux2.dir/src/object/bouncy_coin.cpp.o

/tmp/ccsJGRYB.s: Assembler messages:

/tmp/ccsJGRYB.s:113: Warning: swp{b} use is deprecated for this architecture

[ 26%] Building CXX object CMakeFiles/supertux2.dir/src/object/brick.cpp.o

/tmp/ccGdPRKp.s: Assembler messages:

/tmp/ccGdPRKp.s:82: Warning: swp{b} use is deprecated for this architecture

[ 27%] Building CXX object CMakeFiles/supertux2.dir/src/object/anchor_point.cpp.o

[ 27%] Building CXX object CMakeFiles/supertux2.dir/src/object/moving_sprite.cpp.o

/tmp/ccho178n.s: Assembler messages:

/tmp/ccho178n.s:681: Warning: swp{b} use is deprecated for this architecture

[ 27%] Building CXX object CMakeFiles/supertux2.dir/src/object/pneumatic_platform.cpp.o

[ 28%] Building CXX object CMakeFiles/supertux2.dir/src/object/coin_explode.cpp.o

[ 28%] Building CXX object CMakeFiles/supertux2.dir/src/object/endsequence_walkleft.cpp.o

[ 28%] Building CXX object CMakeFiles/supertux2.dir/src/object/sprite_particle.cpp.o

/tmp/ccfmxwhP.s: Assembler messages:

/tmp/ccfmxwhP.s:260: Warning: swp{b} use is deprecated for this architecture

[ 29%] Building CXX object CMakeFiles/supertux2.dir/src/object/invisible_wall.cp

[...]

 

[100%] Building CXX object CMakeFiles/supertux2.dir/external/tinygettext/tinygettext/plural_forms.cpp.o

[100%] Building CXX object CMakeFiles/supertux2.dir/external/tinygettext/tinygettext/dictionary.cpp.o

Linking CXX executable ../supertux2

[100%] Built target supertux2

pi@raspberrypi ~/dev/supertux/build $ ../supertux2

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:223 [/home/pi/.supertux2] is in the search path

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:223 [/home/pi/dev/supertux/data] is in the search path

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:565 Component 'controller' finished after 0.203 seconds

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:72 Couldn't load config file: Couldn't open file 'config': No such file or directory, using default settings

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:565 Component 'config' finished after 0.019 seconds

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:565 Component 'commandline' finished after 0.001 seconds

[INFO] /home/pi/dev/supertux/src/video/video_systems.cpp:44 new GL renderer

[WARNING] /home/pi/dev/supertux/src/video/video_systems.cpp:47 Error creating GL renderer: Couldn't set video mode 800x600: Couldn't find matching GLX visual

[WARNING] /home/pi/dev/supertux/src/video/video_systems.cpp:49 new SDL renderer

[INFO] /home/pi/dev/supertux/src/video/sdl/sdl_renderer.cpp:121 Hardware surfaces are not available.

[INFO] /home/pi/dev/supertux/src/video/sdl/sdl_renderer.cpp:122 Hardware to hardware blits are not accelerated.

[INFO] /home/pi/dev/supertux/src/video/sdl/sdl_renderer.cpp:123 Hardware to hardware blits with colorkey are not accelerated.

[INFO] /home/pi/dev/supertux/src/video/sdl/sdl_renderer.cpp:124 Hardware to hardware blits with alpha are not accelerated.

[INFO] /home/pi/dev/supertux/src/video/sdl/sdl_renderer.cpp:125 Software to hardware blits are not accelerated.

[INFO] /home/pi/dev/supertux/src/video/sdl/sdl_renderer.cpp:126 Software to hardware blits with colorkey are not accelerated.

[INFO] /home/pi/dev/supertux/src/video/sdl/sdl_renderer.cpp:127 Software to hardware blits with alpha are not accelerated.

[INFO] /home/pi/dev/supertux/src/video/sdl/sdl_renderer.cpp:128 Color fills are not accelerated.

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:492 window  Window: Size(800, 600) Fullscreen: Size(800, 600) Area: Size(0, 0)

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:565 Component 'video' finished after 0.284 seconds

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:565 Component 'audio' finished after 0.259 seconds

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/andale12.stf

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:565 Component 'tinygettext' finished after 1.26 seconds

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:565 Component 'scripting' finished after 0.19 seconds

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/cyr-white.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/white.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/zh-white.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/cyr-white.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/white.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/zh-white.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/cyr-white-small.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/white-small.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/zh-white-small.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/cyr-white-big.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/white-big.stf

[DEBUG] /home/pi/dev/supertux/src/video/font.cpp:87 Loading font: fonts/zh-white-big.stf

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:565 Component 'resources' finished after 3.17 seconds

[INFO] /home/pi/dev/supertux/src/supertux/main.cpp:565 Component 'addons' finished after 0.012 seconds

supertux2: /usr/include/boost/smart_ptr/shared_ptr.hpp:424: T* boost::shared_ptr<T>::operator->() const [with T = SDLTexture]: Assertion `px != 0' failed.

Aborted

 

Comment coriger ce problème

/tmp/ccNO4lA5.s: Assembler messages:

/tmp/ccNO4lA5.s:2061: Warning: swp{b} use is deprecated for this architecture

 

Merci d'avance

  • Sign in to reply
  • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube