Re: [Freedos-user] Watcom compiler on FreeDOS 1.3 RC5

2022-02-21 Thread Jim Hall
> On Wed, Jan 26, 2022 at 2:33 AM Fabian Boucsein  
> wrote:
> >
> > After installing the Watcom from the IBIBLIO FreeDOS archive what
> > do i need to configure the compiler so that i can use it?

On Wed, Jan 26, 2022 at 12:34 PM Rugxulo  wrote:
>
> set WATCOM=%RAMDRIVE%:\watcom19
> set INCLUDE=%WATCOM%\H
> set EDPATH=%WATCOM%\EDDAT
> set WIPFC=%WATCOM%\WIPFC
> path %WATCOM%\BINW;%PATH%
> REM ... optional ...
> REM if "%DOS4G%"=="" set DOS4G=quiet
> REM ren dos4gw.exe *.ex
> REM copy /b cwstub.exe dos4gw.*
>
> This may also help:
> * http://www.freedos.org/books/get-started/june25-c-programming.html
>


The bit that Rugxulo is pointing to in that article is this:

> Before you can compile using OpenWatcom, you'll need to set up the
> DOS environment variables so OpenWatcom can find its support
> files. The OpenWatcom C compiler package includes a setup batch file
> that does this for you, as \DEVEL\OW\OWSETENV.BAT. Run this batch
> file to automatically set up your environment for OpenWatcom.


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Watcom compiler on FreeDOS 1.3 RC5

2022-01-26 Thread Rugxulo
Hi,

On Wed, Jan 26, 2022 at 2:33 AM Fabian Boucsein  wrote:
>
> After installing the Watcom from the IBIBLIO FreeDOS archive what
> do i need to configure the compiler so that i can use it?

set WATCOM=%RAMDRIVE%:\watcom19
set INCLUDE=%WATCOM%\H
set EDPATH=%WATCOM%\EDDAT
set WIPFC=%WATCOM%\WIPFC
path %WATCOM%\BINW;%PATH%
REM ... optional ...
REM if "%DOS4G%"=="" set DOS4G=quiet
REM ren dos4gw.exe *.ex
REM copy /b cwstub.exe dos4gw.*

This may also help:
* http://www.freedos.org/books/get-started/june25-c-programming.html


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Watcom compiler on FreeDOS 1.3 RC5

2022-01-26 Thread Jerome Shidel
Hello Fabian,

I just did several tests and am unable to replicate the issue you are having. 
More information is needed.

> On Jan 26, 2022, at 3:32 AM, Fabian Boucsein  wrote:
> 
> Dear Freedos users,
>  
> i recently installed a base installation of FreeDOS 1.3 RC5 using the
> FullUSB edition. After that i tried to install the Watcom compiler
> with fdimples.

How did you manage that? 

USB devices are not "Plug and Play" in DOS. You would need to have the drive 
already plugged in when the system boots. That implies you booted from the USB 
stick. When you do that, the system has know idea how or where to place any 
things. You would need to set some configuration information to be able to 
install any packages. The installer does that a bunch of stuff during 
installation to permit package installs. But, those are temporary changes only 
active while the installer is running. 

> A lot of error messages appeared on the screen and
> in the end only 13 files or so were copied to the harddisk. I checked
> the md5sum of the downloaded ZIP file and it matched the one on the
> FreeDOS website.

the SUM was good for the download of FreeDOS or the Download to the WATCOM 
package?

>  
> Is that error allready known to you or is it just my system that behaves
> differently for whatever reason? 

What Errors?

>  
> After installing the Watcom from the IBIBLIO FreeDOS archive what
> do i need to configure the compiler so that i can use it?
>  
> Many greetings,
> Fabian
>  

Jerome


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Watcom compiler on FreeDOS 1.3 RC5

2022-01-26 Thread Jim Hall
On Wed, Jan 26, 2022, 2:33 AM Fabian Boucsein 
wrote:

> Dear Freedos users,
>
> i recently installed a base installation of FreeDOS 1.3 RC5 using the
> FullUSB edition. After that i tried to install the Watcom compiler
> with fdimples. A lot of error messages appeared on the screen and
> in the end only 13 files or so were copied to the harddisk. I checked
> the md5sum of the downloaded ZIP file and it matched the one on the
> FreeDOS website.
>
> Is that error allready known to you or is it just my system that behaves
> differently for whatever reason?
>
> After installing the Watcom from the IBIBLIO FreeDOS archive what
> do i need to configure the compiler so that i can use it?
>
> Many greetings,
> Fabian
>
>

Hi Fabian

It would be really helpful to know what error messages you saw. Were the
errors about a corrupt or unreadable zip file? Were the errors about no
space left on device? Any proposed solution will depend on what the errors
were. It's impossible to debug this without knowing what errors you saw.

For comparison: Have you installed any other packages on this FreeDOS
instance using FDIMPLES? Do you get error messages for those packages?

>
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Watcom compiler on FreeDOS 1.3 RC5

2022-01-26 Thread Fabian Boucsein
Dear Freedos users,

 

i recently installed a base installation of FreeDOS 1.3 RC5 using the

FullUSB edition. After that i tried to install the Watcom compiler

with fdimples. A lot of error messages appeared on the screen and

in the end only 13 files or so were copied to the harddisk. I checked

the md5sum of the downloaded ZIP file and it matched the one on the

FreeDOS website.

 

Is that error allready known to you or is it just my system that behaves

differently for whatever reason? 

 

After installing the Watcom from the IBIBLIO FreeDOS archive what

do i need to configure the compiler so that i can use it?

 

Many greetings,

Fabian

 

___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user