Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - R.M. Klippstein

Pages: 1 ... 15 16 [17] 18 19 ... 21
241
Applications / Re: BrainStorm: Wish list for OS/2 and eComStation
« on: December 02, 2014, 06:11:43 pm »
ivan & Andi B. -- Same here, My clients  (as well as myself) are only interested in running OS/2 as host and VBox running clients Windoz and Linux. I've been working for quite some time compiling newer versions with some success, but progress is is VERY slow, help for this project is virtually non-existant. I'd be interested in hearing any comments you might have in you're use of vbox.

klipp
rklipp at megared dot net dot mx 

242
Applications / Re: BrainStorm: Wish list for OS/2 and eComStation
« on: November 17, 2014, 10:39:40 pm »
Virtual Box is being worked on and has been for over 4 months now, with disappointing progress, but yes progress. I've managed to compile 4 different working early versions of VirtualBox sources. But my limited experience and knowledge with GCC is the reason I'm unable to progress, so far, on 5 newer versions that I'm trying to get to compile. Help I've received from  Dave Yeo is the only reason I've been able to get this far.
  I would welcome any person proficient in compiling with GCC, limited knowledge of the internal workings of VirtualBox, and having an abundance of time and patience, willing to put up with my short comings, to help me get a usable more up-to-date version of VirtualBox for the OS/2 community.

klipp
rklipp@megared.net.mx

243
Programming / Re: QT3 Toolkit will not compile --need help!
« on: November 02, 2014, 05:35:49 pm »
Its part of IBM's Visual Age C/C++ 3 that got updated to 3.08. There are "renamed" versions around but unknown to me.

klipp

