On Jan 13, 2008 11:32 PM, John Labenski <[EMAIL PROTECTED]> wrote:
> > They are all commented out.
> >
> > #WXLIBPOSTFIX = d
> > #WXLIBPOSTFIX = ud
> > #WXLIBPOSTFIX = u
>
> That's bad.
>
> Francesco, can you help?
>
> =================
>
> Ryan, please do these two things.
>
> 1) run this on the command line $wx-config --selected-config
> It should return "gtk2-unicode-2.8"
I get this
~$ wx-config --selected-config
gtk2-unicode-release-2.8
2) On the command line
> $export WX_DEBUG_CONFIGURE="1"
> then run configure and post the output which will hopefully contain
> enough info to figure out what's wrong.
Here is the output when I run configure after $export WX_DEBUG_CONFIGURE="1"
$ ./configure --with-wxversion=2.8
checking for the --enable-debug option... will be automatically detected
checking for the --enable-unicode option... will be automatically detected
checking for the --enable-shared option... will be automatically detected
checking for the --with-toolkit option... will be automatically detected
checking for the --with-wxshared option... will be automatically detected
checking for the --with-wxversion option... 2.8
[dbg] DEBUG: auto, WX_DEBUG:
[dbg] UNICODE: auto, WX_UNICODE:
[dbg] SHARED: auto, WX_SHARED: auto
[dbg] TOOLKIT: auto, WX_TOOLKIT:
[dbg] VERSION: , WX_VERSION: 2.8
checking for the --enable-wxlua-app option... yes
checking for the --enable-wxluacan-app option... yes
checking for the --enable-wxluaedit-app option... yes
checking for the --enable-wxluafreeze-app option... yes
checking for the --enable-wxbindadv option... yes
checking for the --enable-wxbindaui option... yes
checking for the --enable-wxbindbase option... yes
checking for the --enable-wxbindcore option... yes
checking for the --enable-wxbindgl option... yes
checking for the --enable-wxbindhtml option... yes
checking for the --enable-wxbindmedia option... yes
checking for the --enable-wxbindnet option... yes
checking for the --enable-wxbindrichtext option... yes
checking for the --enable-wxbindstc option... yes
checking for the --enable-wxbindxml option... yes
checking for the --enable-wxbindxrc option... yes
checking for the --enable-wxluadebug option... yes
checking for the --enable-wxluasocket option... yes
checking for the --enable-luamodule option... yes
checking for the --enable-customwxbind-install option... yes
checking for the --with-lua-prefix option...
checking for the --with-wxstedit-prefix option...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
[dbg] WXCONFIG_FLAGS: --version=2.8
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.8.0 (--version=2.8)... yes (version
2.8.7)
checking for wxWidgets static library... no
[dbg] Using wx-config --selected-config
[dbg] WX_SELECTEDCONFIG: gtk2-unicode-release-2.8
checking if wxWidgets was built with UNICODE enabled... yes
checking if wxWidgets was built in DEBUG mode... no
checking if wxWidgets was built in STATIC mode... no
checking which wxWidgets toolkit was selected... gtk2
[dbg] Values of all WX_* options after final detection:
[dbg] WX_DEBUG: 0
[dbg] WX_UNICODE: 1
[dbg] WX_SHARED: 1
[dbg] WX_VERSION: 28
[dbg] WX_PORT: gtk2
checking if Lua 5.1 is installed... not found, falling back to the built-in
lua
checking for isatty... yes
checking for mkstemp... yes
checking for popen... yes
checking for _longjmp... yes
checking how to run the C++ preprocessor... g++ -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlopen in -ldl... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for readline in -lreadline... yes
checking if wxWidgets Adv bindings are available... yes
checking if wxWidgets AUI bindings are available... yes
checking if wxWidgets OpenGL bindings are available... yes
checking if wxWidgets HTML bindings are available... yes
checking if wxWidgets Media bindings are available... yes
checking if wxWidgets Net bindings are available... yes
checking if wxWidgets Richtext bindings are available... yes
checking if wxWidgets XML bindings are available... yes
checking if wxWidgets XRC bindings are available... yes
checking if wxWidgets STC contrib is available... yes
Path to wxStEdit from $WXSTEDIT environment variable: ''
checking if wxStEdit (version >= 1.2.4) (wxcode_gtk2u_stedit-2.8) is
available... no
configure:
Could not find the wxStEdit component version 1.2.4 or higher
(at least not for the 'gtk2-unicode-release-2.8' wxWidgets build).
For more information about wxStEdit look at
http://wxcode.sourceforge.net/components/wxstedit
For more information about why exactly this check is
failed look in config.log.
Disabling the wxLuaEdit application and proceeding...
checking for ranlib... ranlib
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for ar... ar
checking for strip... strip
checking for nm... nm
checking if make is GNU make... yes
checking for dependency tracking method... gcc
checking if the compiler supports precompiled headers... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: Makefile.in seems to ignore the --datarootdir
setting
config.status: creating modules/Makefile
config.status: creating apps/Makefile
config.status: creating build/autoconf/wxlua.pc
config.status: creating distrib/autopackage/default.apspec
----------------------------------------------------------------
Configuration for wxLua 28.0 successfully completed.
Summary of main configuration settings for wxLua:
- RELEASE build
- UNICODE mode
- SHARED mode
- wxLua application: yes
- wxLuaCan application: yes
- wxLuaEdit application: no
- wxLuaFreeze application: yes
- Using BUILT-IN lua library
- enable_wxbindadv module: yes
- enable_wxbindaui module: yes
- enable_wxbindbase module: yes
- enable_wxbindcore module: yes
- enable_wxbindgl module: yes
- enable_wxbindhtml module: yes
- enable_wxbindmedia module: yes
- enable_wxbindnet module: yes
- enable_wxbindrichtext module: yes
- enable_wxbindstc module: yes
- enable_wxbindxml module: yes
- enable_wxbindxrc module: yes
- enable_wxluadebug module: yes
- enable_wxluasocket module: yes
- enable_luamodule module: yes
- install custom wxBind stuff: yes
- wxBind modules desired by configure options:
adv,aui,base,core,gl,html,media,net,richtext,stc,xml,xrc
- wxBind modules that will be created satisfying dependencies:
stc,xrc,xml,richtext,net,media,html,gl,aui,adv,core,base
- wxLua complier and linker directives summary:
CFLAGS : ' -O2'
CXXFLAGS : ' -O2'
CPPFLAGS : ''
WX_CXXFLAGS :
'-I/usr/lib/wx/include/gtk2-unicode-release-2.8-I/usr/include/wx-
2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread'
LDFLAGS : ''
WX_LIBS : '-pthread -lwx_gtk2u_stc-2.8
-lwx_gtk2u_xrc-2.8-lwx_baseu_xml-
2.8 -lwx_gtk2u_richtext-2.8 -lwx_baseu_net-2.8
-lwx_gtk2u_media-2.8-lwx_gtk2u_html-
2.8 -lwx_gtk2u_gl-2.8 -lwx_gtk2u_aui-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-
2.8 -lwx_baseu-2.8 '
WXLUA_LIBS : '-lwxlua_gtk2u_wxbindxrc-2.8
-lwxlua_gtk2u_wxbindstc-2.8-lwxlua_gtk2u_wxbindrichtext-
2.8 -lwxlua_gtk2u_wxbindmedia-2.8
-lwxlua_gtk2u_wxbindhtml-2.8-lwxlua_gtk2u_wxbindgl-
2.8 -lwxlua_gtk2u_wxbindaui-2.8
-lwxlua_gtk2u_wxbindadv-2.8-lwxlua_gtk2u_wxbindxml-
2.8 -lwxlua_gtk2u_wxbindnet-2.8
-lwxlua_gtk2u_wxbindcore-2.8-lwxlua_gtk2u_wxbindbase-
2.8 -lwxlua_gtk2u_wxluasocket-2.8
-lwxlua_gtk2u_wxluadebug-2.8-lwxlua_gtk2u_wxlua-
2.8 -llua5.1'
- wxLua make install path settings:
prefix : '/usr/local'
exec_prefix : '${prefix}'
libdir : '${exec_prefix}/lib'
datadir : '${datarootdir}'
- wxWidgets library information summary:
wx-config --release : '2.8'
wx-config --version-full : '2.8.7.1'
wx-config --selected-config : 'gtk2-unicode-release-2.8'
wx-config --prefix : '/usr'
wx-config --exec-prefix : '/usr'
The wxWidgets build which will be used by wxLua 28.0
has the following settings:
- RELEASE build
- UNICODE mode
- SHARED mode
- VERSION: 28
- PORT: gtk2
Now, just run make.
--
Regards,
Ryan
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users