Hi there,<br><br>Sorry about that. I wasn't aware that any of those flags would be needed for the tool on other systems. I'm currently in the middle of reworking the tool to create a .dat file that can contain the data for the various languages at once, so I'll remove the old path hardcodings at the same time.
<br><br>Paul.<br><br><div><span class="gmail_quote">On 9/20/07, <b class="gmail_sendername">Max Horn</b> <<a href="mailto:max@quendi.de">max@quendi.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi folks,<br><br>today I tried to use the "create_lure" tool from the "tools"<br>directory in scummvm/trunk. Sadly, I couldn't, because the provided<br>build systems is inadequate -- the source files try to use stuff from
<br>common/, but the Makefile doesn't pass all the -D flags required for<br>our headers to work (in my case, that would be at least -<br>DHAVE_CONFIG_H -DUNIX -DMACOSX).<br><br>Now, I could mess around with that custom Makefile, but instead, I
<br>would really appreciate if all those tools were built via our main<br>Makefile -- maybe even by default (i.e. add the to the "all" pseudo<br>target). This would ensure the tools are easy to built on many<br>
systems, and we automatically "test" this way whether they compile<br>correctly.<br><br>I am in the process of making that change for "create_lure". Of<br>course, that turned out to be insufficient, as that tools is
<br>currently not quite portable :)<br>        const char *inFilename = (argc >= 2) ? argv[1] : "c:\\games\\lure\<br>\lure.exe";<br>        const char *outFilename = (argc == 3) ? argv[2] : "c:\\games\\lure\
<br>\lure.dat";<br><br>but I hope this will now soon be fixed.<br><br><br>Cheers,<br>Max<br><br>-------------------------------------------------------------------------<br>This SF.net email is sponsored by: Microsoft
<br>Defy all challenges. Microsoft(R) Visual Studio 2005.<br><a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br>_______________________________________________
<br>Scummvm-devel mailing list<br><a href="mailto:Scummvm-devel@lists.sourceforge.net">Scummvm-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/scummvm-devel">https://lists.sourceforge.net/lists/listinfo/scummvm-devel
</a><br></blockquote></div><br>