Ubuntu Compile error

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
Emerson
Peon
Peon
Posts: 8
Joined: 18 Jan 2007, 21:23
Location: Brasil

Ubuntu Compile error

Post by Emerson »

Plus an error that occurs when I try to compile in the Ubuntu.

make[1]: Entrando no diretório `/home/emerson/tmw'
cd . && autoheader
make[1]: Saindo do diretório `/home/emerson/tmw'
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=[config.h:config.h.in] \
/bin/sh ./config.status
config.status: creating [config.h
config.status: error: cannot find input file: config.h.in]
make: ** [stamp-h] Erro 1

They help me, go to be crazy

sorry my bad english, I sm from Brazil
sorry my bad english, I am from Brazil
<img src="http://img455.imageshack.us/img455/9823 ... ll36hh.jpg" alt="Multiplatform MMORPG-Forums for Developers-Cool People-Great Game. ">
User avatar
Amethyst
Novice
Novice
Posts: 152
Joined: 14 Dec 2006, 22:56
Location: Earth

Reply

Post by Amethyst »

You now know my pain.
User avatar
Emerson
Peon
Peon
Posts: 8
Joined: 18 Jan 2007, 21:23
Location: Brasil

Post by Emerson »

We go to decide this problem, helps me!
sorry my bad english, I am from Brazil
<img src="http://img455.imageshack.us/img455/9823 ... ll36hh.jpg" alt="Multiplatform MMORPG-Forums for Developers-Cool People-Great Game. ">
User avatar
Amethyst
Novice
Novice
Posts: 152
Joined: 14 Dec 2006, 22:56
Location: Earth

Reply

Post by Amethyst »

Here is the real solution to your problem.

In the terminal type:

sudo apt-get install WINE

Install wine.

Then download the Windows' client for themanaworld. Then after downloaded right click and choose open with Wine Windows Emulator.

During the install click browse for the install directory and do this:

/ > home > your home folder.

Just click the home folder and it should say something like:

z:/home/myhomefolder.

Then install and enjoy.
User avatar
Emerson
Peon
Peon
Posts: 8
Joined: 18 Jan 2007, 21:23
Location: Brasil

Post by Emerson »

I am making this, but taste not to depend on wine.


:x
sorry my bad english, I am from Brazil
<img src="http://img455.imageshack.us/img455/9823 ... ll36hh.jpg" alt="Multiplatform MMORPG-Forums for Developers-Cool People-Great Game. ">
User avatar
Avaniel
Peon
Peon
Posts: 40
Joined: 20 Aug 2006, 09:55
Location: The Netherlands

Try this

Post by Avaniel »

Open autogen.sh with text editor.
Change:
aclocal -> aclocal-1.9
automake -> automake-1.9

That should fix it if I remember mycompiler errors well enough.
Remeber the commands are:
./autogen.sh
./configure
make
sudo make install

Good luck
First they ignore you. Then they laugh at you. Then you swing your +150 axe. Then you win.
User avatar
Emerson
Peon
Peon
Posts: 8
Joined: 18 Jan 2007, 21:23
Location: Brasil

Post by Emerson »

Thaks, 100%
sorry my bad english, I am from Brazil
<img src="http://img455.imageshack.us/img455/9823 ... ll36hh.jpg" alt="Multiplatform MMORPG-Forums for Developers-Cool People-Great Game. ">
Post Reply