Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
156 user(s) are online (97 user(s) are browsing Forums)

Members: 0
Guests: 156

more...

Headlines

Forum Index


Board index » All Posts (hnl_dk)




Re: some usefull gnu utility
Just popping in
Just popping in


@xenic
The one part of the SDK was also my port.
People still have the possibility not to choose to install it.
If anyone would find a bug, please report it, just like Hubert did and I will fix it (and I also have a backup of old files, in case someone needs it).

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: some usefull gnu utility
Just popping in
Just popping in


Coreutils has now been added to adtools:
https://github.com/adtools/coreutils

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: some usefull gnu utility
Just popping in
Just popping in


@xenic
No problem Jeff

Quote:
Agreed but I think someone uploaded that adtools compile because people wanted to compile a program that required GCC 5.x or better. I think it's an adtools binary snapshot and not an official release. I recently D/L a binary snapshot of gcc 5.4.0 from https://dl.bintray.com/sba1/adtools-native and it also has the coreutils mixed in with bintutils & gcc.

Does not sound good.
Quote:
I just thought it was worth mentioning because if people are installing newer adtools that way, your coreutils in SDK:local/C might not get used.

I am at the moment cleaning up my coreutils code and fixing minor problems... when I am done, do I plan to setup a repository on the https://github.com/adtools/

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: some usefull gnu utility
Just popping in
Just popping in


@xenicQuote:

It also might be worth noting that the adtools.lha archive at OS4Depot and more recent version at Github place the coreutils in SDK:gcc/bin along with the binutils so the coreutils in SDK:local/C will never get used. If you are still using the original SDK (containing gcc 4.2.4) then there's no problem; Henning's coreutils will be used.

It is a mistake if someone has placed coreutils in the gcc:bin directory. Coreutils has nothing to do with gcc, only gcc and binutils should be located in that directory.

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: some usefull gnu utility
Just popping in
Just popping in


@xenic
It is diffutils 3.6 ;)

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: Crashes with OS4 Final
Just popping in
Just popping in


@Futaura

Hello Oliver

Thanks for telling.

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: Crashes with OS4 Final
Just popping in
Just popping in


@tonyw

Hi Tony

Problem is that if you have installed the full version of IBrowse, does it overwrite your MUI classes (the classes mentioned in the other thread) with 68k versions that do not work correctly on OS4 (at least it looks like it, as the applications that use it will crash if you don't replace them with the native versions).

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: Crashes with OS4 Final
Just popping in
Just popping in


@tonyw

Hi Tony

Check this thread (and update all things that I link to):
http://amigans.net/modules/newbb/view ... ost_id=5682#forumpost5682

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: Some Crashlogs on FinalOS4, Help...
Just popping in
Just popping in


@hnl_dk

Quote:

hnl_dk wrote:
@Zettmaster

In case that you have installed an external version of IBrowse, have you properbly got 68k MUI classes.

Try to install the OS4 version of NList, NListview, NFloattext, NListviews, NListtree and NListtree:
http://os4depot.net/index.php?functio ... library/mui/mcc_nlist.lha

Also install those classes just in case (they are not included in IBrowse, but needed by some of your software):
http://os4depot.net/index.php?functio ... brary/mui/mcc_toolbar.lha
http://os4depot.net/index.php?functio ... ry/mui/mcc_texteditor.lha
http://os4depot.net/index.php?functio ... /mui/mcc_betterstring.lha


Seems like there have been some updates:
TheBar 21.1 OS4 native version
TextEditor 15.19 (15.18 is in os4depot)

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: Cranu 0.5
Just popping in
Just popping in


@xeron
Quote:

xeron wrote:
I forgot to set the version number to 0.5 on cranu.lha! Could someone fix it please?

fixed

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: Problems executing Loonix scripts
Just popping in
Just popping in


@tonyw

Quote:

tonyw wrote:
@hnl_dk

I'm using sh 52.1 (2007-01-07), coreutils 6.7.2 (2007-01-04).

I'll try those later versions, but if abc-shell "can't find" the file under its nose, it can't be a bug in the file contents.


It could be a problem with coreutils (if it is still not working with the new files, please try with the older version of coreutils - I have not got much response about the testversion of coreutils)

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: Problems executing Loonix scripts
Just popping in
Just popping in


@tonyw

and one extra thing... what version of 'sh' (abc-shell) and coreutils do you use?

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: Problems executing Loonix scripts
Just popping in
Just popping in


@tonyw

Just in case that there could be a bug within config.sub (you should always use the newest config.sub/config.guess if possible)... the newest config.sub ... the newest config.guess

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: SDK-Gurus: ScummVM_OS4 needs your help
Just popping in
Just popping in


@Raziel

Quote:

Raziel wrote:
@Jack

True, better to have the fix for atan2, though


use the atan2fix link library to fix the problem

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: SDK-Gurus: ScummVM_OS4 needs your help
Just popping in
Just popping in


@hnl_dk

Quote:

hnl_dk wrote:
@joerg

Quote:

joerg wrote:
@hnl_dk
...
I've fixed it in newlib.library 52.7, but atan2(0,0) still returns NaN, just like in libnix, which is correct IMHO and the 0 from glibc and clib2 are wrong!?


http://www.opengroup.org/onlinepubs/009695399/functions/atan2.html

Quote:
If both arguments are 0, a domain error shall not occur.


And in combination with the words of OpenGroup...
an explanation why clib2, glib2 and libm from BSD (and the documentation from OpenGroup) do want you to return 0
http://leaf.dragonflybsd.org/cgi/web-man?command=atan2§ion=3
Check the notes.

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: SDK-Gurus: ScummVM_OS4 needs your help
Just popping in
Just popping in


@joerg

Quote:

joerg wrote:
@hnl_dk
...
I've fixed it in newlib.library 52.7, but atan2(0,0) still returns NaN, just like in libnix, which is correct IMHO and the 0 from glibc and clib2 are wrong!?


http://www.opengroup.org/onlinepubs/009695399/functions/atan2.html

Quote:
If both arguments are 0, a domain error shall not occur.

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: SDK-Gurus: ScummVM_OS4 needs your help
Just popping in
Just popping in


@Jack

Quote:

Jack wrote:
@hnl_dk

My appologies, you're right. Blanked the post,
The 0,0 one shoudn't be nan? Gone to check

Jack

according to the man page
Quote:
If either x or y is NaN, a NaN shall be returned.


...

Quote:
If both arguments are 0, a domain error shall not occur.


...

so clib2 and glibc are right

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: SDK-Gurus: ScummVM_OS4 needs your help
Just popping in
Just popping in


@Jack

Quote:

Jack wrote:
@nhl_dk


I'm totally drunk

Sorry
Had'nt my coffee yet

Jack

edit: deleted the b***t I wrote

was almost about to reply again... that you need some new glasses (as the result was the same, as the one from clib2)

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: SDK-Gurus: ScummVM_OS4 needs your help
Just popping in
Just popping in


@Jack

Quote:
ATAN2(3) Linux Programmer's Manual


use something better ... look at return value

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top


Re: SDK-Gurus: ScummVM_OS4 needs your help
Just popping in
Just popping in


@joerg

atan2( 0, 0) = 0.000000
atan2( 0, 1) = 0.000000
atan2( 1, 0) = 1.570796
atan2( 1, 1) = 0.785398
atan2( 0,-1) = 3.141593
atan2(-1, 0) = -1.570796
atan2(-1,-1) = -2.356194

that are the correct results (according to glibc)

Best regards,
hnl_dk - Henning Nielsen Lund [Denmark]
Go to top



TopTop
(1) 2 3 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project