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 - Igor

Pages: [1] 2 3 ... 9
1
Applications / Re: Environment for building ffmpeg
« on: September 30, 2025, 02:35:43 pm »
Hi, Dave!

Yes! Remove the file poll.h solved the problem!
After removal, everyting works fine.

I solved the iconv problem by modifying the source by adding the necessary constant.
I will check it out.

I express my gratitude to you for your help!

2
Applications / Re: Environment for building ffmpeg
« on: September 28, 2025, 07:53:46 pm »
Hi, Dave!

I placed of the file poll_s.a in \usr\lib\
and used command "make LIBS=-lpoll"
Result:
Code: [Select]
libavformat/network.c: In function 'ff_listen_bind':
libavformat/network.c:254:5: error: implicit declaration of function 'closesocket' []8;;https://gcc.
gnu.org/onlinedocs/gcc-15.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplici
t-function-declaration]8;;]
  254 |     closesocket(fd);
      |     ^~~~~~~~~~~
make: *** [ffbuild/common.mak:59: libavformat/network.o] Error 1

3
Applications / Re: Environment for building ffmpeg
« on: September 22, 2025, 11:15:53 pm »
Hello, Dave.

I see:
Code: [Select]
weakld: error: Unresolved symbol (UNDEF) '_poll'.
weakld: info: The symbol is referenced by:
    H:\var\temp\ldconv_network_o_b12168d1ba6518b678.obj
    H:\var\temp\ldconv_rtpproto_o_b12168d1ba6915f370.obj
    H:\var\temp\ldconv_rtsp_o_b12168d1ba691683f8.obj
    H:\var\temp\ldconv_rtspenc_o_b12168d1ba69184d00.obj
    H:\var\temp\ldconv_sapdec_o_b12168d1ba691ac1e8.obj
Ignoring unresolved externals reported from weak prelinker.
Error! E2028: _poll is an undefined reference
file H:/var/temp\ldconv_network_o_b12168d1ba6518b678.obj(libavformat\network.c): undefined symbol _poll
file H:/var/temp\ldconv_rtpproto_o_b12168d1ba6915f370.obj(libavformat\rtpproto.c): undefined symbol _poll
file H:/var/temp\ldconv_rtsp_o_b12168d1ba691683f8.obj(libavformat\rtsp.c): undefined symbol _poll
file H:/var/temp\ldconv_rtspenc_o_b12168d1ba69184d00.obj(libavformat\rtspenc.c): undefined symbol _poll
file H:/var/temp\ldconv_sapdec_o_b12168d1ba691ac1e8.obj(libavformat\sapdec.c): undefined symbol _poll

What cloud this be?

So far I have managed to compile the following libraries:
avcode58.dll
avutil56.dll
postpr55.dll
swscala5.dll

4
Applications / Re: Environment for building ffmpeg
« on: September 22, 2025, 08:51:40 pm »
Thank you very much, Dave!

I learned a lot of new things! And I learned to work with Git  :)
But that didn't solve the problem. As it turns out, this is a known issue.
Fix to the problem in attached file.

I continue to work on build this package with modern compilers...

5
Applications / Re: Environment for building ffmpeg
« on: September 20, 2025, 07:40:57 pm »
Hi, Dave

I did everyting exactly, but the error persists.
Please write me your INCLUDE= form config.sys

This is a data type compatibility issue in C code (assembler insert).

6
Applications / Re: Environment for building ffmpeg
« on: September 18, 2025, 08:34:19 pm »
Thank's, Dave!

It works! The make starts.
 
But I see next problem:
Code: [Select]
[I:\ffmpeg-os2-n4.2.2-os2]sh
# make
CC      libavformat/adtsenc.o
./libavcodec/x86/mathops.h: Assembler messages:
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
./libavcodec/x86/mathops.h:125: Error: operand type mismatch for `shr'
make: *** [ffbuild/common.mak:59: libavformat/adtsenc.o] Error 1

7
Applications / Re: Environment for building ffmpeg
« on: September 16, 2025, 08:59:11 pm »
Thank's!

I see:
Code: [Select]
[I:\ffmpeg-os2-n2.8.17]sh
# make
SYS1086: The following character string is too long:

make: *** [common.mak:57: libavdevice/alldevices.o] Error 1
#

I use Make 4.2.1.

I ran the configure first. It worked without errors.

Running sh make from the command line results in the error: sh: 0: Can't open make

At the same time running sh configure its works.

Any ideas are welcome!

8
Applications / Environment for building ffmpeg
« on: September 15, 2025, 07:55:21 pm »
Hi all!
Please write me a list of programs that need to be installed on the system to build the ffmpeg-os2-n4.2.2 package.
I have already compiled this package before, but due to reinstallation of the operating system I lost the list of all the programs needed for this.

Please help me.

9
Networking / Re: SMB server Linux and ArcaOS (solved)
« on: July 03, 2025, 01:06:27 pm »
Rings a bell about being a bug in ndpsmb.dll, I would try with https://smedley.id.au/tmp/ndpsmb-3.7.3-samba411-20220108.zip
Thank you,
it works!

10
Networking / Re: SMB server Linux and ArcaOS
« on: July 02, 2025, 09:10:18 pm »
It is log files from client.

11
Networking / Re: SMB server Linux and ArcaOS
« on: July 02, 2025, 05:49:50 pm »
What Samba client are you using?

I use client 3.07.1 from 28 Jul 2020.
From distibutive ArcaOS.

12
Networking / Re: SMB server Linux and ArcaOS
« on: July 02, 2025, 05:44:21 pm »
And did you have disabled EA support?
Yes, disabled in client driver.

13
Networking / SMB server Linux and ArcaOS
« on: July 02, 2025, 04:47:31 am »
I put an SMB server on Rapsberry.
Everything is fine. The user made, the axis comes in, logs, sees resources, reads.
But he writes strangely. File Commander begins to write a file and writes to the very end, and at the end reports that there is no rights. What?
If you create a file from the text editor, then it will be recorded and preserved.
If you copy through the PM file, it is copied.

Is it possible to fix it and how?

14
Programming / Re: Brainstorm: OS/2 on a Different Kernel
« on: June 30, 2025, 09:56:03 pm »
I want to offer you two interesting articles.
They are in Russian, but I think the Google translate will cope.
http://ru2.halfos.ru/core/articles/core003.html
http://ru2.halfos.ru/core/articles/core001.html

15
Hardware / Re: USBCOM big problem
« on: February 04, 2025, 03:50:34 pm »
Thank you for the comment. I also managed to configure PL2303, but only with the driver Lars Erdmann 10.250.
This is enough for me. But I am ready to check the performance of other drivers and chips.
Unfortunately, I never achieved the stable operation of Pscom.sys drivers in my configuration.
While the PL2303 decision suits me.

Pages: [1] 2 3 ... 9