<URL: http://bugs.freeciv.org/Ticket/Display.html?id=40320 >

2008/6/24 Egor Vyscrebentsov:
>
> With recent changes we have an error while 'make dist' on S2_2:
>
> make[4]: Entering directory 
> `/home/evyscr/freeciv-svn/S2_2/dependencies/toluaxx/src/lib'
> make[4]: *** No rule to make target 
> `../../../../dependencies/tolua/include/toluaxx.h', needed by `distdir'.  
> Stop.
> make[4]: Leaving directory 
> `/home/evyscr/freeciv-svn/S2_2/dependencies/toluaxx/src/lib'
> make[3]: *** [distdir] Error 1

 Fix for this particular problem. You also have to build toluaxx and
generate api_gen.[ch] before you can 'make dist'.


 - ML

diff -Nurd -X.diff_ignore freeciv/dependencies/toluaxx/src/lib/Makefile.am freeciv/dependencies/toluaxx/src/lib/Makefile.am
--- freeciv/dependencies/toluaxx/src/lib/Makefile.am	2008-01-15 04:53:29.000000000 +0200
+++ freeciv/dependencies/toluaxx/src/lib/Makefile.am	2008-06-24 18:26:19.000000000 +0300
@@ -5,7 +5,6 @@
 	-I$(top_srcdir)/dependencies/lua-5.1/src
 
 libtolua_a_SOURCES = \
-	$(top_srcdir)/dependencies/tolua/include/toluaxx.h \
 	tolua_event.c \
 	tolua_event.h \
 	tolua_is.c \
_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to