From: UnixOS2 Archive To: "UnixOS2 Archive" Date: Tue, 17 Sep 2002 04:37:06 EST-10EDT,10,-1,0,7200,3,-1,0,7200,3600 Subject: [UnixOS2_Archive] No. 324 ************************************************** Monday 16 September 2002 Number 324 ************************************************** Subjects for today 1 wxWindows 2.3.3 is released for OS/2 : Dave Webster 2 Re: Final FHS : Adrian Gschwend" 3 gcc 3.0.3: where does it look for libraries? : Thomas Hoffmann **= Email 1 ==========================** Date: Tue, 17 Sep 2002 07:46:22 -0500 From: Dave Webster Subject: wxWindows 2.3.3 is released for OS/2 This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_000_01C25E48.3F29B590 Content-Type: text/plain; charset="iso-8859-1" You can retrieve it from here: www.wxwindows.org The Sept 16 new item contains the actual link. This is the last development release of 2.3. Unfortunately my latest file.lst didn't make it (not to be confused with the files.lst which is the configure list). Attached is the latest copy of this file. It includes the items left to be done. I welcome developers to assist in finishing this off as we have branched the CVS development tree and frozen the source (for the most part) in order to get things cleaned up by the end of October and make a formal 2.4.0 stable release. I would like for wxOS2 to be as complete as possible by then but I am going to need help to get there, as I am knee deep in other projects I actually get paid for right now. I hope you find this toolkit useful, especially if you do any cross-platform development from OS/2 to Windows, Linux, or MAC. <> ------_=_NextPart_000_01C25E48.3F29B590 Content-Type: application/octet-stream; name="FILE.LST" Content-Disposition: attachment; filename="FILE.LST" List of files yet to be implemented. As you finish a file, delete it from the list. ..\os2\$D\dcprint.obj \ ..\os2\$D\dnd.obj \ ..\os2\$D\helpwin.obj \ ..\os2\$D\joystick.obj \ ..\os2\$D\metafile.obj \ ..\os2\$D\print.obj \ ..\os2\$D\taskbar.obj \ ..\os2\$D\wave.obj \ List of things that still need doing, include the above files. Some are more difficult than others. DND is a needed component of the tree control. The tree control is a component of the list and dirctrl's. These are, in turn, components of the dirdlgg. DDE isn't used much anymore as an IPC protocol, but if OS/2 needs DDE, it should be straight forward. Printing is an untouched area, but should not be too difficult to finish. Not sure what good a taskbar control is but the other ports have one. The wave file is for OS/2 to be able to simply play back a .wav file. I have not touched multimedia as of yet. There is a problem with TIFF right now for some reason. The color sliders in the color dialog do not seem to display correctly. Dialogs are generally not resizable, but in wxOS2, resizing a dialog leaves the title bar un-resized. Static bitmap controls need some work as they are non-wx standard, requiring a resource. Probably need a "roll-our-own" control that is a simple window with an icon or bitmap drawn directly in it. ------_=_NextPart_000_01C25E48.3F29B590-- **= Email 2 ==========================** Date: Tue, 17 Sep 2002 11:06:35 +0200 (CDT) From: "Adrian Gschwend" Subject: Re: Final FHS On Sat, 14 Sep 2002 02:16:29 +0200, Andreas Buening wrote: >If you have anything to mention about this standard then speak now >or be silent forever. ;-) looks very good to me, just one question: Is there a defined way about how we create the packet name? I mean do we have versioning numbers included as well, if so in which form? I'm again working on a openssh package and I would like to release that shortly cu Adrian -- Adrian Gschwend at OS/2 Netlabs ICQ: 22419590 ktk at netlabs.org ------- The OS/2 OpenSource Project: http://www.netlabs.org **= Email 3 ==========================** Date: Tue, 17 Sep 2002 23:04:46 +0100 From: Thomas Hoffmann Subject: gcc 3.0.3: where does it look for libraries? This is possibly a rather dumb question, but today I installed gcc 3.0.3 into a "FHS-like" hierarchy (starting at /usr) and tried to build a very simple test program. The compile stage runs through, but the linker does not find the gcc libraries in /usr/lib: it seems to be configured to look only below gcc-lib and in the mt or st subdirectory of /usr/lib. The output I got is (ignore the -Zmtd: w/o it the result is similar): [D:\thoffman\work\gcc]gcc access.o -v -Wall -Zmtd Using builtin specs. Configured with: --enable-clh --enable-threads --disable-shared --enable-nls --w ithout-included-gettext --prefix=/usr Thread model: os2 gcc version 3.0.3 ld -o access.exe /usr/lib/crt0.o -LD:/USR/lib/gcc-lib/i386-pc-os2_emx/3.0.3/mt -LD:/USR/lib/gcc-lib/i386-pc-os2_emx/3.0.3 -LD:/USR/lib/gcc-lib -LD:/USR/lib/gcc -lib/i386-pc-os2_emx/3.0.3/mt -LD:/USR/lib/gcc-lib/i386-pc-os2_emx/3.0.3 -L/usr/ lib/gcc-lib/i386-pc-os2_emx/3.0.3/mt -L/usr/lib/gcc-lib/i386-pc-os2_emx/3.0.3 -L /usr/lib/gcc-lib -LD:/USR/lib/gcc-lib/i386-pc-os2_emx/3.0.3/mt -LD:/USR/lib/gcc- lib/i386-pc-os2_emx/3.0.3 -LD:/USR/lib/gcc-lib -L/usr/lib/mt access.o -lc_alias -lgcc_dll -lc_static -lc_import -los2 -lemx2 ld: No such file or directory for c_alias.a Adding -L/usr/lib helps, but a comparison w/ gcc 2.8.1 shows, that the latter includes /emx/lib and /usr/lib already by default. Can anybody comment on this? -- Thomas Hoffmann Telephone: 49-351-4598831 thoffman at zappa.sax.de Dresden, Germany ..sig under construction ...