News:

--

Main Menu

SpiderMonkey Compile problem[HELP]

Started by pulkitw, July 03, 2012, 07:01:37 AM

Previous topic - Next topic

pulkitw

Hi i am new to avidemux and i am trying to compile Avidemux 2.6 in Windows using the link http://www.avidemux.org/admWiki/doku.php?id=build:compiling_avidemux#microsoft_windows. I have following each step and now i am stuck at an error in in the "Build avidemux" Step
How should i proceed further.?



Log File:

configure:18090: checking if FreeType2 support is required
configure:18092: result: test
configure:18202: checking pkg-config is at least version 0.9.0
configure:18205: result: yes
configure:18216: checking for FREETYPE
configure:18223: $PKG_CONFIG --exists --print-errors "freetype2"
configure:18226: $? = 0
configure:18239: $PKG_CONFIG --exists --print-errors "freetype2"
configure:18242: $? = 0
configure:18285: result: yes
configure:18311: checking /usr/local/ is full of divx
configure:18313: result: "yes"
configure:18324: checking if fontconfig support is required
configure:18326: result: test
configure:18333: checking fontconfig/fontconfig.h usability
configure:18333: g++ -c -g -O2        -I/usr/include/malloc  conftest.c > /dev/null
configure:18333: $? = 0
configure:18333: result: yes
configure:18333: checking fontconfig/fontconfig.h presence
configure:18333: gcc -E      -I/usr/include/malloc  conftest.c
configure:18333: $? = 0
configure:18333: result: yes
configure:18333: checking for fontconfig/fontconfig.h
configure:18333: result: yes
configure:18342: checking for FcStrSetCreate in -lfontconfig
configure:18367: gcc -o conftest.exe -g -O2      -I/usr/include/malloc   -lpthreadGC1  conftest.c -lfontconfig -lm -lpng  >&5
configure:18367: $? = 0
configure:18376: result: yes
configure:18450: checking spidermonkey engine
configure:18472: checking jsapi.h usability
configure:18472: g++ -c    -I.. -I../ADM_lavutil -IADM_library -I../ADM_library  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2        -I/usr/include/malloc  -I/c:/Users/pulkitw/Desktop/Avidemux~prerequisite/js/src -DXP_WIN conftest.c > /dev/null
configure:18472: $? = 0
configure:18472: result: yes
configure:18472: checking jsapi.h presence
configure:18472: gcc -E      -I/usr/include/malloc  -I/c:/Users/pulkitw/Desktop/Avidemux~prerequisite/js/src -DXP_WIN conftest.c
configure:18472: $? = 0
configure:18472: result: yes
configure:18472: checking for jsapi.h
configure:18472: result: yes
configure:18481: checking for JS_SuspendRequest in -ljs
configure:18506: gcc -o conftest.exe  -g -O2      -I/usr/include/malloc  -I/c:/Users/pulkitw/Desktop/Avidemux~prerequisite/js/src -DXP_WIN  -lpthreadGC1  conftest.c -ljs -lm -lfontconfig -lpng  >&5
c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/bin/ld.exe: cannot find -ljs
collect2: ld returned 1 exit status
configure:18506: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "avidemux"
| #define VERSION "2.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ICONV 1
| #define GETTEXT_PACKAGE "avidemux"
| #define USE_FFMPEG 1
| #define USE_MJPEG 1
| #define AMR_NB 1
| #define CONFIG_AMR_NB 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LIBXML_PARSER_H 1
| #define USE_LIBXML2 1
| #define HAVE_LIBPNG 1
| #define HAVE_LRINTF 1
| #define ICONV_NEED_CONST 1
| #define USE_MP3 1
| #define USE_AC3 1
| #define USE_FREETYPE 1
| #define HAVE_LIBFONTCONFIG 1
| #define USE_FONTCONFIG 1
| #define HAVE_FONTCONFIG 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JS_SuspendRequest ();
| int
| main ()
| {
| return JS_SuspendRequest ();
|   ;
|   return 0;
| }
configure:18515: result: no
configure:18530: checking for JS_SuspendRequest in -lsmjs
configure:18555: gcc -o conftest.exe  -g -O2      -I/usr/include/malloc  -I/c:/Users/pulkitw/Desktop/Avidemux~prerequisite/js/src -DXP_WIN  -lpthreadGC1  conftest.c -lsmjs -lm -lfontconfig -lpng  >&5
c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/bin/ld.exe: cannot find -lsmjs
collect2: ld returned 1 exit status
configure:18555: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "avidemux"
| #define VERSION "2.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ICONV 1
| #define GETTEXT_PACKAGE "avidemux"
| #define USE_FFMPEG 1
| #define USE_MJPEG 1
| #define AMR_NB 1
| #define CONFIG_AMR_NB 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LIBXML_PARSER_H 1
| #define USE_LIBXML2 1
| #define HAVE_LIBPNG 1
| #define HAVE_LRINTF 1
| #define ICONV_NEED_CONST 1
| #define USE_MP3 1
| #define USE_AC3 1
| #define USE_FREETYPE 1
| #define HAVE_LIBFONTCONFIG 1
| #define USE_FONTCONFIG 1
| #define HAVE_FONTCONFIG 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JS_SuspendRequest ();
| int
| main ()
| {
| return JS_SuspendRequest ();
|   ;
|   return 0;
| }
configure:18564: result: no
configure:18579: checking for JS_SuspendRequest in -lmozjs
configure:18604: gcc -o conftest.exe  -g -O2      -I/usr/include/malloc  -I/c:/Users/pulkitw/Desktop/Avidemux~prerequisite/js/src -DXP_WIN  -lpthreadGC1  conftest.c -lmozjs  -lfontconfig -lpng  >&5
c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/bin/ld.exe: cannot find -lmozjs
collect2: ld returned 1 exit status
configure:18604: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "avidemux"
| #define VERSION "2.3.0"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ICONV 1
| #define GETTEXT_PACKAGE "avidemux"
| #define USE_FFMPEG 1
| #define USE_MJPEG 1
| #define AMR_NB 1
| #define CONFIG_AMR_NB 1
| #define HAVE_MALLOC_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_LIBXML_PARSER_H 1
| #define USE_LIBXML2 1
| #define HAVE_LIBPNG 1
| #define HAVE_LRINTF 1
| #define ICONV_NEED_CONST 1
| #define USE_MP3 1
| #define USE_AC3 1
| #define USE_FREETYPE 1
| #define HAVE_LIBFONTCONFIG 1
| #define USE_FONTCONFIG 1
| #define HAVE_FONTCONFIG 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char JS_SuspendRequest ();
| int
| main ()
| {
| return JS_SuspendRequest ();
|   ;
|   return 0;
| }
configure:18613: result: no
configure:18630: WARNING: I did not find a working copy of jsapi.h and the associated library.
configure:18632: WARNING: <1>- Not reachable : Make sure you have spidermonkey installed
configure:18634: WARNING: Then use --with-jsapi-include=/path/to/jsapi.h/
configure:18636: WARNING: <2>- Make sure the library is in your LD_LIBRARY_PATH and/or LDFLAGS
configure:18638: WARNING: <3>- Make sure multithreading is enabled in your spidermonkey
configure:18640: WARNING: The ones from mozilla-dev or firefox-dev are ok
configure:18642: error: *** Working SPIDERMONKEY javascript engine not found !***

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-mingw32
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FREETYPE_CFLAGS_set=
ac_cv_env_FREETYPE_CFLAGS_value=
ac_cv_env_FREETYPE_LIBS_set=
ac_cv_env_FREETYPE_LIBS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=.exe
ac_cv_header_aften_aften_h=no
ac_cv_header_alsa_asoundlib_h=no
ac_cv_header_dlfcn_h=no
ac_cv_header_dts_h=no
ac_cv_header_faac_h=no
ac_cv_header_faad_h=no
ac_cv_header_fontconfig_fontconfig_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_jsapi_h=yes
ac_cv_header_lame_lame_h=no
ac_cv_header_libxml_parser_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_png_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_x264_h=no
ac_cv_header_xvid_h=no
ac_cv_host=i686-pc-mingw32
ac_cv_lib_fontconfig_FcStrSetCreate=yes
ac_cv_lib_js_JS_SuspendRequest=no
ac_cv_lib_mozjs_JS_SuspendRequest=no
ac_cv_lib_mp3lame_lame_init=no
ac_cv_lib_png_png_malloc=yes
ac_cv_lib_smjs_JS_SuspendRequest=no
ac_cv_lib_vorbis_vorbis_info_init=no
ac_cv_lib_xvidcore_xvid_encore=no
ac_cv_objext=o
ac_cv_path_ART_CONFIG=no
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/c/MinGW/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_MSGFMT=/c/MinGW/bin/msgfmt
ac_cv_path_MSGMERGE=/c/MinGW/bin/msgmerge
ac_cv_path_PKG_CONFIG=/bin/pkg-config
ac_cv_path_XGETTEXT=/c/MinGW/bin/xgettext
ac_cv_path_XML_CONFIG=no
ac_cv_path_install='/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=dll
acl_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib'
acl_cv_sys_lib_search_path_spec=' =c:/mingw/bin/../lib/gcc/mingw32/4.6.1/ c:/mingw/bin/../lib/gcc/ c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/lib/mingw32/4.6.1/ c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../../mingw32/lib/ c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../mingw32/4.6.1/ c:/mingw/bin/../lib/gcc/mingw32/4.6.1/../../../'
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_func_iconv=yes
am_cv_lib_iconv=yes
gt_cv_func_gnugettext1_libc=no
gt_cv_func_gnugettext1_libintl=no
lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
lt_cv_file_magic_cmd='$OBJDUMP -f'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=c:/mingw/mingw32/bin/ld.exe
lt_cv_path_NM=/c/MinGW/bin/nm
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_GCJ=no
lt_cv_prog_compiler_c_o_RC=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(_\)\([_A-Za-z][_A-Za-z0-9]*\)
\{0,1\}$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=262144
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_GCJ='"no"'
lt_lt_cv_prog_compiler_c_o_RC='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGISTW][ABCDGISTW]*\\)[ ][ ]*\\(_\\)\\([_A-Za-z][_A-Za-z0-9]*\\)
\\{0,1\\}\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
pkg_cv_FREETYPE_CFLAGS='-IC:/msys/1.0/include/freetype2  '
pkg_cv_FREETYPE_LIBS='-LC:/msys/1.0/lib -lfreetype -lz  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /c/Avidemux/admin/missing --run aclocal-1.7'
ADM_LOCALEDIR='${datarootdir}/locale'
ADM_SUBVERSION='""'
ALTIVEC_SWITCH=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /c/Avidemux/admin/missing --run tar'
ARTS_CFLAGS=''
ARTS_LIBS=''
ART_CONFIG='no'
AS='as'
ASFLAGS=''
AUTOCONF='${SHELL} /c/Avidemux/admin/missing --run autoconf'
AUTODIRS=''
AUTOHEADER='${SHELL} /c/Avidemux/admin/missing --run autoheader'
AUTOMAKE='${SHELL} /c/Avidemux/admin/missing --run automake-1.7'
AWK='gawk'
BUILD_A64_FALSE=''
BUILD_A64_TRUE=''
BUILD_ALTIVEC_FALSE=''
BUILD_ALTIVEC_TRUE=''
BUILD_DARWIN_FALSE=''
BUILD_DARWIN_TRUE=''
BUILD_MMX_COMPATIBLE_FALSE=''
BUILD_MMX_COMPATIBLE_TRUE=''
BUILD_PPC_FALSE=''
BUILD_PPC_TRUE=''
CC='gcc'
CCAS=''
CCASFLAGS=''
CCDEPMODE='depmode=gcc3'
CFLAGS=' -g -O2'
CPP='gcc -E'
CPPFLAGS='     -I/usr/include/malloc  -I/c:/Users/pulkitw/Desktop/Avidemux~prerequisite/js/src -DXP_WIN'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='   -I.. -I../ADM_lavutil -IADM_library -I../ADM_library  -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
FREETYPE_CFLAGS='-IC:/msys/1.0/include/freetype2  '
FREETYPE_LIBS='-LC:/msys/1.0/lib -lfreetype -lz  '
GMSGFMT='/c/MinGW/bin/msgfmt'
GREP='/bin/grep'
GTK_CFLAGS='-mms-bitfields -IC:/msys/1.0/include/gtk-2.0 -IC:/msys/1.0/lib/gtk-2.0/include -IC:/msys/1.0/include/atk-1.0 -IC:/msys/1.0/include/cairo -IC:/msys/1.0/include/pango-1.0 -IC:/msys/1.0/include/glib-2.0 -IC:/msys/1.0/lib/glib-2.0/include -IC:/msys/1.0/include/libpng12  '
GTK_LIBS='-user32 -Wl,-luuid -LC:/msys/1.0/lib -lgtk-win32-2.0 -lgdk-win32-2.0 -limm32 -lshell32 -lole32 -latk-1.0 -lgdk_pixbuf-2.0 -lpangowin32-1.0 -lgdi32 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lintl -liconv   -LC:/msys/1.0/lib -lglib-2.0 -lintl -liconv   -LC:/msys/1.0/lib -lgthread-2.0 -lglib-2.0 -lintl -liconv  '
GTK_VERSION='2.10.6'
HAVE_FREETYPE_FALSE='#'
HAVE_FREETYPE_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INTLLIBS=''
LDFLAGS=' -lpthreadGC1 '
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS='-lfontconfig -lpng '
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LMPG_OPT=''
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /c/Avidemux/admin/missing --run makeinfo'
MKINSTALLDIRS='admin/mkinstalldirs'
MSGFMT='/c/MinGW/bin/msgfmt'
MSGMERGE='/c/MinGW/bin/msgmerge'
OBJEXT='o'
PACKAGE='avidemux'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKG_CONFIG='/bin/pkg-config'
POSUB=''
RANLIB='ranlib'
SDL_CFLAGS=''
SDL_CONFIG=''
SDL_LIBS=''
SET_MAKE=''
SHELL='/bin/sh'
SMONKEY_CFLAGS='-I/c:/Users/pulkitw/Desktop/Avidemux~prerequisite/js/src -DXP_WIN'
STRIP='strip'
USE_NLS='no'
VERSION='2.3.0'
XGETTEXT='/c/MinGW/bin/xgettext'
XML_CFLAGS=''
XML_CONFIG='no'
XML_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
all_includes=' '
all_libraries=' '
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-mingw32'
build_alias=''
build_cpu='i686'
build_os='mingw32'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-mingw32'
host_alias=''
host_cpu='i686'
host_os='mingw32'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/c/Avidemux/admin/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p -- .'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "avidemux"
#define VERSION "2.3.0"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ICONV 1
#define GETTEXT_PACKAGE "avidemux"
#define USE_FFMPEG 1
#define USE_MJPEG 1
#define AMR_NB 1
#define CONFIG_AMR_NB 1
#define HAVE_MALLOC_H 1
#define HAVE_MALLOC_H 1
#define HAVE_LIBXML_PARSER_H 1
#define USE_LIBXML2 1
#define HAVE_LIBPNG 1
#define HAVE_LRINTF 1
#define ICONV_NEED_CONST 1
#define USE_MP3 1
#define USE_AC3 1
#define USE_FREETYPE 1
#define HAVE_LIBFONTCONFIG 1
#define USE_FONTCONFIG 1
#define HAVE_FONTCONFIG 1

configure: exit 1

gruntster

You're actually trying to build Avidemux 2.3 which is very different to 2.6.  The instructions you're referring to are also very old.  The last guide I wrote is for version 2.5 and available from here: http://sourceforge.net/projects/avidemux-mswin/files/misc/.

I'd suggest using the 2.5 guide along with the build scripts bundled with 2.6 (for both Unix and Windows) to get an idea of how 2.6 should be built.