You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(8) |
Jun
(31) |
Jul
|
Aug
|
Sep
(4) |
Oct
(1) |
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
(6) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(13) |
Oct
(2) |
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(4) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Bright <qs...@cb...> - 2007-07-28 15:58:13
|
From: Dave D. <da...@dr...> - 2004-10-20 15:56:59
|
There is no optimal setup. The build file included with the=20 distribution is one that works fine. Everything below looks fine,=20 except I used SWIG 1.3.21 and Ant 1.5.x last time I built (which was=20 about 6 months ago). -Dave On Oct 20, 2004, at 7:00 AM, Venkat Reddy wrote: > Hi Dave, > > =A0 > > With the following setup and the source code that is currently=20 > available for download, we are facing compilation errors. > > =A0 > > Win 2000 > > Ant 1.6.2 > > MinGW 3.2.3 > > G++ 3.2.3 > > SWIG Version 1.3.22 > > wxWindows 2.4.2 > > wx4j 0.2.0 > > =A0 > > Can you please provide us the build details and suggest the optimal=20 > setup. If possible, could you pass on the build file that works fine. > > =A0 > > Thanks in advance. > > =A0 > > Regards, > > -Venkat > > =A0 |
From: Venkat R. <ven...@ef...> - 2004-10-20 12:00:35
|
Hi Dave, =20 With the following setup and the source code that is currently available = for download, we are facing compilation errors. =20 Win 2000 Ant 1.6.2 MinGW 3.2.3 G++ 3.2.3 SWIG Version 1.3.22 wxWindows 2.4.2 wx4j 0.2.0 =20 Can you please provide us the build details and suggest the optimal = setup. If possible, could you pass on the build file that works fine. =20 Thanks in advance. =20 Regards, -Venkat =20 |
From: Venkat R. <ven...@ef...> - 2004-09-29 06:58:03
|
Hi Dave, Thank you for your support. We tried compiling using both (VC++ and gcc) = the environments and caught up with link errors in both the scenarios. Can you please pass on the software/environment details you are using (including versions) and send the necessary build file, so that we can = try with the same setup. Thanks again. Regards, -Venkat -----Original Message----- From: Dave Dribin [mailto:da...@dr...]=20 Sent: Tuesday, September 28, 2004 8:17 PM To: Venkat Reddy Cc: wx4...@li...; Suresh Tummala; Narayan Mahadevan Subject: Re: wx4j build -link errors On Sep 28, 2004, at 5:28 AM, Venkat Reddy wrote: > Hi Dave, > > Thanks for your time. Appreciate your help. We are facing following=20 > issues in > implementing the UI using wx4j. > > 1. We can't find any layout option other than null. Are there any = other > layouts available in wx4j? Yes. See the Javadoc for all the implemented classes. > 2. Can't find similar option like setPreferredSize() (which is=20 > available > in Java) in wx4j? Is there any workaround? I don't know. > 3. Can we have buttons with images (both in enabled and disabled = state) Yes. See the demo and wxBitmapButton. > 4. Can't find any option to set the background color of List cells. Is > there any workaround. I don't think you can change this. > 5. Not able to find components like Table, Tab and Slider? These are=20 > not > available currently. Any workarounds or any easy approach to get these = > into > wx4j? If they are not available, there is no workaround. You must add them. =20 Run the wx4j demo. It should show all the widgets that are available. > Apart from this we are facing the following error on wx4j source code > compilation: I don't know why you are getting compile errors. It works fine for me.=20 Not sure why you are compiling using both Visual C++ and MinGW (gcc). = I'd stick with one tool chain and compile both wxWidgets and wx4j using=20 the same compiler. -Dave |
From: Dave D. <da...@dr...> - 2004-09-28 14:46:59
|
On Sep 28, 2004, at 5:28 AM, Venkat Reddy wrote: > Hi Dave, > > Thanks for your time. Appreciate your help. We are facing following > issues in > implementing the UI using wx4j. > > 1. We can't find any layout option other than null. Are there any other > layouts available in wx4j? Yes. See the Javadoc for all the implemented classes. > 2. Can't find similar option like setPreferredSize() (which is > available > in Java) in wx4j? Is there any workaround? I don't know. > 3. Can we have buttons with images (both in enabled and disabled state) Yes. See the demo and wxBitmapButton. > 4. Can't find any option to set the background color of List cells. Is > there any workaround. I don't think you can change this. > 5. Not able to find components like Table, Tab and Slider? These are > not > available currently. Any workarounds or any easy approach to get these > into > wx4j? If they are not available, there is no workaround. You must add them. Run the wx4j demo. It should show all the widgets that are available. > Apart from this we are facing the following error on wx4j source code > compilation: I don't know why you are getting compile errors. It works fine for me. Not sure why you are compiling using both Visual C++ and MinGW (gcc). I'd stick with one tool chain and compile both wxWidgets and wx4j using the same compiler. -Dave |
From: Venkat R. <ven...@ef...> - 2004-09-28 10:28:21
|
Hi Dave, Thanks for your time. Appreciate your help. We are facing following = issues in implementing the UI using wx4j.=20 1. We can't find any layout option other than null. Are there any other layouts available in wx4j? 2. Can't find similar option like setPreferredSize() (which is available in Java) in wx4j? Is there any workaround? 3. Can we have buttons with images (both in enabled and disabled state) 4. Can't find any option to set the background color of List cells. Is there any workaround. 5. Not able to find components like Table, Tab and Slider? These are not available currently. Any workarounds or any easy approach to get these = into wx4j? Apart from this we are facing the following error on wx4j source code compilation: -------------------------------------------------------------------------= --- [exec] g++ -shared -o wx4j.dll helpers.o JNIHelper.o SmartJObject.o wxJApp.o wxJCallback.o wxJInputStream.o wxJTreeItemData.o wxJTreeCtrl.o wxJEvent.o wxJCommandEvent.o wxJListCtrlItemSorter.o wxJClientData.o wxJFileSystemHandler.o wxJListCtrl.o wxJValidator.o wx_wrapper.o -LD:/wxWindows-2.4.2/lib -LD:/wxWindows-2.4.2/contrib/lib -L/lib \ [exec] D:/wxWindows-2.4.2/lib/libwxxrc.a -lwxmsw -lregex -ljpeg = -lpng -ltiff -lzlib -lole32 -lgdi32 -lcomctl32 -lwsock32 -lcomdlg32 -loleaut32 -luuid -Wl,--add-stdcall-alias [exec] Warning: .drectve `%.*s' unrecognized ...................... ...................... \wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x17):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x3):D:\wxWindows-2.4.2: undefined reference to `??2@YAPAXI@Z' [exec] mingw32-make: *** [wx4j.dll] Error 1 -------------------------------------------------------------------------= --- Here is the brief up of our setup: Win 2000 Ant 1.6.2 MinGW 3.2.3 G++ 3.2.3 SWIG Version 1.3.22 wxWindows 2.4.2 wx4j 0.2.0 Any help is greatly appreciated. Regards, -Venkat -----Original Message----- From: Dave Dribin [mailto:da...@dr...]=20 Sent: Thursday, September 23, 2004 7:59 PM To: Suresh Tummala Cc: wx4...@li...; Venkat Reddy Subject: Re: wx4j build -link errors I don't know what's causing that. I haven't built wx4j on Windows in=20 many months, sorry. The build instructions are at the end of the=20 INSTALL document. -Dave On Sep 23, 2004, at 6:30 AM, Suresh Tummala wrote: > HI Dave and all, > > Can you please help us to fix the following build errors. > > We are trying to build wx4j source code and end up with following link = > errors. > > =A0 > > Build Errors : > > =A0=A0=A0=A0 [exec] make: *** [wx4j.dll] Error 1120 > > =A0=A0=A0=A0 [exec] LINK : warning LNK4049: locally defined symbol = ""public:=20 > int __cdecl > > =A0wxString::Printf(char const *,...)" (?Printf@wxString@@QAAHPBDZZ)"=20 > imported > > =A0=A0=A0=A0 [exec] LINK : warning LNK4049: locally defined symbol = ""public:=20 > class wxWCh > > arBuffer const=A0 __thiscall wxMBConv::cMB2WC(char const *)const "=20 > (?cMB2WC@wxMBCo > > nv@@QBE?BVwxWCharBuffer@@PBD@Z)" imported > > =A0=A0=A0=A0 [exec] wxxrc.lib(xh_spin.obj) : error LNK2001: unresolved = > external symbol " > > __declspec(dllimport) public: __thiscall=20 > wxSpinButtonBase::wxSpinButtonBase(void > > )" (__imp_??0wxSpinButtonBase@@QAE@XZ) > > =A0=A0=A0=A0 [exec] wx4j.dll : fatal error LNK1120: 1 unresolved = externals > > =A0 > > BUILD FAILED > > =A0 > > =A0 > > Could you please let us know what could be the wrong? > > Please let us know where can we find the wx4j build procedure = document? > > =A0 > > Thanks in advance, > > =A0 > > Regards, > > Suresh Tummala > > =A0 |
From: Venkat R. <ven...@ef...> - 2004-09-27 05:36:12
|
Hi Dave, Thanks for the information. Now, we are able to build the libwxxrc.a = file using the make file available in wxWidgets. Here is the brief up of our setup: Win 2000 Ant 1.6.2 MinGW 3.2.3 G++ 3.2.3 SWIG Version 1.3.22 wxWindows 2.4.2 wx4j 0.2.0 Now, we are getting the following error: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D [exec] g++ -shared -o wx4j.dll helpers.o JNIHelper.o SmartJObject.o wxJApp.o wxJCallback.o wxJInputStream.o wxJTreeItemData.o wxJTreeCtrl.o wxJEvent.o wxJCommandEvent.o wxJListCtrlItemSorter.o wxJClientData.o wxJFileSystemHandler.o wxJListCtrl.o wxJValidator.o wx_wrapper.o -LD:/wxWindows-2.4.2/lib -LD:/wxWindows-2.4.2/contrib/lib -L/lib \ [exec] D:/wxWindows-2.4.2/lib/libwxxrc.a -lwxmsw -lregex -ljpeg = -lpng -ltiff -lzlib -lole32 -lgdi32 -lcomctl32 -lwsock32 -lcomdlg32 -loleaut32 -luuid -Wl,--add-stdcall-alias [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] helpers.o(.text+0x16):helpers.cc: undefined reference to `wxSetInstance(HINSTANCE__*)' [exec] helpers.o(.text+0x7a):helpers.cc: undefined reference to `wxAppBase::CheckBuildOptions(wxBuildOptions const&)' [exec] helpers.o(.text+0x12a):helpers.cc: undefined reference to `wxTheApp' [exec] helpers.o(.text+0x2aa):helpers.cc: undefined reference to `operator+(char const*, wxString const&)' [exec] helpers.o(.text+0x385):helpers.cc: undefined reference to `operator+(wxString const&, char const*)' [exec] helpers.o(.text+0x5a7):helpers.cc: undefined reference to `wxEmptyString' [exec] helpers.o(.text+0x81c):helpers.cc: undefined reference to `wxDateTime::SetMillisecond(unsigned short)' [exec] helpers.o(.text+0x87a):helpers.cc: undefined reference to `wxDateTime::TimeZone::TimeZone(wxDateTime::TZ)' [exec] helpers.o(.text$_ZN8wxStringC1EPKcj+0x1b):helpers.cc: = undefined reference to `wxString::InitWith(char const*, unsigned, unsigned)' [exec] helpers.o(.text$_ZN8wxStringC1EPKhj+0x1b):helpers.cc: = undefined=20 ............... ............... [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/quantize.obj)(.= text +0x311):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/quantize.obj)(.= text +0x317):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/quantize.obj)(.= text +0x31d):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x1b):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x17):D:\wxWindows-2.4.2: undefined reference to `??2@YAPAXI@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0xff):D:\wxWindows-2.4.2: undefined reference to `??2@YAPAXI@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x11d):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x23d):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x2a7):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x3):D:\wxWindows-2.4.2: undefined reference to `??2@YAPAXI@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x17):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x17):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x3):D:\wxWindows-2.4.2: undefined reference to `??2@YAPAXI@Z' [exec] mingw32-make: *** [wx4j.dll] Error 1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Can you please help us in resolving this error? Also, could you brief up the steps involved in adding a (for e.g., = wxGrid) new component to wx4j. Thanks in advance. Regards, -Venkat -----Original Message----- From: Dave Dribin [mailto:da...@dr...]=20 Sent: Thursday, September 23, 2004 7:56 PM To: wx4...@li... Cc: Venkat Reddy Subject: Re: [wx4j-dev]could not find libwxxrc.a file You need to build XRC separately. It does not get built by default. =20 The source is included with the wxWidgets distribution. -Dave On Sep 21, 2004, at 10:12 AM, Suresh Tummala wrote: > HI All, > > I am trying to build wx4j source code,but I could not complete the=20 > build process because win32.mk file is using libwxxrc.a file for=20 > creating dll. > > Please let me know where can I find this file. > > I could not find this file in wxWidgets and wx4j website. > > =A0 > > Thanks in advance, > > Regards, > > Suresh |
From: Dave D. <da...@dr...> - 2004-09-25 15:00:17
|
On Sep 23, 2004, at 6:40 AM, Suresh Tummala wrote: > Hi , > > Here is the environemt setup details . > > OS : Win NT > > Ant version : apache-ant-1.6.2 > > Wx4j source code : wx4j-0.2.0 > > wxWindows version : wxMSW-2.4.2 > > Swig version : swigwin-1.3.22 All the above look ok. > Gcc compiler : gcc-2.95.2-crtdll What the heck is that? I've never heard of it. Your using Visual C++,=20= so why on earth do you need gcc? > 5)=A0=A0=A0=A0=A0 Open = c:\wx4j\sourcecode\wx4j-0.2.0\build\wx4j\swig\common.mk=20 > file and edit the following > > a.=A0=A0=A0=A0=A0=A0 Change WX_HOME to c:/wx4j/build/wxWindows-2.4.2 > > b.=A0=A0=A0=A0=A0 Change JDK_HOME to jdk path These should be done in build.properties, not common.mk, I believe. > 6)=A0=A0=A0=A0=A0 Open = c:\wx4j\sourcecode\wx4j-0.2.0\build\wx4j\swig\win32vc.mk=20 > file and remove the following options > > a.=A0=A0=A0=A0=A0=A0 /GS > > b.=A0=A0=A0=A0=A0 /Wp64 I'd use the Windows SWIG binary and skip building yourself. > 7)=A0=A0=A0=A0=A0 Open c:\wx4j\build\sourcecode\wx4j-0.2.0\build.xml = file and=20 > edit the following > > a.=A0=A0=A0=A0=A0=A0 <property name=3D"jni.type" value=3D"linux=94> = change value from=20 > =93linux=94 to =93win32=94. > > b.=A0=A0=A0=A0=A0 <property name=3D"jni.visualc++" value=3D"no=94> = change value from=20 > =93no=94 to =93yes=94. Why didn't you follow the instructions in INSTALL and use=20 build.properties? There are other properties you need to set in=20 build.properties. > 9)=A0=A0=A0=A0=A0 Type ant and press enter > > a.=A0=A0=A0=A0=A0=A0 If you get compilation errors in SWIG generated = java files=20 > then fix the compilation errors.(For example in wxApp file class=20 > identifier is missing ,so we need to add class identifier and some=20 > constants are missing so need to comment that part of code to fix=20 > compilation errors) You should not get errors in SWIG generated Java files. > After this step =A0,we are end up with following errors : > > =A0 > > =A0 wxString::Printf(char const *,...)" (?Printf@wxString@@QAAHPBDZZ)"=20= > imported > > =A0=A0=A0=A0 [exec] LINK : warning LNK4049: locally defined symbol = ""public:=20 > class wxWCh > > arBuffer const=A0 __thiscall wxMBConv::cMB2WC(char const *)const "=20 > (?cMB2WC@wxMBCo > > nv@@QBE?BVwxWCharBuffer@@PBD@Z)" imported > > =A0=A0=A0=A0 [exec] make: *** [wx4j.dll] Error 1120 > > =A0=A0=A0=A0 [exec] wxxrc.lib(xh_spin.obj) : error LNK2001: unresolved=20= > external symbol " > > __declspec(dllimport) public: __thiscall=20 > wxSpinButtonBase::wxSpinButtonBase(void > > )" (__imp_??0wxSpinButtonBase@@QAE@XZ) > > =A0=A0=A0=A0 [exec] wx4j.dll : fatal error LNK1120: 1 unresolved = externals I don't have the slightest idea what's causing this, sorry. You'll=20 have to debug on your own. -Dave |
From: Dave D. <da...@dr...> - 2004-09-25 14:51:52
|
On Sep 24, 2004, at 8:32 AM, Suresh Tummala wrote: > Hi Dave, > Thanks for your help... > I have given a task for preparing estimation plan and risks involved = in > migration of Our swing based application to use wx4j open source .I=20 > have been > searching net for the last one week and could not get enough=20 > information, I > could not find even one real application which is developed using = wx4j. wx4j was originally developed for use in the Cart application: http://cart.sourceforge.net/ Unfortunately, Cart development has basically ceased, since corporate=20 sponsorship ended. The app is still used, but it has some very rough=20 edges, some of which are due to wx4j itself. > Dave, Can u please clarify the following. > 1)Is it good decicision to migrate our application to wx4j.Do u=20 > anticipate > any major problems,our application is having table,tab,graphs etc. I have no idea if it's a good idea.... I don't know anything about your=20= application. :) wx4j is missing quite a large chunk of the wxWidgets=20 API, and anything that's not already implemented, you will have to=20 implement. I =0Bdon't have the slightest idea about your situation...=20= what's your budget, how many developers, what's your timeframe, what's=20= wrong with the current Swing app, etc. I will say that if you go with=20= wx4j, that you will definitely have some work to do on the wx4j end. =20 If you have the spare resources, and plan on this, then wx4j may be a=20 great idea. But I doubt wx4j will work well enough for you out of the=20= box right now. Since we lost one of our developers (the one working on=20= Cart), wx4j development has basically ceased, as well. I don't=20 personally have the extra free time to commit outside of work for this=20= project, so if you go with wx4j, you'll be pretty much on your own. =20 That said, I think wx4j is still a cool concept. It was just a lot=20 more work than originally planned, and we just don't have the resources=20= at our company to support it. > 2)What could be the effort for migration of 100 medium sized screens. No idea, sorry. -Dave |
From: Suresh T. <sur...@ef...> - 2004-09-24 13:33:03
|
Hi Dave, Thanks for your help... I have given a task for preparing estimation plan and risks involved in migration of Our swing based application to use wx4j open source .I have = been searching net for the last one week and could not get enough = information, I could not find even one real application which is developed using wx4j. Dave, Can u please clarify the following. 1)Is it good decicision to migrate our application to wx4j.Do u = anticipate any major problems,our application is having table,tab,graphs etc. 2)What could be the effort for migration of 100 medium sized screens. Thanks in advance, Suresh=20 -----Original Message----- From: Dave Dribin [mailto:da...@dr...]=20 Sent: Thursday, September 23, 2004 7:59 PM To: Suresh Tummala Cc: wx4...@li...; Venkat Reddy Subject: Re: wx4j build -link errors I don't know what's causing that. I haven't built wx4j on Windows in=20 many months, sorry. The build instructions are at the end of the=20 INSTALL document. -Dave On Sep 23, 2004, at 6:30 AM, Suresh Tummala wrote: > HI Dave and all, > > Can you please help us to fix the following build errors. > > We are trying to build wx4j source code and end up with following link = > errors. > > =A0 > > Build Errors : > > =A0=A0=A0=A0 [exec] make: *** [wx4j.dll] Error 1120 > > =A0=A0=A0=A0 [exec] LINK : warning LNK4049: locally defined symbol = ""public:=20 > int __cdecl > > =A0wxString::Printf(char const *,...)" (?Printf@wxString@@QAAHPBDZZ)"=20 > imported > > =A0=A0=A0=A0 [exec] LINK : warning LNK4049: locally defined symbol = ""public:=20 > class wxWCh > > arBuffer const=A0 __thiscall wxMBConv::cMB2WC(char const *)const "=20 > (?cMB2WC@wxMBCo > > nv@@QBE?BVwxWCharBuffer@@PBD@Z)" imported > > =A0=A0=A0=A0 [exec] wxxrc.lib(xh_spin.obj) : error LNK2001: unresolved = > external symbol " > > __declspec(dllimport) public: __thiscall=20 > wxSpinButtonBase::wxSpinButtonBase(void > > )" (__imp_??0wxSpinButtonBase@@QAE@XZ) > > =A0=A0=A0=A0 [exec] wx4j.dll : fatal error LNK1120: 1 unresolved = externals > > =A0 > > BUILD FAILED > > =A0 > > =A0 > > Could you please let us know what could be the wrong? > > Please let us know where can we find the wx4j build procedure = document? > > =A0 > > Thanks in advance, > > =A0 > > Regards, > > Suresh Tummala > > =A0 |
From: Venkat R. <ven...@ef...> - 2004-09-24 13:09:38
|
Hi Dave, Thanks for the information. Now, we are able to build the libwxxrc.a = file using the make file available in wxWidgets. Here is the brief up of our setup: Win 2000 Ant 1.6.2 MinGW 3.2.3 G++ 3.2.3 SWIG Version 1.3.22 wxWindows 2.4.2 wx4j 0.2.0 Now, we are getting the following error: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D [exec] g++ -shared -o wx4j.dll helpers.o JNIHelper.o SmartJObject.o wxJApp.o wxJCallback.o wxJInputStream.o wxJTreeItemData.o wxJTreeCtrl.o wxJEvent.o wxJCommandEvent.o wxJListCtrlItemSorter.o wxJClientData.o wxJFileSystemHandler.o wxJListCtrl.o wxJValidator.o wx_wrapper.o -LD:/wxWindows-2.4.2/lib -LD:/wxWindows-2.4.2/contrib/lib -L/lib \ [exec] D:/wxWindows-2.4.2/lib/libwxxrc.a -lwxmsw -lregex -ljpeg = -lpng -ltiff -lzlib -lole32 -lgdi32 -lcomctl32 -lwsock32 -lcomdlg32 -loleaut32 -luuid -Wl,--add-stdcall-alias [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] Warning: .drectve `%.*s' unrecognized [exec] helpers.o(.text+0x16):helpers.cc: undefined reference to `wxSetInstance(HINSTANCE__*)' [exec] helpers.o(.text+0x7a):helpers.cc: undefined reference to `wxAppBase::CheckBuildOptions(wxBuildOptions const&)' [exec] helpers.o(.text+0x12a):helpers.cc: undefined reference to `wxTheApp' [exec] helpers.o(.text+0x2aa):helpers.cc: undefined reference to `operator+(char const*, wxString const&)' [exec] helpers.o(.text+0x385):helpers.cc: undefined reference to `operator+(wxString const&, char const*)' [exec] helpers.o(.text+0x5a7):helpers.cc: undefined reference to `wxEmptyString' [exec] helpers.o(.text+0x81c):helpers.cc: undefined reference to `wxDateTime::SetMillisecond(unsigned short)' [exec] helpers.o(.text+0x87a):helpers.cc: undefined reference to `wxDateTime::TimeZone::TimeZone(wxDateTime::TZ)' [exec] helpers.o(.text$_ZN8wxStringC1EPKcj+0x1b):helpers.cc: = undefined reference to `wxString::InitWith(char const*, unsigned, unsigned)' [exec] helpers.o(.text$_ZN8wxStringC1EPKhj+0x1b):helpers.cc: = undefined reference to `wxString::InitWith(char const*, unsigned, unsigned)' [exec] helpers.o(.text$_ZN6wxJAppC1Ev+0xd):helpers.cc: undefined reference to `wxApp::wxApp()' [exec] helpers.o(.text$_ZNK10wxDateTime14GetMillisecondERKNS_8TimeZoneE+0x14):he= lper s.cc: undefined reference to `wxDateTime::GetTm(wxDateTime::TimeZone = const&) const' [exec] helpers.o(.text$_ZN10wxDateTime3SetEl+0x23):helpers.cc: = undefined reference to `wxDateTime::TIME_T_FACTOR' [exec] = helpers.o(.text$_ZNK10wxDateTime8GetTicksEv+0x29):helpers.cc: undefined reference to `wxDateTime::TIME_T_FACTOR' [exec] helpers.o(.data$_ZTV6wxJApp+0x14):helpers.cc: undefined = reference to `wxObject::CreateRefData() const' [exec] helpers.o(.data$_ZTV6wxJApp+0x18):helpers.cc: undefined = reference to `wxObject::CloneRefData(wxObjectRefData const*) const' [exec] helpers.o(.data$_ZTV6wxJApp+0x1c):helpers.cc: undefined = reference to `wxEvtHandler::ProcessEvent(wxEvent&)' [exec] helpers.o(.data$_ZTV6wxJApp+0x20):helpers.cc: undefined = reference to `wxEvtHandler::SearchEventTable(wxEventTable&, wxEvent&)' [exec] helpers.o(.data$_ZTV6wxJApp+0x24):helpers.cc: undefined = reference to `wxApp::GetEventTable() const' [exec] helpers.o(.data$_ZTV6wxJApp+0x28):helpers.cc: undefined = reference to `wxEvtHandler::DoSetClientObject(wxClientData*)' [exec] helpers.o(.data$_ZTV6wxJApp+0x2c):helpers.cc: undefined = reference to `wxEvtHandler::DoGetClientObject() const' [exec] helpers.o(.data$_ZTV6wxJApp+0x30):helpers.cc: undefined = reference to `wxEvtHandler::DoSetClientData(void*)' [exec] helpers.o(.data$_ZTV6wxJApp+0x34):helpers.cc: undefined = reference to `wxEvtHandler::DoGetClientData() const' [exec] helpers.o(.data$_ZTV6wxJApp+0x3c):helpers.cc: undefined = reference to `wxAppBase::OnInitGui()' [exec] helpers.o(.data$_ZTV6wxJApp+0x40):helpers.cc: undefined = reference to `wxAppBase::OnRun()' [exec] helpers.o(.data$_ZTV6wxJApp+0x44):helpers.cc: undefined = reference to `wxAppBase::OnExit()' [exec] helpers.o(.data$_ZTV6wxJApp+0x4c):helpers.cc: undefined = reference to `wxApp::MainLoop()' [exec] helpers.o(.data$_ZTV6wxJApp+0x50):helpers.cc: undefined = reference to `wxApp::ExitMainLoop()' [exec] helpers.o(.data$_ZTV6wxJApp+0x54):helpers.cc: undefined = reference to `wxApp::Initialized()' ............... ............... [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/quantize.obj)(.= text +0x311):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/quantize.obj)(.= text +0x317):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/quantize.obj)(.= text +0x31d):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x1b):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x17):D:\wxWindows-2.4.2: undefined reference to `??2@YAPAXI@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0xff):D:\wxWindows-2.4.2: undefined reference to `??2@YAPAXI@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x11d):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x23d):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/textfile.obj)(.= text +0x2a7):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x3):D:\wxWindows-2.4.2: undefined reference to `??2@YAPAXI@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x17):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x17):D:\wxWindows-2.4.2: undefined reference to `??3@YAXPAX@Z' [exec] D:/wxWindows-2.4.2/lib\wxmsw.lib(/wxWindows-2.4.2/Release/clipcmn.obj)(.t= ext+ 0x3):D:\wxWindows-2.4.2: undefined reference to `??2@YAPAXI@Z' [exec] mingw32-make: *** [wx4j.dll] Error 1 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D Can you please help us in resolving this error? Please find our build = files as attachment. Also, could you brief up the steps involved in adding a (for e.g., = wxGrid) new component to wx4j. Thanks in advance. Regards, -Venkat -----Original Message----- From: Dave Dribin [mailto:da...@dr...]=20 Sent: Thursday, September 23, 2004 7:56 PM To: wx4...@li... Cc: Venkat Reddy Subject: Re: [wx4j-dev]could not find libwxxrc.a file You need to build XRC separately. It does not get built by default. =20 The source is included with the wxWidgets distribution. -Dave On Sep 21, 2004, at 10:12 AM, Suresh Tummala wrote: > HI All, > > I am trying to build wx4j source code,but I could not complete the=20 > build process because win32.mk file is using libwxxrc.a file for=20 > creating dll. > > Please let me know where can I find this file. > > I could not find this file in wxWidgets and wx4j website. > > =A0 > > Thanks in advance, > > Regards, > > Suresh |
From: Dave D. <da...@dr...> - 2004-09-23 14:29:04
|
I don't know what's causing that. I haven't built wx4j on Windows in=20 many months, sorry. The build instructions are at the end of the=20 INSTALL document. -Dave On Sep 23, 2004, at 6:30 AM, Suresh Tummala wrote: > HI Dave and all, > > Can you please help us to fix the following build errors. > > We are trying to build wx4j source code and end up with following link=20= > errors. > > =A0 > > Build Errors : > > =A0=A0=A0=A0 [exec] make: *** [wx4j.dll] Error 1120 > > =A0=A0=A0=A0 [exec] LINK : warning LNK4049: locally defined symbol = ""public:=20 > int __cdecl > > =A0wxString::Printf(char const *,...)" (?Printf@wxString@@QAAHPBDZZ)"=20= > imported > > =A0=A0=A0=A0 [exec] LINK : warning LNK4049: locally defined symbol = ""public:=20 > class wxWCh > > arBuffer const=A0 __thiscall wxMBConv::cMB2WC(char const *)const "=20 > (?cMB2WC@wxMBCo > > nv@@QBE?BVwxWCharBuffer@@PBD@Z)" imported > > =A0=A0=A0=A0 [exec] wxxrc.lib(xh_spin.obj) : error LNK2001: unresolved=20= > external symbol " > > __declspec(dllimport) public: __thiscall=20 > wxSpinButtonBase::wxSpinButtonBase(void > > )" (__imp_??0wxSpinButtonBase@@QAE@XZ) > > =A0=A0=A0=A0 [exec] wx4j.dll : fatal error LNK1120: 1 unresolved = externals > > =A0 > > BUILD FAILED > > =A0 > > =A0 > > Could you please let us know what could be the wrong? > > Please let us know where can we find the wx4j build procedure = document? > > =A0 > > Thanks in advance, > > =A0 > > Regards, > > Suresh Tummala > > =A0 |
From: Dave D. <da...@dr...> - 2004-09-23 14:25:58
|
You need to build XRC separately. It does not get built by default. =20 The source is included with the wxWidgets distribution. -Dave On Sep 21, 2004, at 10:12 AM, Suresh Tummala wrote: > HI All, > > I am trying to build wx4j source code,but I could not complete the=20 > build process because win32.mk file is using libwxxrc.a file for=20 > creating dll. > > Please let me know where can I find this file. > > I could not find this file in wxWidgets and wx4j website. > > =A0 > > Thanks in advance, > > Regards, > > Suresh |
From: Suresh T. <sur...@ef...> - 2004-09-23 11:40:34
|
Hi , Here is the environemt setup details . OS : Win NT Ant version : apache-ant-1.6.2 Wx4j source code : wx4j-0.2.0 wxWindows version : wxMSW-2.4.2 Swig version : swigwin-1.3.22 Gcc compiler : gcc-2.95.2-crtdll =20 Following are the build steps followed, please let us know if we are = missing something Or doing something wrong . =20 WX4J BUILD STEPS =20 1) Make sure you have all the following installation files=20 a) apache-ant-1.6.2-bin.zip (Download Ant from = http://ant.apache.org/ ) b) wx4j-0.2.0_.zip (Download Wx4j source code from http://www.wx4j.org/downloads/)=20 c) wxMSW-2.4.2-setup.zip (Download wxWindows-2.4.2 from http://www.wxwidgets.org <http://www.wxwidgets.org/> )=20 d) swigwin-1.3.22.zip (Download Swig from http://www.swig.org/download.html ) e) gcc-2.95.2-crtdll.exe(Download gcc comiler from http://sis.bris.ac.uk/~dw0857/ ) =20 2) Extract the above files to wx4j folder(for example c:/wx4j) a) c:\wx4j\Ant b) c:\wx4j\sourcecode c) c:\wx4j\wxWindows-2.4.2 d) c:\wx4j\ SWIG-1.3.22 e) c:\wx4j\gcc =20 3) Set path environment variables to the following a) JDK_HOME\bin=20 b) c:\wx4j\Ant\apache-ant-1.6.2\bin; c) c:\wx4j\gcc\bin; d) c:\wx4j\SWIG-1.3.22 =20 4) Open c:\wx4j\wxWindows-2.4.2\src\ wxWindows.dsw file using Visual Studio and do Batch Build. Open c:\wx4j\wxWindows- = 2.4.2\contrib\src\xrc\ XrcVC.dsw file and generate wxxrc.lib =20 5) Open c:\wx4j\sourcecode\wx4j-0.2.0\build\wx4j\swig\common.mk = file and edit the following a. Change WX_HOME to c:/wx4j/build/wxWindows-2.4.2 b. Change JDK_HOME to jdk path =20 6) Open c:\wx4j\sourcecode\wx4j-0.2.0\build\wx4j\swig\win32vc.mk = file and remove the following options a. /GS b. /Wp64 =20 7) Open c:\wx4j\build\sourcecode\wx4j-0.2.0\build.xml file and edit = the following a. <property name=3D"jni.type" value=3D"linux"> change value from = "linux" to "win32". b. <property name=3D"jni.visualc++" value=3D"no"> change value from = "no" to "yes". =20 8) Open DOS prompt and change directory to = c:\wx4j\sourcecode\wx4j-0.2.0 =20 9) Type ant and press enter =20 a. If you get compilation errors in SWIG generated java files then = fix the compilation errors.(For example in wxApp file class identifier is = missing ,so we need to add class identifier and some constants are missing so = need to comment that part of code to fix compilation errors) =20 =20 After this step ,we are end up with following errors :=20 =20 wxString::Printf(char const *,...)" (?Printf@wxString@@QAAHPBDZZ)" = imported [exec] LINK : warning LNK4049: locally defined symbol ""public: = class wxWCh arBuffer const __thiscall wxMBConv::cMB2WC(char const *)const " (?cMB2WC@wxMBCo nv@@QBE?BVwxWCharBuffer@@PBD@Z)" imported [exec] make: *** [wx4j.dll] Error 1120 [exec] wxxrc.lib(xh_spin.obj) : error LNK2001: unresolved external symbol " __declspec(dllimport) public: __thiscall wxSpinButtonBase::wxSpinButtonBase(void )" (__imp_??0wxSpinButtonBase@@QAE@XZ) [exec] wx4j.dll : fatal error LNK1120: 1 unresolved externals =20 =20 =20 =20 Please help us to fix these errors, I have already spent couple of days = to fix these errors but not succeeded. =20 =20 Thanks, Suresh Tummala =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 ________________________________ From: Suresh Tummala=20 Sent: Thursday, September 23, 2004 5:00 PM To: 'dav...@dr...' Cc: Venkat Reddy; 'wx4...@li...' Subject: wx4j build -link errors =20 HI Dave and all, Can you please help us to fix the following build errors. We are trying to build wx4j source code and end up with following link errors. =20 Build Errors :=20 [exec] make: *** [wx4j.dll] Error 1120 [exec] LINK : warning LNK4049: locally defined symbol ""public: int __cdecl wxString::Printf(char const *,...)" (?Printf@wxString@@QAAHPBDZZ)" = imported [exec] LINK : warning LNK4049: locally defined symbol ""public: = class wxWCh arBuffer const __thiscall wxMBConv::cMB2WC(char const *)const " (?cMB2WC@wxMBCo nv@@QBE?BVwxWCharBuffer@@PBD@Z)" imported [exec] wxxrc.lib(xh_spin.obj) : error LNK2001: unresolved external symbol " __declspec(dllimport) public: __thiscall wxSpinButtonBase::wxSpinButtonBase(void )" (__imp_??0wxSpinButtonBase@@QAE@XZ) [exec] wx4j.dll : fatal error LNK1120: 1 unresolved externals =20 BUILD FAILED =20 =20 Could you please let us know what could be the wrong? Please let us know where can we find the wx4j build procedure document? =20 Thanks in advance, =20 Regards, Suresh Tummala =20 |
From: Suresh T. <sur...@ef...> - 2004-09-23 11:30:29
|
HI Dave and all, Can you please help us to fix the following build errors. We are trying to build wx4j source code and end up with following link errors. =20 Build Errors :=20 [exec] make: *** [wx4j.dll] Error 1120 [exec] LINK : warning LNK4049: locally defined symbol ""public: int __cdecl wxString::Printf(char const *,...)" (?Printf@wxString@@QAAHPBDZZ)" = imported [exec] LINK : warning LNK4049: locally defined symbol ""public: = class wxWCh arBuffer const __thiscall wxMBConv::cMB2WC(char const *)const " (?cMB2WC@wxMBCo nv@@QBE?BVwxWCharBuffer@@PBD@Z)" imported [exec] wxxrc.lib(xh_spin.obj) : error LNK2001: unresolved external symbol " __declspec(dllimport) public: __thiscall wxSpinButtonBase::wxSpinButtonBase(void )" (__imp_??0wxSpinButtonBase@@QAE@XZ) [exec] wx4j.dll : fatal error LNK1120: 1 unresolved externals =20 BUILD FAILED =20 =20 Could you please let us know what could be the wrong? Please let us know where can we find the wx4j build procedure document? =20 Thanks in advance, =20 Regards, Suresh Tummala =20 |
From: Suresh T. <sur...@ef...> - 2004-09-21 15:13:13
|
HI All, I am trying to build wx4j source code,but I could not complete the build process because win32.mk file is using libwxxrc.a file for creating dll. Please let me know where can I find this file. I could not find this file in wxWidgets and wx4j website. =20 Thanks in advance, Regards, Suresh |
From: WILLIAM S. <Bil...@jh...> - 2004-07-03 19:21:46
|
Hi, I'm new to wx4j. I'm using the newest version of swig and ant, however I'm getting this error. Sorry if this is a stupid question, but what's going wrong? "Buildfile: build.xml prepare: build-swig: [exec] make: Nothing to be done for `swig'. build-tools: [depend] Deleted 0 out of date files in 0 seconds build-wx4j: [depend] Deleted 76 out of date files in 0 seconds [javac] Compiling 126 source files to /usr/src/wx4jsrc/wx4j-0.2.0/build/wx4j/classes [javac] /usr/src/wx4jsrc/wx4j-0.2.0/build/wx4j/java/org/wxwindows/wxJUtil.java:198: cannot resolve symbol [javac] symbol : method getApp () [javac] location: class org.wxwindows.wxApp [javac] wxApp app = wxApp.getApp(); [javac] ^ [javac] /usr/src/wx4jsrc/wx4j-0.2.0/build/wx4j/java/org/wxwindows/wxJUtil.java:253: cannot resolve symbol [javac] symbol : method getApp () [javac] location: class org.wxwindows.wxApp [javac] wxApp app = wxApp.getApp(); [javac] ^ [javac] /usr/src/wx4jsrc/wx4j-0.2.0/build/wx4j/java/org/wxwindows/wxJUtil.java:396: cannot resolve symbol [javac] symbol : method IsMainThread () [javac] location: class org.wxwindows.wxApp [javac] if (wxApp.IsMainThread()) [javac] ^ [javac] 3 errors BUILD FAILED /usr/src/wx4jsrc/wx4j-0.2.0/build.xml:139: Compile failed; see the compiler error output for details. " thanks, Bill |
From: <ben...@id...> - 2004-05-22 12:26:01
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: David T. <db...@me...> - 2004-02-17 07:41:21
|
On Mon, Feb 16, 2004 at 10:38:40AM -0600, Dave Dribin wrote: > I've attached a patch. I guess this is intended behavior, so maybe I > should just check it in. But this is an incompatible change meaning > that if I check this in, then ONLY 1.3.21 and later will work. I > wonder if there is some sort of SWIG macro we can use so that we can > conditionally compile on earlier versions of SWIG. Or do we just > check this in, and say 1.3.21 is required? I'm leaning towards this > later solution. the latter works fine for me. |
From: Dave D. <da...@dr...> - 2004-02-16 16:42:29
|
On Mon, Feb 16, 2004 at 12:19:53AM -0600, David Terrell wrote: > I just encountered the same thing in a fresh build environment. Looks like > changes in Swig between 1.3.19 and 1.3.21 are to blame, I'm looking into > it now. Hmm... you are correct. See the changelog entry on 05/11/2003: http://sourceforge.net/project/shownotes.php?release_id=204503 I've attached a patch. I guess this is intended behavior, so maybe I should just check it in. But this is an incompatible change meaning that if I check this in, then ONLY 1.3.21 and later will work. I wonder if there is some sort of SWIG macro we can use so that we can conditionally compile on earlier versions of SWIG. Or do we just check this in, and say 1.3.21 is required? I'm leaning towards this later solution. -Dave |
From: David T. <db...@me...> - 2004-02-16 06:23:23
|
On Thu, Feb 12, 2004 at 06:19:14PM +0100, Dirk Wellmann wrote: > build-wx4j: > [depend] Deleted 54 out of date files in 0 seconds > [javac] Compiling 124 source files to D:\MSYS\local\wx4j\build\wx4j\classes > [javac] D:\MSYS\local\wx4j\build\wx4j\java\org\wxwindows\wxAppNative.java:50: incompatible types > [javac] found : org.wxwindows.wxAppNative > [javac] required: org.wxwindows.wxApp > [javac] sApp = this; > [javac] ^ > [javac] D:\MSYS\local\wx4j\build\wx4j\java\org\wxwindows\wxApp.java:12: org.wxwindows.wxApp should be declared abstract; it does not define OnInit() in org.wxwindows.wxAppNative > [javac] public class wxApp extends wxAppNative { > [javac] ^ > [javac] 2 errors > > BUILD FAILED > D:\MSYS\local\wx4j\build.xml:139: Compile failed; see the compiler error output for details. I just encountered the same thing in a fresh build environment. Looks like changes in Swig between 1.3.19 and 1.3.21 are to blame, I'm looking into it now. |
From: Dave D. <da...@dr...> - 2004-02-12 18:06:23
|
On Thu, Feb 12, 2004 at 06:19:14PM +0100, Dirk Wellmann wrote: > Hello, I'm a newbie on wx4j and try to compile wx4j from CVS on > windows and linux I got the same error. We have to work with much > pressure in this projekt, so I've not much time to spend on reading > the doc's. We need to integrate grid and ole to wx4j as fast as > possible. Anyone can help us? Can't help you with grid and ole, but the compile error you are seeing should be fixed. I just did a clean build myself, and it works fine, both on Linux and Windows. Maybe anonymous CVS is out of date?? -Dave |
From: Dirk W. <dw...@pd...> - 2004-02-12 17:20:45
|
Hello, I'm a newbie on wx4j and try to compile wx4j from CVS on windows and linux I got the same error. We have to work with much pressure in this projekt, so I've not much time to spend on reading the doc's. We need to integrate grid and ole to wx4j as fast as possible. Anyone can help us? $ ant Unable to locate tools.jar. Expected to find it in C:\Programme\Java\j2re1.4.2_03\lib\tools.jar Buildfile: build.xml prepare: build-swig: [exec] make: Nothing to be done for `swig'. build-tools: [depend] Deleted 0 out of date files in 0 seconds build-wx4j: [depend] Deleted 54 out of date files in 0 seconds [javac] Compiling 124 source files to D:\MSYS\local\wx4j\build\wx4j\classes [javac] D:\MSYS\local\wx4j\build\wx4j\java\org\wxwindows\wxAppNative.java:50: incompatible types [javac] found : org.wxwindows.wxAppNative [javac] required: org.wxwindows.wxApp [javac] sApp = this; [javac] ^ [javac] D:\MSYS\local\wx4j\build\wx4j\java\org\wxwindows\wxApp.java:12: org.wxwindows.wxApp should be declared abstract; it does not define OnInit() in org.wxwindows.wxAppNative [javac] public class wxApp extends wxAppNative { [javac] ^ [javac] 2 errors BUILD FAILED D:\MSYS\local\wx4j\build.xml:139: Compile failed; see the compiler error output for details. Total time: 5 seconds regards dirk |
From: Dirk W. <dw...@pd...> - 2004-02-12 17:00:01
|
confirm 110370 |
From: Dave D. <da...@dr...> - 2003-12-09 00:40:48
|
On Mon, Dec 08, 2003 at 07:43:18PM +0100, Sergiusz Michalski wrote: > Hi! > > I have question: > > Is it possible to build an application with database support in > wx4j? Sure. Just use JDBC: http://java.sun.com/products/jdbc/ > -> is wxTable and wxDbGrid, wxGrid class implemented in wx4j??? wxGrid has not been wrapped yet, but wxListCtrl has. There's no such C++ class as wxTable, but if you're looking for an equivalent of JTable, you want wxListCtrl in report mode. Check out the demo for an example of using wxListCtrl. There are no plans to wrap wxDbGrid because Java already has JDBC. In fact, there are no plans to wrap anything except the GUI classes. Non-GUI wxWindows classes, like database, threads, and networking already have fine Java versions. > Maybe can you send me small example of using DB in wx4j? Sorry, I don't have one. > In wx4j package there's no such a classes, so this is not a real port of > wxwindows for Java. Umm... wx4j *is* a real port, it's just incomplete. But more and more classes get added all the time. I need to do another release, soon, as we've added a lot since the last public release. -Dave |