Help needed getting started

Michael Gerbracht m.gerbracht at cityweb.de
Sun May 17 12:19:34 BST 2020


Hi Dave,

On 17 May, Dave Lambley via oslib-user <oslib-user at lists.compton.nu> wrote:
> > [...] I can also attach the code I have (if this is allowed) or upload it
> > somewhere. I have looked at the !Dustbin demo app but obviously I am
> > still doing something wrong. If there is another example app which uses
> > toolbox + OSLib + Shared Makefiles this might also help me to find the
> > error.

> I suspect the errors you see aren't errors as such, but merely warnings. It
> appears to succeed without errors the second time because "make" realises
> nothing has changed, so does not attempt to recompile.

> I think you may be pulling in two header files which conflict. If you can
> upload the code somewhere, I could take a look. You could copy-paste it in
> to https://gist.github.com/

Thanks for the fast answer, I have uploaded the main file here:
https://gist.github.com/gerbracht/f3bdb3102bcb28b3cf1bbee6b46fb4bd

My makefile looks like this:

COMPONENT = !HTTPTest.!RunImage
OBJS = main
CINCLUDES = -IC:,OSLibSupport:,OSLib:
LIBS = OSLibSupport:o.OSLibSupport32 OSLib:o.OSLib32 o.HTTPLib

include CApp

thanks,
Michael




More information about the oslib-user mailing list