Dear All!

I would like to use wxArt2D with msw build of wxWidgets 2.8.8.
 From this point I think I cannot do it without your help.
I added all the information I thought was enough.
I put order by time, my problem is at the bottom of this letter
at point 5) during make wxArt2D.

Any help would be appreciated.
Yours sincerely,
sis

_______________________________________
=== 1) configuring wxWidgets 2.8.8 with msys ===
===================================
modified: C:\msys1.0\wxWidgets-2.8.8\Makefile.in
like this: 
http://trac.wxwidgets.org/changeset/55397/wxWidgets/trunk/Makefile.in

i...@sis /c/msys1.0/wxWidgets-2.8.8:
$ ./configure --enable-optimise --disable-stl --disable-debug 
--disable-compat24 --enable-unicode --enable-static --disable-shared 
--disable-monolithic --with-regex=builtin --without-subdirs --with-msw 
--prefix=/c/msys1.0/wx2.8.8
(it was OK)

i...@sis /c/msys1.0/wxWidgets-2.8.8:
$ make && make install
(it was OK and in the new dir /c/msys1.0/wx2.8.8 i can find 
bin,include,lib, share)

___________________________________________________
=== 2) modified C:\msys1.0\wxArt2D\FindwxWidgets.cmake ===
=============================================
SET(wxWidgets_ROOT_DIR /c/msys1.0/wx2.8.8)
SET(wxWidgets_LIB_DIR c:/msys1.0/wx2.8.8/lib)
SET(wxWidgets_CONFIGURATION msw-unicode-release-static-2.8)
SET(wxWidgets_USE_UNICODE 1)
SET(wxWidgets_USE_DEBUG 0)

_______________________
=== 3) cmake wxArt2D ===
====================
i...@sis /c/msys1.0/wxArt2D
$ cmake -G"MSYS Makefiles" -f CMakeLists.txt
-- Configuration C:/msys1.0/local/bin/wx-config --toolkit=msw  
--static=yes --unicode=yes --debug=no
-- wxWidgets_USE_DEBUG       : 0
-- wxWidgets_USE_UNICODE     : 1
-- wxWidgets_USE_SHARED      : OFF
-- wxWidgets_USE_UNIV        : OFF
-- wxWidgets_FOUND           : TRUE
-- wxWidgets_INCLUDE_DIRS    : 
/c/msys1.0/wx2.8.8/lib/wx/include/msw-unicode-release-static-2.8;/c/msys1.0/wx2.8.8/include/wx-2.8
-- wxWidgets_LIBRARY_DIRS    : /c/msys1.0/wx2.8.8/lib
-- wxWidgets_CXX_FLAGS       :   -D__WXMSW__ -mthreads
-- wxWidgets_USE_LIBS        : aui,stc,qa,xrc,html,adv,xml,net,core,base
-- Could NOT find Agg  (missing:  AGG_DIR_BIN AGG_LIBRARIES 
AGG_INCLUDE_DIRS)
-- Could not find existing AGG library, will use builtin library instead
-- use freetype internal as internal target
-- freetype not found, will use internal
CMake Warning at myapp/CMakeLists.txt:13 (FIND_PACKAGE):
  Could not find module FindwxArt2D.cmake or a configuration file for 
package
  wxArt2D.

  Adjust CMAKE_MODULE_PATH to find FindwxArt2D.cmake or set wxArt2D_DIR to
  the directory containing a CMake configuration file for wxArt2D.  The file
  will have one of the following names:

    wxArt2DConfig.cmake
    wxart2d-config.cmake

WXART2D library was not found
-- Configuring done
-- Generating done
-- Build files have been written to: C:/msys1.0/wxArt2D

____________________________
=== 4) manual strange modifies ===
=========================
copied file
from: C:\msys1.0\wx2.8.8\src\expat\lib\expat.h
to:   C:\msys1.0\wx2.8.8\include\wx-2.8\wx\

modified: c:/msys1.0/wxArt2D/modules/xmlparse/include/genxmlpars.h
--- #include <expat.h>
+++ #include <wx/expat.h>

modified: c:/msys1.0/wxArt2D/modules/canvas/include/xmlpars.h
--- #include <expat.h>
+++ #include <wx/expat.h>

added to system environment PATH:
WXART2D_DIR    /c/msys1.0/wxArt2D

____________________________________________
=== 5) make (only from that point where problem is) ===
=======================================
i...@szili /c/msys1.0/wxArt2D
$ make
[ 73%] Building CXX object apps/mars/CMakeFiles/mars.dir/src/part.cpp.obj
[ 74%] Building CXX object apps/mars/CMakeFiles/mars.dir/src/view.cpp.obj
make[2]: *** No rule to make target 
`/c/msys1.0/wx2.8.8/lib/libwx_mswu_stc-2.8.a', needed by 
`apps/mars/mars.exe'.  Stop.
make[1]: *** [apps/mars/CMakeFiles/mars.dir/all] Error 2
make: *** [all] Error 2


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to