Ubuntu Pastebin

Paste from DeathDealer at Sat, 17 Oct 2015 03:07:21 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
chris@ubuntu:~/warzone2100-3.1.2$ ./autogen.sh
+ checking for autoconf >= 2.56 ... found 2.69, ok.
+ checking for automake >= 1.11 ... found 1.14.1, ok.
+ running aclocal ...
+ running autoheader ... 
+ running autoconf ... 
+ running automake ... 
configure.ac:74: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:74: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:74: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
tests/Makefile.am:17: warning: source file '../tools/map/mapload.cpp' is in a subdirectory,
tests/Makefile.am:17: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the 'subdir-objects'
automake: automake option hasn't been enabled.  For now, the corresponding output
automake: object file(s) will be placed in the top-level directory.  However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option throughout your
automake: project, to avoid future incompatibilities.
+ removing config.cache ... 

Now type './configure && make' to compile.
chris@ubuntu:~/warzone2100-3.1.2$ ./configure && make
./configure: line 2157: config.log: Permission denied
./configure: line 2167: config.log: Permission denied
chris@ubuntu:~/warzone2100-3.1.2$ ^C
chris@ubuntu:~/warzone2100-3.1.2$ sudo apt-get warzone2100
[sudo] password for chris: 
E: Invalid operation warzone2100
chris@ubuntu:~/warzone2100-3.1.2$ make install
make: *** No rule to make target 'install'.  Stop.
chris@ubuntu:~/warzone2100-3.1.2$ make
make: *** No targets specified and no makefile found.  Stop.
chris@ubuntu:~/warzone2100-3.1.2$ ./configure
./configure: line 2157: config.log: Permission denied
./configure: line 2167: config.log: Permission denied
chris@ubuntu:~/warzone2100-3.1.2$ sudo apt-get install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
chris@ubuntu:~/warzone2100-3.1.2$ ./configure && make
./configure: line 2157: config.log: Permission denied
./configure: line 2167: config.log: Permission denied
Download as text