adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Adonthell-devel] Regarding Savannah hack


From: Sasha Kushnirenko
Subject: Re: [Adonthell-devel] Regarding Savannah hack
Date: Wed, 10 Dec 2003 15:21:10 +0300
User-agent: Mutt/1.3.28i

Hi, Kai!

> Well, according to the website, it should be possible to checkout stuff 
> now, but not with your developer account:
> 
>   export CVS_RSH="ssh"
>   cvs -d:ext:address@hidden:/cvs-latest/adonthell co 
> adonthell

Worked for me.

Now I tried to build it and see how far can I get.
There may be a minor fix to test/Makefile.am. We probably need to add
"src/main" rather than "src" when we search for libadonthell_main.a:

address@hidden:~/adonthell/dec2003/adonthell/test$ cvs diff Makefile.am
Index: Makefile.am
===================================================================
RCS file: /cvs-latest/adonthell/adonthell/test/Makefile.am,v
retrieving revision 1.4
diff -r1.4 Makefile.am
10c10
< inputtest_LDADD = -L$(top_builddir)/src/gfx/ -ladonthell_gfx
-L$(top_builddir)/src/input/ -ladonthell_input -L$(top_builddir)/src/
-ladonthell_main
---
> inputtest_LDADD = -L$(top_builddir)/src/gfx/ -ladonthell_gfx
-L$(top_builddir)/src/input/ -ladonthell_input -L$(top_builddir)/src/main
-ladonthell_main

Sasha.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]