Author Topic: AttractMode 1.5.2 debs  (Read 33676 times)

Tocinillo

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #30 on: April 27, 2016, 06:51:31 AM »
Yes, but I'm looking for 2.0 deb for Ubuntu.

I'm trying to compile from git, I installed all dependencies and packages but compile fails:

"In file included from src/swf.cpp:33:0:
extlibs/gameswf/gameswf/gameswf_freetype.h:19:22: fatal error: ft2build.h: No existe el archivo o el directorio
compilation terminated."

Ubuntu 16.04

Thanks.
« Last Edit: April 27, 2016, 07:29:20 AM by Tocinillo »

Tocinillo

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #31 on: April 28, 2016, 06:48:42 AM »
Hi, after install a lot of libraries (libjpeg-dev, libglu1-mesa-dev and another 10-11 that doesn't appear in the instructions. Furthermore, the fuck%$/% error continues. The problem is that makefile looks into /usr/share/include/ft2build.h and no file found. So it's easy to fix, only copy "ft2build.h" from /usr/share/include/freetype2/ft2build.h to /usr/share/include/ft2build.h.

But now...I have another error:

Quote
/usr/bin/ld: obj/libgameswf.a(gameswf_freetype.o): referencia sin definir al símbolo 'FT_New_Face'
//usr/lib/x86_64-linux-gnu/libfreetype.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:420: fallo en las instrucciones para el objetivo 'attract'
make: *** [attract] Error

Any ideas?

glynmorgan

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #32 on: April 29, 2016, 09:42:24 AM »
Also looking for a ubuntu release of 2.0.0

sk8ersublime

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #33 on: May 01, 2016, 04:48:10 PM »
so this thread is great in helping me with my Advmame issues. I was able to get advmame working with the command lines posted, and almost full screen (changing display_magnify = auto), however it kills my USB IPAC2 once changing the keyboard mode to RAW :\ damn it! lol

raygun

  • Administrator
  • Sr. Member
  • *****
  • Posts: 393
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #34 on: May 01, 2016, 11:04:57 PM »
Hi, after install a lot of libraries (libjpeg-dev, libglu1-mesa-dev and another 10-11 that doesn't appear in the instructions. Furthermore, the fuck%$/% error continues. The problem is that makefile looks into /usr/share/include/ft2build.h and no file found. So it's easy to fix, only copy "ft2build.h" from /usr/share/include/freetype2/ft2build.h to /usr/share/include/ft2build.h.

But now...I have another error:

Quote
/usr/bin/ld: obj/libgameswf.a(gameswf_freetype.o): referencia sin definir al símbolo 'FT_New_Face'
//usr/lib/x86_64-linux-gnu/libfreetype.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:420: fallo en las instrucciones para el objetivo 'attract'
make: *** [attract] Error

Any ideas?

Hi Tocinillo,

It looks like you are running into issues with the gameswf library crap.  You could try building without gameswf so you can at least get attractmode up and running... so run make with the NO_SWF=1 flag:

make NO_SWF=1

You shouldn't be copying header files to different places, I'm not really sure how that will affect the compile, but that could be what is messing up.  I've run into  problems with finding freetype recently on linux mint, so this is a known issue with ubuntu-based systems, one which I'm not sure how to fix atm.

I see that the compile instructions need some work regarding what dependencies need to be installed.  I'll make an issue for that as well.

Tocinillo

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #35 on: May 02, 2016, 12:21:10 PM »
Hi,

I don't know how, but after installing and compiling another packages (Kodi, chrome, steam, etc) I tried again to compile AM and finally I did :)

Thanks again.
« Last Edit: May 02, 2016, 12:23:24 PM by Tocinillo »

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #36 on: May 04, 2016, 11:24:09 PM »
has anyone tried ubuntu 16.04 on odroid c2 with attract mode?

I'm curious to see if the 2ghz soc and 2gb memory makes difference for n64 and dreamcast play
« Last Edit: May 04, 2016, 11:30:23 PM by Omamez »

efraimsangil

  • Full Member
  • ***
  • Posts: 56
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #37 on: June 02, 2016, 03:47:05 AM »
has anyone tried ubuntu 16.04 on odroid c2 with attract mode?

I'm curious to see if the 2ghz soc and 2gb memory makes difference for n64 and dreamcast play

I have AM in Debian Jessie on Odroid XU4.

By now, Only I am tested PSP and some roms run very fast. In a few days I try DreamCast, N64 and others.

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #38 on: June 13, 2016, 02:46:52 AM »
thats would be nice to see how they run

davewongillies

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #39 on: June 18, 2016, 09:31:28 PM »
Yes, but I'm looking for 2.0 deb for Ubuntu.
I've just setup a PPA with attractmode version 2.1.0 packages. More details in this thread

Omamez

  • Sr. Member
  • ****
  • Posts: 222
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #40 on: December 14, 2016, 08:58:43 PM »
has anyone tested new attractmode with xu4 with n64 and dreamcast?

akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Re: AttractMode 1.5.2 debs
« Reply #41 on: December 15, 2016, 07:36:23 AM »
What do you mean?

has anyone tested new attractmode with xu4 with n64 and dreamcast?

I have been using a n64 emulator with a attract mode for a year now...
People want life easy..then complain about it