Attempting to compile .4 in a current Manjaro XFCE VM

For all the help you need with Armagetron!
Post Reply
User avatar
compguygene
Adjust Outside Corner Grinder
Posts: 2346
Joined: Thu Aug 21, 2008 12:09 pm
Location: Cleveland, Ohio
Contact:

Attempting to compile .4 in a current Manjaro XFCE VM

Post by compguygene »

I think the easies way for me to run .4 on my Windows 11 gaming computer is to just run in a VirtualBox VM. I have allocated 10gb of the available 32gb to this virtual machine, which is only going to be used to run Armagetronad and Firefox. I installed what I thought were all the dependencies needed. But obviously I am missing some.

here is the output of the .configure command:

Code: Select all

 checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking whether the compiler supports GNU C++... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for g++ option to enable C++11 features... (cached) none needed
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gmake... no
checking for bash... yes
checking for boostlib >= 1.33.1 (103301)... yes
checking whether make understands sinclude... yes
checking for socklen_t... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether the compiler supports GNU Objective C... no
checking whether not_needed_on_this_platform accepts -g... no
checking dependency style of not_needed_on_this_platform... none
./configure: line 13219: syntax error near unexpected token `XML2,'
./configure: line 13219: `  PKG_CHECK_MODULES(XML2, libxml-2.0 >= 2.6.11)'
Thank you for your assistance.
Armagetron: It's a video game that people should just play and enjoy :)
https://bit.ly/2KBGYjvCheck out the simple site about TheServerPharm
User avatar
aP|Nelg
Match Winner
Posts: 621
Joined: Wed Oct 22, 2014 10:22 pm
Contact:

Re: Attempting to compile .4 in a current Manjaro XFCE VM

Post by aP|Nelg »

Performance through a VM probably isn't going to be very good. Also, the easiest way to run 0.4 is probably just to download one of the already-compiled binaries (or for future readers), rather than compiling it yourself, or to run the "experimental" version of Retrocycles through Steam.

Regardless, looks like the package `pkgconf` isn't installed, which should provide PKG_CHECK_MODULES
Post Reply