Author Topic: raspberry pi 2  (Read 29568 times)

raygun

  • Administrator
  • Sr. Member
  • *****
  • Posts: 393
    • View Profile
Re: raspberry pi 2
« Reply #30 on: February 27, 2016, 12:08:24 AM »
Despite what it says, I think that "fatal" message you are getting during the make isn't hurting anything.  From this it looks like it is coming from git, and git isn't doing anything important in the makefile:
http://stackoverflow.com/questions/4916492/git-describe-fails-with-fatal-no-names-found-cannot-describe-anything

You don't need to compile attract mode from X, you just need to be in X when you run it.





Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: raspberry pi 2
« Reply #31 on: December 27, 2016, 04:24:38 AM »
ok raygun so this error is fine then

Code: [Select]
pi@retropie:~/develop/attract $ sudo make install
flags: -Wl,--export-dynamic -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -I/opt/vc/include -L/opt/vc/lib -Iextlibs/miniz -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -I/usr/include/AL  -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/gameswf  -DFE_RPI -DUSE_GLES -DUSE_FONTCONFIG -DUSE_AVRESAMPLE
fatal: No names found, cannot describe anything.
install -D -t /usr/local/bin attract
mkdir -p /usr/local/share/attract/
cp -r config/* /usr/local/share/attract/

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: raspberry pi 2
« Reply #32 on: December 27, 2016, 11:03:02 PM »
ok raygun so this error is fine then

Code: [Select]
pi@retropie:~/develop/attract $ sudo make install
flags: -Wl,--export-dynamic -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -I/opt/vc/include -L/opt/vc/lib -Iextlibs/miniz -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/usr/include/freetype2 -I/usr/include/AL  -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/gameswf  -DFE_RPI -DUSE_GLES -DUSE_FONTCONFIG -DUSE_AVRESAMPLE
fatal: No names found, cannot describe anything.
install -D -t /usr/local/bin attract
mkdir -p /usr/local/share/attract/
cp -r config/* /usr/local/share/attract/

That's normal and nothing to be worried about.