Who's Online |
56 user(s) are online ( 33 user(s) are browsing Forums)
Members: 0
Guests: 56
more...
|
|
|
|
Re: Enhancer Pack 2 is all you need!!
|
|
Home away from home 
|
@Raziel
It's, going to be nice to get some real time reytraced icons.
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: What happened to Exec interface's Reschedule function?
|
|
Home away from home 
|
@rjd324
Maybe they renamed it?
Don’t think its available in public version of ExecSG, nor should you need it in a cross compiler, its not running on/from AmigaOS after all.
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: AmigaOS 4 Monthly Roundup - June 2022
|
|
Home away from home 
|
@AmigaOldskooler
Always enjoy reading your monthly roundup, its nice reminder of the great software being created on AmigaOS.
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: DefIcons 53.11 Pattern Insertion Using Return or Enter causes extraneous "n" append
|
|
Home away from home 
|
@rjd324
Has AmigaKit sneaked in some Reaction classes, have updated your system lately?
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Project : Compiling Vanilla-Conquer (C&C) for AmigaOS4 - Help needed
|
|
Home away from home 
|
@SinanSam460 struct passwd is defined here. https://www.mkssoftware.com/docs/man5/struct_passwd.5.aspShould point out none of this has anything to do with AmigaOS, we don’t have user logins, so you might as well fake it, create few dummy functions, to make compiler happy. create header file you can include like pwd.h: put this in this file..
struct passwd {
char *pw_name;
char *pw_passwd;
uid_t pw_uid;
gid_t pw_gid;
time_t pw_change;
char *pw_class;
char *pw_gecos;
char *pw_dir;
char *pw_shell;
time_t pw_expire;
};
extern long sysconf( ULONG id );
enum {
_SC_GETPW_R_SIZE_MAX=1001
};
create a .cpp file like dummy_pwd.cpp
long sysconf( ULONG id )
{
switch (id)
{
case _SC_GETPW_R_SIZE_MAX: return 100;
default:
printf("%s:%s:%d -- bad input value not supported\n",__FILE__,__FUNCTION__,__LINE__)
return 0;
}
as for this "std::snprintf" change to "snprintf". snprintf exists but its not in the std namespace.. make sure this files are included. #include <stdlib.h> #include <stdio.h> #include <string.h> #include <stdint.h> #include <stdbool.h>
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Project : Compiling Vanilla-Conquer (C&C) for AmigaOS4 - Help needed
|
|
Home away from home 
|
@SinanSam460
add this to your makefile
CXXFLAGS += -D__USE_INLINE__
(you can always use #undef it in places where its not needed, or useful.)
Typically, it configures script that enables or disable features, not sure about this game, maybe some hints in files as well, some #IFDEF or #IFNDEF or #IF !defined() stuff.
You got like 80% buildt..
You might want move paths_posix.o / .cpp to last on the build order in the makefile, this why see the amount of trouble you’re in.
Edited by LiveForIt on 2022/7/5 0:20:36 Edited by LiveForIt on 2022/7/5 0:21:15
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Project : Compiling Vanilla-Conquer (C&C) for AmigaOS4 - Help needed
|
|
Home away from home 
|
@SinanSam460 its defined in "include/bits/confname.h" https://code.woboq.org/qt5/include/bits/confname.h.htmlso I guess you need that file. Copyright (C) 1993-2018 Free Software Foundation, Inc. This file is part of the GNU C Library. what if you compiled without glibc if that's a option, we use clib not glibc on AmigaOS.
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: X1000 Replacement CPU Fan
|
|
Home away from home 
|
@rjd324
I water cooled my X1000, bit expensive, just because the tower was made for water cooling, I got some help from a friend, but I did most of the work, he mostly told me what to buy, and from where, he did give me a old Pentium mounting that was modified.
A few things I do different if did it again, I probably take out motherboard, and drill some holes in backplate, so I can back mount ssd disks, there is not lot space for normal disks, but SSD most likely have clearing, I most likely mount it some sheet metal, and not direct so I can remove the disk, without removing motherboard.
I had to remove the front door, because it was in the way for air suction, and the radiator. So now everything cooled by two large PC fans, that cools the radiator, all other fans are gone, GFX fan and CPU fan, I get some sound from the pump however, but you hardly notice.
getting the old CPU fan off is scary as uses thermal tape for the cpu fan mount, this are actually pretty good, but huge hazel when trying to take things apart.
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: SpotLess tests need it to find out one bug
|
|
Home away from home 
|
@rjd324
objdump
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Morphos 3.15 stopped booting on my AmigaOne X5000
|
|
Home away from home 
|
@MamePPCA1 As was suggested on Morph-Zone maybe it’s time to send your HD to friend who can partition it correct, format it and reinstall AmigaOS4.1 (the correct version). Dual booting is more hazel then its worth, and I remember dual booting windows and Linux. VIA was in the chipset industry and it was a new kid on the block, the chips were hugely popular due to low price, this forced me into using Linux as my main OS, but from time to time, my NTLoader was overwritten by the LILO bootloader. But as my friends Antique and Me and one of the swappers from Demo group Crusaders (before the Swedes took over), we used to play StarCraft in the summer, and I had to always reinstall windows, this did take about 1 hour or so, they never happy about that. I was huge Linux support for a while. I even got some games for Loki Entertainment, the writing was on the wall, too many developers, too few gamers, and too many wanted everything to be open and free. The point is you always run risk of trashing your partition due to incompatible filesystems. and let’s be trueful you’re not good at following advice, and you should really understand the two OS well, to do this correct. when dual boot system you can’t just 100% follow simple guides, you need to make sure two operating system, do not overwrite etch other during boot, and during system updates. One thing you can do, is use a swappable hd driver, to avoid that. https://www.startech.com/en-eu/hdd/hsb220sat25b
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: I get by with a little help from my friends (Odyssey)
|
|
Home away from home 
|
@alfkil
You can’t just change the filesystem in media toolbox, you also need to format the partition.
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Usb external hd not mounting
|
|
Home away from home 
|
@trgswe
SFS2 is not made by same people as the one for MorphOS, they not compatible. And OS4 cannot use MorphOS executables, the information your providing is there for not useful. SFS2 removed from OS4 due to lack of payment to Jorge Stormayer from Hyperion I believe, but you probably get in the Enhancement package from AEON insted.
(AmigaONE X1000, Sam4x0, XE, SE users not effected by this.)
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Morphos 3.15 stopped booting on my AmigaOne X5000
|
|
Home away from home 
|
@MamePPCA1
Have you tried google?
I just want to be clear about this, this is like going to BMW and asking Volvo questions.
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Morphos 3.15 stopped booting on my AmigaOne X5000
|
|
Home away from home 
|
@MamePPCA1 Quote: its Amigans, not Morphns maybe you should ask this on a MorphOS forum?
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Os4 showconfig tool
|
Posted on: 6/30 21:39
#15
|
Home away from home 
|
@daveyw http://os4depot.net/?function=showfil ... misc/identify_library.lhaidentify_library is open and free, can be used for some who like to make one. there is also Scout (OS4 version, its buggy it kind a works).
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Os4 showconfig tool
|
Posted on: 6/30 18:56
#16
|
Home away from home 
|
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Invoking a standalone BAT file from the command line
|
Posted on: 6/28 17:14
#17
|
Home away from home 
|
@NinjaCyborg
Well, if you ask stupid questions, you get stupid answers, as long as people put up with this crap. Just remember there might be time when people don’t answer you when need help. If your going to continue to offend people like that.
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: LIST from AmigaKIT is not working.
|
Posted on: 6/27 18:05
#18
|
Home away from home 
|
@amigakit
So far, the new version has resolved the problem work a it lot better now.
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Invoking a standalone BAT file from the command line
|
Posted on: 6/27 16:32
#19
|
Home away from home 
|
@NinjaCyborg
It's extension used in MSDOS, for MSDOS scripts, I was going to suggest starting it in DOSBOX, but then i realized it was AmiCynix.
Sometimes people put ".bat" on amiga scripts, you can see it often in Amiga demos scene. I guess it's easier to know its a script, if it has an extension, but its not needed, as you see its script if use LIST command, or if it has a icon.
Maybe we should had used a unique extention for Amiga scripts, how about ".as" for amiga shell or amiga script.
Edited by LiveForIt on 2022/6/28 17:09:56
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|
Re: Introduction
|
Posted on: 6/27 16:04
#20
|
Home away from home 
|
@SO-AmigaFan76
Actually there is a chance of winning XTR, but Galaga Deluxe was the game absolute impossible to win over Antique. Pretty boring actually as in 2 players, you take turns, but he never died, so it never my turn to play.
He should record it and put on youtube or something.
Edited by LiveForIt on 2022/6/27 19:52:30
|
(NutsAboutAmiga)
Basilisk II for AmigaOS4 AmigaInputAnywhere Excalibur and other tools and apps.
|
|
|