Welcome, Guest. Please login or register.

Author Topic: Need help from the developers out there for PFS3  (Read 2320 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline GulliverTopic starter

Need help from the developers out there for PFS3
« on: February 15, 2011, 10:29:52 PM »
Hi I just received an email from the author of PFS3 and he is having some issues. Could someone please help, so that I send him a good answer

Thanks in advance
____________________________________________________________________________
Re: PFS3
Tuesday, February 15, 2011 7:08 PM
From:
"Michiel Pelt"
Add sender to Contacts
To:
"Ignacio"
Hi Ignacio,

So finally I got it rolling again. I do have a problem someone in the community may be able to help me with. When compiling with SAS C 6.58 I get the link error that
@LibFreePooled
@LibAllocPooled
@LibCreatePool
and
@LibDeletePool

are undefined. These functions are supposed to be in the amiga.lib. Perhaps I got the wrong version. What I have is amiga.lib 40.14, 11-8-93. Should be ok, but isn't. Does anyone have something newer?

Michiel
 

Offline NovaCoder

Re: Need help from the developers out there for PFS3
« Reply #1 on: February 15, 2011, 11:03:40 PM »
Quote from: Gulliver;615798
Hi I just received an email from the author of PFS3 and he is having some issues. Could someone please help, so that I send him a good answer

Thanks in advance
____________________________________________________________________________
Re: PFS3
Tuesday, February 15, 2011 7:08 PM
From:
"Michiel Pelt"
Add sender to Contacts
To:
"Ignacio"
Hi Ignacio,

So finally I got it rolling again. I do have a problem someone in the community may be able to help me with. When compiling with SAS C 6.58 I get the link error that
@LibFreePooled
@LibAllocPooled
@LibCreatePool
and
@LibDeletePool

are undefined. These functions are supposed to be in the amiga.lib. Perhaps I got the wrong version. What I have is amiga.lib 40.14, 11-8-93. Should be ok, but isn't. Does anyone have something newer?

Michiel


Not sure, sorry.  You could try asking on UtilityBase, more coders seem to hang out there.
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Need help from the developers out there for PFS3
« Reply #2 on: February 15, 2011, 11:04:48 PM »
http://www.haage-partner.de/download/AmigaOS/NDK39.lha

ndk_3.9/include/linker_libs/amiga.lib

$ strings ndk_3.9/include/linker_libs/amiga.lib | grep \$VER:
$VER: amiga_lib 45.3 (17.12.2001)
 

Offline GulliverTopic starter

Re: Need help from the developers out there for PFS3
« Reply #3 on: February 16, 2011, 12:04:07 AM »
Thank you NovaCoder.

Thank you Piru, I will pass him the message :)
 

Offline VingtTrois

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: Mar 2009
  • Posts: 897
  • Country: 00
    • Show only replies by VingtTrois
    • http://www.amiga.org/gallery/images/6006/1_2316_My_AMIGA_Collection_Sept2010.jpg
Re: Need help from the developers out there for PFS3
« Reply #4 on: February 16, 2011, 12:23:24 AM »
...so perhaps PFS3 for all very very soon!!!!
-A3K(T)040@35MHz/78MB/KS3.1/OS3.9/Buster11/PICASSO II/GVP IO/A2088XT/DENEB/HDD18GB
-A3K(D)030@25MHz/134MB RAM/KS3.1/OS3.9/Buster11/RETINA Z2/OKTAGON 2008/VLAB YC/MIDI/DKB3128/HDD18GB
-A2K/ROM 1.3-3.1/2MBCHIP/8MB/A2091/OKTAGON 2008/A2058/TANDEM IDE/FlickerFixer-Scandoubler/Genlock
-A1200/KS3.1/2MB+9MB/CF2GB A1200[/
 

Offline GulliverTopic starter

Re: Need help from the developers out there for PFS3
« Reply #5 on: February 16, 2011, 12:27:45 AM »
@VingTrois

I know the same as you do. So maybe you are right...
Lets keep our fingers crossed ;)
 

Offline nicholas

Re: Need help from the developers out there for PFS3
« Reply #6 on: February 16, 2011, 12:33:31 AM »
Quote from: VingtTrois;615834
...so perhaps PFS3 for all very very soon!!!!

I got tired of waiting and bought Amiga Future 85 last week.

@Gulliver

Have you asked him whether he would be willing to donate the source code to AROS?
“Een rezhim-i eshghalgar-i Quds bayad az sahneh-i ruzgar mahv shaved.” - Imam Ayatollah Sayyed  Ruhollah Khomeini
 

Offline HenryCase

  • Hero Member
  • *****
  • Join Date: Oct 2007
  • Posts: 800
    • Show only replies by HenryCase
Re: Need help from the developers out there for PFS3
« Reply #7 on: February 16, 2011, 01:16:24 AM »
Quote from: nicholas;615838
@Gulliver

Have you asked him whether he would be willing to donate the source code to AROS?


I thought the idea was to release the code in the public domain. AROS coders would be as free as anyone else to use the code. See here:
http://eab.abime.net/showthread.php?t=52234
"About your request. Yes, I think it is about time to make PFS3
available in the Public Domain. However I must think about the license
to use."
"OS5 is so fast that only Chuck Norris can use it." AeroMan
 

Offline GulliverTopic starter

Re: Need help from the developers out there for PFS3
« Reply #8 on: February 16, 2011, 02:03:16 AM »
Yes, the entire point is to have PFS3 free and open source.
 

Offline GulliverTopic starter

Re: Need help from the developers out there for PFS3
« Reply #9 on: February 17, 2011, 04:41:05 PM »
Follow up email from Michiel Pelt
____________________________________________________________________________

Re: PFS3 - amiga.lib
Thursday, February 17, 2011 9:39 AM
From:
"Michiel Pelt"
Add sender to Contacts
To:
"Ignacio"

The compiler didn't like the includefiles of the NDK39. I did find the problem: PFS uses register arguments and apparently it expected the same of the amiga.lib calls. Adding the __stdargs keyword to the prototype definition did the trick. Of course it is not very nice to change the include file. It is better to switch to AsmAllocPooled and define that in the pfs headers. Better for performance too!
____________________________________________________________________________