Re: Trying to get it running with debian-unstable
Martin Kanich <[email protected]> Sun, 05 Sep 2004 19:12:48 +0200
| Newsgroups | gmane.comp.lib.wxwindows.wxnet |
|---|---|
| Message-ID | <[email protected]> |
Hi, the normal wxWidgets sample (I tried only one) works. My Defs.in is attached. this lines: > INCLUDE_STC = yes > INCLUDE_XRC = yes aren't defined there, so maybe this could make a difference. > Btw, what does make wxnet-show-config show ? wx.NET premake options: ----------------------- --with-shared --verbose --dotnet mono --target gnu --with-display --wx-config /usr/local/bin/wxgtk-2.5-config --wx-build-type Release I try to include both INCLUDES to Defs.in and retry. I use now wx.NET-0.5 not -cvs anymore, I hope this would be more deterministic. Martin
Defs.in
(text/plain, 1.9 KB)
##################################################################### # wx.NET build configuration for Linux. $(HOME) can be used to # refer to your home directory (aka ~). You do not need to # quote any pathnames. Pathnames should not have any spaces in # them. ##################################################################### # The wx.Widgets top-level source folder. Only necessary if you # plan on compiling wxWidgets using this build system. If you # have already compiled or installed wxWidgets, you can ignore # this setting and comment it out if you like. #WXW_SOURCE_DIR = /usr/local/src/wx # WXW_SOURCE_DIR = /usr/local/src/wxGTK-2.5.2 # A directory within WXW_SOURCE_DIR you want to build in. The # default should be fine. #WXW_BUILD_SUB_DIR = wxNet-Build # Any additional wxWidgets configure args you want to use when # building wxWidgets. You probably don't need to use this. #WXW_EXTRA_CONFIG_ARGS = --without-libmspack # Where you want wxWidgets to be installed or, if you have # already built wxWidgets yourself, where it has been # installed. If you build wxWidgets, sub-directories will # be created under this directory for include, lib, etc. #WXW_INSTALL_DIR = /packages/wx-widgets-2.5.2 WXW_INSTALL_DIR = /usr/local # Where you want wx.NET to be installed. Sub-directories will # be created under this directory for bin and samples. THIS IS # OPTIONAL and will only be used if you do a "make wxnet-install" # WXNET_INSTALL_DIR = /usr/local/packages/wxnet WXNET_INSTALL_DIR = /usr/local/wxnet.release #WXNET_INSTALL_DIR = /usr/local/wxnet.debug # What .NET package to use when compiling wx.NET and running # it's samples? Should be one of "mono" or "pnet" # DOTNET = pnet DOTNET = mono # Which type of release do you wish to make/compile against for # wxWidgets and wx.NET? Value should be one of Debug or Release. # You can have different values for each package. WXW_CONFIG = Release #WXW_CONFIG = Debug WXNET_CONFIG = Release #WXNET_CONFIG = Debug