I don't see the error on this screenshot - the outpus is just a warning. You'd have to capture to a file the complete output of compiling ftp_main.c and share that output.
AMIGASYSTEMDistro MaintainerPosted
2 days agoI’m not quite sure what I’m supposed to do, what do you mean by ‘capture’?
The problem is that after that message, the compilation stops and the subsequent source files aren’t compiled!
Question: why are the Dopus5 builds I’ve compiled much larger than those compiled by midwan?
Why can't you just comment out the debug.h include if it's only used for debugging. Maybe it's not needed.
serk118ukSoftware DevPosted
2 days agoFtp wont compile some of the tcp includes where removed (you can grab them from latest nighty and than it should compile), To to catche errors or warning log file from aros shell , fallow the example
Goto dopus5 sourcecode folder where makefile is than bingup cli/shell prompt type
sh than enter
make >ram:build_log.txt 2>&1 than enter
or
make aros >ram:build_log.txt 2>&1 than enter
you should be able to grab the log file from ram:
AMIGASYSTEMDistro MaintainerPosted
2 days agoUnfortunately, I haven’t been able to resolve the ‘ftp_main.o’ error or produce smaller binaries, so I’ll wait for the official Midwan builds. Thanks for your help.
In either U2 or U3 I hid some of the network headers that I considered private. Would be interested to know which header you need for the ftp_main.c.
AMIGASYSTEMDistro MaintainerPosted
14 hours agoI’ve no idea where to find the required network headers; if you could give me the names and paths, I could run a few tests. I’ve attached the source code for ftp-module, perhaps we can work out what it’s looking for!
You do not have access to view attachments