On Monday, February 25, 2013 3:55:31 PM UTC-5, Trifle Menot wrote:
...snip...
>
>
> I don't have time to help with pplc.exe, but I'm willing to apply a diff
>
> and produce a new v0.004 source archive to replace v0.002. I suppose it
>
> should include the pcbkit library and whatever else is needed for making
>
> pplc.exe.
>
>
>
> Project feedback and/or ideas welcome.
I'll post or pastebin a diff from v0.002 soon.
VinylDoctor, to the best of my awareness, the only difference between my
build layout and Trifle's is that I put "B" and "PCBSRC" under a subdirectory
"PCBS". Ain't that hard to type "mkdir PCBS" "move B PCBS" and "move PCBSRC PCBS".
anyway... pplc.exe is buildable.
I was unable to reuse/relink the library components built with the base
PCBoard build for some reason. It could be that (and trifle, I believe you
made those makefiles?) they are simply not being built with all of the
subcomponents.... I started rebuilding with more subcomponents, but still ended
up with linking failures against those libraries (missing symbols despite
them being public symbols in those libraries).
What I ended up doing, as you can see from the makefile, is manually piecing
together all of the unique code pieces from the library that were necessary
to build pplc.exe. I then combined those into "pcbkit_l.lib". I'm not sure
what pcbkit was originally.. I don't have that in any of the sources I've
seen so far.
-e