[Kst] Re: extragear/graphics/kst/kst/extensions/js/kjs
Gábor Lehel
illissius at gmail.com
Sat May 28 18:48:38 CEST 2005
I get errors while making -f Makefile.cvs now:
graphics $ make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** automake (GNU automake) 1.7.9 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
*** Creating Makefile.am
*** Creating configure.files
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
libkjs_la_LDFLAGS: variable `VSCRIPT' is used but `VSCRIPT' is undefined
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
it's entirely possible the error is somewhere on my end, just letting
you know...
(updating to a version prior to this makes it fail during make
instead, so dunno)
On 5/26/05, George Staikos <staikos at kde.org> wrote:
> SVN commit 418271 by staikos:
>
> get it building for now - hardcoded a bit
>
>
> M +0 -7 Makefile.am
> A global.h global.h.in#418244
> D global.h.in
> M +2 -2 operations.cpp
>
>
> --- trunk/extragear/graphics/kst/kst/extensions/js/kjs/Makefile.am #418270:418271
> @@ -44,10 +44,6 @@
> math_object.h object_object.h regexp_object.h error_object.h \
> debugger.h array_instance.h context.h dtoa.h regexp.h
>
> -if include_VERSION_SCRIPT
> -VSCRIPT = -Wl,--version-script=$(srcdir)/libkjs.map
> -endif
> -
> libkjs_la_LDFLAGS = -version-info 3:0:2 -no-undefined $(VSCRIPT) \
> $(USER_LDFLAGS) $(all_libraries)
> libkjs_la_LIBADD = -lm $(LIBPCRE)
> @@ -101,8 +97,5 @@
> testkjs_SOURCES = testkjs.cpp
> testkjs_LDADD = libkjs.la
>
> -DOXYGEN_REFERENCES = kdecore
> -include ../admin/Doxyfile.am
> -
> .PHONY: parser
>
> --- trunk/extragear/graphics/kst/kst/extensions/js/kjs/operations.cpp #418270:418271
> @@ -24,8 +24,8 @@
> #include "config.h"
> #endif
> #ifndef HAVE_FLOAT_H /* just for !Windows */
> -#define HAVE_FLOAT_H 0
> -#define HAVE_FUNC__FINITE 0
> +//#define HAVE_FLOAT_H 0
> +//#define HAVE_FUNC__FINITE 0
> #endif
>
> #include <stdio.h>
>
--
Work is punishment for failing to procrastinate effectively.
More information about the Kst
mailing list