Hi Igor,<br><br><div class="gmail_quote">On Mon, Dec 27, 2010 at 3:09 AM, Igor Stasenko <span dir="ltr">&lt;<a href="mailto:siguctua@gmail.com">siguctua@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hi, Eliot<br>
<br>
you are the only one, who probably could answer this question<br>
<br>
in<br>
processors/IA32/bochs/conf.COG<br>
<br>
i found following:<br>
<br>
CPATH=&quot;/sw/include&quot;<br>
LDFLAGS=&quot;-L/sw/lib&quot;<br>
<br>
this looks like a dependency, which requred by Bochs code simulator to build..<br>
what is it, and why it is needed?<br></blockquote><div><br></div><div>Good question.  It appears to be noise.  It is probably needed for the full pc-emulator build of Bochs, but not the subset that provides x86/x86-64 processor.  I&#39;ve fixed this and will update soon.</div>
<div><br></div><div>best</div><div>Eliot</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
as i can see, you using only following parts of it:<br>
 - cpu, fpu and disasm<br>
<br>
which actually a libs, and its quite easy to build them without too<br>
much ad-hoc preparations.<br>
<br>
So, i wonder, what if i just include all source files in these dirs as<br>
a source files for boch&#39;s plugin lib,<br>
and with proper compiler flags and defines, simply compile them into<br>
single library<br>
using plain CMakeLists.txt file,<br>
without scary monstrosities like configure scripts (the only product<br>
of it, which is really needed is generated config.h header).<br>
<br>
<br>
Of course, i could instruct cmake to run configure script.. or<br>
conf.COG .. whatever.<br>
Just wanna be able to build this plugin without requiring user&#39;s attention.<br>
<font color="#888888"><br>
<br>
--<br>
Best regards,<br>
Igor Stasenko AKA sig.<br>
</font></blockquote></div><br>