Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.acorn.programmer > #6009
| From | Jean-Michel <jmc.bruck@orange.fr> |
|---|---|
| Newsgroups | comp.sys.acorn.programmer |
| Subject | Re: Questions to compiling !POPStar on Titanium with DDE |
| Date | 2020-03-13 21:02 +0100 |
| Organization | Jean-Michel |
| Message-ID | <1f91bf5058.jmb@jmc.bruck.orange.fr> (permalink) |
| References | <a3a2144e58.Alex@eclipso.at> <4bd0384e58.jmb@jmc.bruck.orange.fr> <f29cb35058.Alex@eclipso.at> |
In message <f29cb35058.Alex@eclipso.at>
Alexander Ausserstorfer <bavariasound@chiemgau-net.de> wrote:
> In message <4bd0384e58.jmb@jmc.bruck.orange.fr>
> Jean-Michel <jmc.bruck@orange.fr> wrote:
>> you also need to recompile wimpclib...
> Merci beaucoup. Ca avec syslog32 marche maintenant.
> Trying recompile wimpclib I get here:
> | AMU: failed to read time stamp for 'Internet:sys.h.types'
> | AMU: failed to read time stamp for 'netlib:sys.h.socket'
> | AMU: failed to read time stamp for 'netlib:sys.h.errno'
> | AMU: failed to read time stamp for 'netlib:sys.h.types'
> | AMU: failed to read time stamp for 'netlib:h.netdb'
> | AMU: failed to read time stamp for 'netlib:netinet.h.in'
> | AMU: failed to read time stamp for 'netlib:arpa.h.inet'
> | cc -c -depend !Depend -IC:,netlib: -throwback -ffah -o @.o.dnslib
> @.c.dnslib
> | AMU: *** No writable memory at this address ***
What is the wimpslot next size. with DDE I use 20000K without problem
> |
> | AMU: *** 'o.wimpclib' not re-made because of errors ***
> I have no idea what this means.
To test the DDE, I compiled a full version of !PopStar: wimplib and postar
itself.
DDE is a fine tool.
So I can help you.
WimpC
I needed to modify files with #include
Here is the makefile to build Wimpc
# Makefile for wimpc library
COMPONENT = wimplib32
#TARGET = !RunImage
OBJS = centrewin createicon createmenu delicon\
dnslib getictext icfade icselect icselected loadtemp \
menufade menufadea menuflag menuheight menuread menuupdate\
opensize openwin openwincen setextent setictext setinfover \
settitle taskpres urlrecv urlsend
CINCLUDES = -IC:,TCPIPLibs:,Tbox:
LIBS = ${TBOXLibs} ${NET4LIBS}
include CLibrary
C_WARNINGS = -fa -Wp
clean_all:: clean
${WIPE} ${INSTAPP} ${WFLAGS}
And the line in the command file Mk which does the job
amu all_libs THROWBACK=-throwback
--
Jean-Michel
Back to comp.sys.acorn.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Questions to compiling !POPStar on Titanium with DDE Alexander Ausserstorfer <bavariasound@chiemgau-net.de> - 2020-03-08 16:42 +0100
Re: Questions to compiling !POPStar on Titanium with DDE news@sprow.co.uk - 2020-03-08 13:12 -0700
Re: Questions to compiling !POPStar on Titanium with DDE Jean-Michel <jmc.bruck@orange.fr> - 2020-03-08 23:18 +0100
Re: Questions to compiling !POPStar on Titanium with DDE Alexander Ausserstorfer <bavariasound@chiemgau-net.de> - 2020-03-13 18:51 +0100
Re: Questions to compiling !POPStar on Titanium with DDE Jean-Michel <jmc.bruck@orange.fr> - 2020-03-13 21:02 +0100
Re: Questions to compiling !POPStar on Titanium with DDE Alexander Ausserstorfer <bavariasound@chiemgau-net.de> - 2020-03-15 17:39 +0100
Re: Questions to compiling !POPStar on Titanium with DDE Jean-Michel <jmc.bruck@orange.fr> - 2020-03-15 18:49 +0100
Re: Questions to compiling !POPStar on Titanium with DDE Jean-Michel <jmc.bruck@orange.fr> - 2020-03-15 20:36 +0100
Re: Questions to compiling !POPStar on Titanium with DDE Alexander Ausserstorfer <bavariasound@chiemgau-net.de> - 2020-03-18 18:28 +0100
Re: Questions to compiling !POPStar on Titanium with DDE Jean-Michel <jmc.bruck@orange.fr> - 2020-03-18 19:38 +0100
Re: Questions to compiling !POPStar on Titanium with DDE Alexander Ausserstorfer <bavariasound@chiemgau-net.de> - 2020-03-19 17:41 +0100
Re: Questions to compiling !POPStar on Titanium with DDE Jean-Michel <jmc.bruck@orange.fr> - 2020-03-20 10:41 +0100
csiph-web