[texworks] Compiling with mingw32

Stefan Löffler st.loeffler at gmail.com
Tue May 25 07:50:18 CEST 2010


Hi Paul,

Am 2010-05-24 14:26, schrieb Paul A Norman:
> mingw32-make 1> outputlog.txt 2>&1
>
> Neat redirect technique!
>
> Here is the output file, hope that ti helps.
>   

Thanks for the file. It did indeed help (a bit). You get a "multiple
definition" error for just about any symbol in the code, at the exact
same positions, which suggests that you (or rather, your linker ;)) are
trying to link all files multiple times. Plus, there are also those
override-command-warnings at the beginning (though they are not
necessarily connected to this).

Could you also send the following files along, please:
* TeXworks.pro
* Makefile.Release
* object_script.TeXworks.Release

You also appear to be linking lua twice (there are two "-llua5.1"), but
I don't think that should be a problem.

Cheers,
Stefan


More information about the texworks mailing list