Page 1 of 1

Ubuntu Compile error

Posted: 18 Jan 2007, 23:05
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

Reply

Posted: 18 Jan 2007, 23:23
by Amethyst
You now know my pain.

Posted: 18 Jan 2007, 23:29
by Emerson
We go to decide this problem, helps me!

Reply

Posted: 18 Jan 2007, 23:34
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.

Posted: 18 Jan 2007, 23:45
by Emerson
I am making this, but taste not to depend on wine.


:x

Try this

Posted: 19 Jan 2007, 13:41
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

Posted: 19 Jan 2007, 18:13
by Emerson
Thaks, 100%