Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - kairowan

Pages: [1]
1
Yay! It loads! Plus I just installed my 6TB drive 10 minutes ago, so I'll have lots of room for games. XD

So I just need to add the icon to my installed programs. ^_^

2
Okay. I managed to get the dependencies installed and AM compiled. When I ran sudo make install, it seemed to install, it created a directory, but it isn't showing up in my installed programs.

In case you are curious what went wrong with the dependencies the first couple times, apparently, when I was manually downloading the dependencies before, I accidentally changed a software source server and since it didn't have a Release File, it would refuse to download anything from it. I manually changed the server, and it downloaded the dependencies fine. :)

Here's the output when I told it to sudo make install:

Code: [Select]
jarvis@pop-os:~/attract$ sudo make install
[sudo] password for jarvis:
flags: -Wl,--export-dynamic -I/usr/include/freetype2 -I/usr/include/libpng16 -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/x86_64-linux-gnu -I/usr/include/AL -I/usr/include/x86_64-linux-gnu -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/nowide -Iextlibs/nvapi -Iextlibs/rapidjson/include -Iextlibs/gameswf  -DUSE_XLIB -DUSE_FONTCONFIG -DUSE_LIBARCHIVE -DUSE_SWRESAMPLE
mkdir -p -p /usr/local/share/attract/
install -D attract /usr/local/bin/attract
mkdir -p /usr/local/share/attract/
cp -r config/* /usr/local/share/attract/

3
Thanks so much for helping. I'm hoping I don't have to install a different flavour of Linux to get it working, cause I really like Pop_OS so far. :)

Here's the terminal output when I tried to compile AM.

Code: [Select]
jarvis@pop-os:~/attract$ make
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freetype2' found
Package libavformat was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavformat.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libavformat' found
Package libavcodec was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavcodec.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libavcodec' found
Package libavutil was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavutil.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libavutil' found
Package libswscale was not found in the pkg-config search path.
Perhaps you should add the directory containing `libswscale.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libswscale' found
Package openal was not found in the pkg-config search path.
Perhaps you should add the directory containing `openal.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openal' found
Package freetype2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `freetype2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'freetype2' found
Package libavformat was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavformat.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libavformat' found
Package libavcodec was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavcodec.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libavcodec' found
Package libavutil was not found in the pkg-config search path.
Perhaps you should add the directory containing `libavutil.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libavutil' found
Package libswscale was not found in the pkg-config search path.
Perhaps you should add the directory containing `libswscale.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libswscale' found
Package openal was not found in the pkg-config search path.
Perhaps you should add the directory containing `openal.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openal' found
flags: -Wl,--export-dynamic  -DDATA_PATH=\"/usr/local/share/attract/\" -O2 -DNDEBUG -Iextlibs/miniz -Iextlibs/audio/include -D__STDC_CONSTANT_MACROS  -Iextlibs/expat -Iextlibs/squirrel/include -Iextlibs/sqrat/include -Iextlibs/nowide -Iextlibs/nvapi -Iextlibs/rapidjson/include -Iextlibs/gameswf
Compiling obj/fe_base.o...
In file included from src/fe_base.cpp:24:
src/fe_util.hpp:28:10: fatal error: SFML/Config.hpp: No such file or directory
   28 | #include <SFML/Config.hpp>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:484: obj/fe_base.o] Error 1

4
When I tried compiling AM using the steps Akafox listed, I got error messages on the first step. I'm including the terminal text and hopefully you can tell me what went wrong? I tried continuing, and wasn't able to get it working. I love Linux, but I remember why I hated it occasionally too. LOL.

Editing to add: When I try to compile, it tells me I'm missing a bunch of packages, I'm guessing because of the errors from the first step. I can include a screenshot of that as well.


5
General / Re: POLL: What system are you running Attract Mode on?
« on: August 16, 2020, 07:36:47 PM »
I was running Windows 10, but I've decided to switch over to PopOS 20.04. The transition is going well so far.

I'm wondering if you recompiled it as well. I'm on Pop OS 20.04, and the missing dependencies are giving me a migraine. If there's an easier way, I'd love to know. LOL.

6
Thanks akafox, I'll try that tonight. ^_^

I love how much Wine has evolved since I used Linux last, I'm actually thinking about deleting Windows entirely from my computer, I haven't logged in for over a month.

I'll let you know tomorrow if I was successful. LOL. Time to jump down the dependency rabbit hole. XD

7
Is there any way to install Attract Mode on Pop_OS? it's my main OS, and I'd rather not have to reboot into a separate OS when I want to load Attract Mode. The version of Pop_OS I'm running is based off Ubuntu 20.04. I've downloaded the .deb file, and, of course, I am missing dependencies, but when I try to install those dependencies, *they* are missing dependencies. It becomes an ever growing rabbit hole of missing dependencies.

I tried the easier way first, adding the PPA to my sources, but I got an error saying the Launchpad has no Release file.

Any ideas? I've only recently came back to Linux after several years of Windows being my main system, and I'll be honest, I've never been good at compiling software, so I've avoided that option for now. LOL. I can use the terminal some, but that's it.

Pages: [1]