244
Programming / Re: QT3 Toolkit will not compile --need help!
« on: November 01, 2014, 11:53:51 pm »
Hi Dave, Good to hear from you. I have now got several early builds of VBox compiled and apparently working, they however all lack the GUI, It requires  QT3 to compile the ui's and QTDesigner in the tools package of QT3. I can't get QT3 to compile the newer SVN's (as you can see in my previous post). With the newer SVN's QT3 will link with wlink (which I have) the older SNN's (pre 205) will ONLY configure & compile using ILINK 3.08 (which I don't have) The configure file goes to great lengths to prevent using the newer versions of ILINK. I believe there is a possibility that earlier version of QT3 SVN might compile without the error.  A clean compile of QT3 is all that is preventing me from having a functional update of VBox (i hope!). But that is only a starting point! The newer versions of VBox have the same glib-libidl problem encountered by you (yeah, I read one of you're old posts! 4-30-2006) working on Warpzilla. GLIB & LIBIDL won't work with GCC 3.3.5 and that's why I'm trying to find a copy of Innotek's 3.2.2 -- it supposedly builds O.K.
    As far as checking that my paths are corect, I have to admit my ignorance! I don't understand the "./../ " part of the error. What is it trying to tell me?

Thanks for trying to bail me out once again, you'r help previously was the only thing that got me this far.

klipp

245
Programming / Re: QT3 Toolkit will not compile --need help!
« on: November 01, 2014, 07:48:53 pm »
Does anybody know where I can obtain Innotek's GCC 3.2.2 or 3.3.2 CSD1 ? also need IBM's ILINK 3.08

thanks  klipp

246
Programming / QT3 Toolkit will not compile --need help!
« on: October 31, 2014, 04:16:39 am »
I need to use qt3 to compile some older source code gui's. I'm using GCC 3.3.2 (eCS 2.2 beta) and trying different QT3 sources SVN 205, 207 & 208 -- all with the same failure. I have to use the newer SVN's as I don't have access to ILINK 3.08, and use WLINK.EXE linker. QT· compiles the library alone, without problems but I need the tools also and when I use the option to compile both tools & lib's it "craps-out" with:

emxomfar -p128 r ..\..\..\lib\qassistantclient.lib tmp\obj\release_mt_static\qassistantclient.obj tmp\obj\release_mt_static\moc_qassistantclient.obj
emxomfar 0.6.4 (Bird Build 2011-10-03 04:55 (csd4)) -- Copyright (c) 1992-1996 by Eberhard Mattes

Usage: emxomfar [-p#] <command> <library_file> [<module>]...

Commands:
  d    delete module from library
  r    replace modules in library
  t    list table of contents
  x    extract modules from library

Options (append to command):
  c    no warning when creating new library
  v    verbose output

Options (prededing command):
  -p#  set page size
make[2]: *** [..\..\..\lib\qassistantclient.lib] Error 1
make[2]: Leaving directory `C:/208/trunk/tools/assistant/lib'
make[1]: *** [sub-assistant-lib] Error 2
make[1]: Leaving directory `C:/208/trunk/tools'
make: *** [sub-tools] Error 2

Any ideas as to how I can get around this problem will be GREATLY appreciated!

Thanks in advance  klipp

247
Programming / Re: Need help patching SDL
« on: October 19, 2014, 09:15:39 pm »
Hi Dave, once again! Do you use IBM's Linker ILINK.EXE? Turns out now I need it and CPPOM30.DLL to compile QT3. They are both included in IBM Visual Age C/C++ 3.08 (which I thought I had, buried somewhere, but can't find!). Are they available for download anywhere?

thanks,  klipp

248
Programming / Re: Need help patching SDL
« on: October 17, 2014, 05:42:33 pm »
Hey Dave, I was unable to get the patch installed using varients of patch.exe -p0 (or -p1) and matching directory containing the .diff file I created, so I tried it manually like you described and it "worked like a charm" -- thanks again!

klipp

249
Programming / Re: Need help patching SDL
« on: October 16, 2014, 03:48:51 am »
GOT IT !¡!¡ Thanks --- I'll have to wait till tomorrow to check it out.

klipp

250
Programming / Re: Need help patching SDL
« on: October 16, 2014, 02:14:43 am »
WoW!! Dave --- Thanks for the detailed response, I'll do some practice runs in a test directory first and try both methods of patching. Again, thanks for describing in a manner that even a "klutz" like myself stands a chance of being successful.

klipp

251
Programming / Re: Need help patching SDL
« on: October 16, 2014, 12:32:30 am »
Thanks for the response tellie. I've got the newer version of SDL also but could'nt make it work. It might work with this patch also but I believe the older version is what's needed with the patch applied. The patch modify's SDL so that it will compile in vbox source. Which directory should I be in when I execute the patch command?  --  thanks again.

klipp

252
Programming / Need help patching SDL
« on: October 15, 2014, 10:38:09 pm »
I've downloaded SDL-1.2.10-bin-20060602.zip and unzipped it into D:\tools\os2.x86\libsdl. This gives me the following directorie in D:\tools\os2.x86\libsdl: SDL, SDLGfx, SDLImage, SDLMixer, SDLNet, SDLTTF & readme.txt. I need to apply the following patch (diff?) to SDL I don't know how to accomplish this. Thanks much to anybody that can give me a fairly detailed description of how todo this.

klipp

diff -rwu SDL/include/SDL_audio.h D:/coding/vbox/svn/trunk/tools/os2.x86/libsdl/v1.2.10-20060602/SDL/include/SDL_audio.h
--- SDL/include/SDL_audio.h   Mon May  1 03:03:00 2006
+++ D:/coding/vbox/svn/trunk/tools/os2.x86/libsdl/v1.2.10-20060602/SDL/include/SDL_audio.h   Sat Jan 13 06:47:04 2007
@@ -76,6 +76,8 @@
 #define AUDIO_S16SYS   AUDIO_S16MSB
 #endif
 
+/* A filter callback */
+typedef void (SDLCALL * SDL_AudioCVTFilterCall)(struct SDL_AudioCVT *cvt, Uint16 format);
 
 /* A structure to hold a set of audio conversion filters and buffers */
 typedef struct SDL_AudioCVT {
@@ -88,7 +90,7 @@
    int    len_cvt;         /* Length of converted audio buffer */
    int    len_mult;      /* buffer must be len*len_mult big */
    double len_ratio;    /* Given len, final size is len*len_ratio */
-   void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
+   SDL_AudioCVTFilterCall filters[10];
    int filter_index;      /* Current audio conversion function */
 } SDL_AudioCVT;
 
diff -rwu SDL/include/SDL_config_os2.h D:/coding/vbox/svn/trunk/tools/os2.x86/libsdl/v1.2.10-20060602/SDL/include/SDL_config_os2.h
--- SDL/include/SDL_config_os2.h   Mon May  1 03:03:00 2006
+++ D:/coding/vbox/svn/trunk/tools/os2.x86/libsdl/v1.2.10-20060602/SDL/include/SDL_config_os2.h   Sat Jan 13 06:44:38 2007
@@ -27,6 +27,9 @@
 
 /* This is a set of defines to configure the SDL features */
 
+#ifdef __GNUC__
+# include <stdint.h>
+#else
 typedef signed char         int8_t;
 typedef unsigned char       uint8_t;
 typedef signed short        int16_t;
@@ -37,6 +40,7 @@
 typedef unsigned long       uintptr_t;
 typedef signed long long    int64_t;
 typedef unsigned long long  uint64_t;
+#endif
 
 #define SDL_HAS_64BIT_TYPE   1
 


253
Programming / Re: compiling glib-2.36.4 & libidl-0.8.14 -- need help
« on: September 18, 2014, 03:02:12 am »
Hi Dave, Unbelievable! I still can't compile (build) using ash. I now have gcc335-(csd4) installed and working in /usr/bin. I also have a /usr/build directory containing the following sources: xpidl,2.2.4 (vbox source),glib-2.36.4, and glib-2.36.4.tar.gz. I did set makeshell=ash. using "ash" as a command doesn't work neither does "[a]sh". The only command sequence that attempts to compile is: gcc -v d:/usr/build/2.2.4. No matter which source I select in the build directory I get the same "malformed input file" error.
   Maybe the following screen capture will help you see where I'm screwed up!

The problem has to be right there in front of megcc version 3.3.5 (Bird Build 2011-10-03 04:55 (csd4))
 D:/usr/i386-pc-os2-emx/bin/ld.exe -o .exe D:/usr/lib/crt0.o -LD:/usr/lib/gcc-li
b/i386-pc-os2-emx/3.3.5 -LD:/usr/lib/gcc-lib -LD:/usr/lib/gcc-lib/i386-pc-os2-em
x/3.3.5 -LD:/usr/lib -LD:/usr/build/2.2.4 -LD:/USR/lib/gcc-lib/i386-pc-os2-emx/3
.3.5 -LD:/usr/i386-pc-os2-emx/lib -LD:/USR/i386-pc-os2-emx/lib -LD:/usr/lib -LD:
/usr/lib d:/usr/build/2.2.4/ -lc_alias -lc_dll -los2 -lgcc_so_d -lc_alias -lc_dl
l -los2 -lgcc_so_d -lc_alias -lc_dll -los2 -lgcc_so_d -lc_alias -lc_dll -los2 -l
gcc_so_d -lc_alias -lc_dll -los2
D:/usr/i386-pc-os2-emx/bin/ld.exe: malformed input file (not rel or archive) d:/
usr/build/2.2.4/

Apologies for my continued bugging you.   klipp

254
Programming / Re: compiling glib-2.36.4 & libidl-0.8.14 -- need help
« on: September 17, 2014, 06:43:09 am »
Yeah Dave, you're right, I'm in for lots of problems! I've been trying to make glibidl_20070521.zip work for two weeks now,  I can't make it work. I found the attached info on the Internet and now guess I'll have to get see if I can't get the newer Glib compiled. I've got glib-2.36.4.tar.gz downloaded but its not setup for kmk and I've forgotten how to compile is with ash. I'm hoping the port you mentioned that is on netlabs works out, I'll give it a try tomorrow  -- gotta get some sleep now, I'm making too many mistakes! Thanks again for the help, I'll post the results of the glib compile on netlabs.

klipp

255
Programming / Re: compiling glib-2.36.4 & libidl-0.8.14 -- need help
« on: September 17, 2014, 02:47:01 am »
Hey Dave, How are you doing? I was hoping I'd hear from you! Thanks for the reply. I think you're Set Makeshell=ash is probably what I need. The malformed file error is simply "malformed input file (not rel or archive) /usr/source/libidl-0.8.14.tar.bz2 (I get the same error using unzipped header libidl-0.8.14). I was using the older Glib & Libidl and then found out that the older version of libidl wouldn't work with GCC335 and had to be updated to libidl.0.8.14, but it carried with it the requirement that glib had to be updated to glib-2.36.4. and that's where I'm stuck now fighting my way through the $&$@#$% VBox source. I'll also try you're suggested [pdk]sh. I'll get back to work on this tomorrow.

Thanks again!  klipp

Pages: 1 ... 15 16 [17] 18 19 ... 21