`util.mak', needed by `all-am'

Report bugs, bug fixes and workarounds here.
Topic author
revaz
Posts: 9
Joined: 17.11.2008
With us: 15 years 10 months

`util.mak', needed by `all-am'

Post #1by revaz » 28.03.2012, 16:28

Dear Developpers,

I wanted to add in the svn tree my modifications concerning the possibility
to use celestia in a geowall system (3d with polarized light).

I've donwloaded the source of celestia using svn :
svn co https://celestia.svn.sourceforge.net/sv ... tia/trunk/ celestia.svn


then I tried to compile it with first :

autoreconf -ivf

and then:
./configure --with-kde --prefix /opt/celestia

I get :

***************************************************************
** Celestia configuration complete. Now do a 'make' followed **
** by 'make install' **
***************************************************************

Front-End: KDE
Use Lua: yes
Use Theora: no


which seems fine.
But then, a make gives me :

...
mv -f .deps/unixtimer.Tpo .deps/unixtimer.Po
rm -f libcelutil.a
ar cru libcelutil.a bigfix.o color.o debug.o directory.o filetype.o formatnum.o utf8.o util.o unixdirectory.o unixtimer.o
ranlib libcelutil.a
make[3]: *** No rule to make target `util.mak', needed by `all-am'. Stop.
make[3]: Leaving directory `/home/epfl/revaz/celestia/celestia.svn/celestia/src/celutil'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/epfl/revaz/celestia/celestia.svn/celestia/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/epfl/revaz/celestia/celestia.svn/celestia'
make: *** [all] Error 2



I'm running on scientific linux 6.2 but I tried also on fedora 13 with the same problem.
I've found nothing corresponding to this problem on the forum.

I have no problem in compiling celestia-1.6.1

Thanks in advance,

yves

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 5 months
Location: Hamburg, Germany

Re: `util.mak', needed by `all-am'

Post #2by t00fri » 28.03.2012, 17:29

Hi,

I can reproduce your error. It is related to a recent delete of DOS *.mak and *.dsp files in SVN. This happened as an attempt to simplify the building scripts for Celestia. We are working to fix the problem.

Fridger
Image

Avatar
t00fri
Developer
Posts: 8772
Joined: 29.03.2002
Age: 22
With us: 22 years 5 months
Location: Hamburg, Germany

Re: `util.mak', needed by `all-am'

Post #3by t00fri » 28.03.2012, 17:57

revaz,

the bug in SVN is now fixed and you can start over again with far better prospects ;-)

Fridger
Image


Return to “Bugs”