On 30 December 2014 at 14:54, Peter Kelly <[email protected]> wrote:

> I noticed with the recent changes to CMakeLists.txt on windows I get the
> following compile errors:
>
> Warning 1       warning LNK4042: object specified more than once; extras
> ignored        Y:\formats\build\DocFormats\core\core.dir\Debug\DFBDT.obj
>    1       1       DocFormats (DocFormats\DocFormats)
> Warning 2       warning LNK4042: object specified more than once; extras
> ignored        Y:\formats\build\DocFormats\core\core.dir\Debug\DFTable.obj
>    1       1       DocFormats (DocFormats\DocFormats)
> Warning 3       warning LNK4042: object specified more than once; extras
> ignored        Y:\formats\build\DocFormats\core\core.dir\Debug\CSS.obj 1
>    1       DocFormats (DocFormats\DocFormats)
> Warning 4       warning LNK4042: object specified more than once; extras
> ignored
> Y:\formats\build\DocFormats\core\core.dir\Debug\CSSLength.obj   1       1
>      DocFormats (DocFormats\DocFormats)
> Warning 5       warning LNK4042: object specified more than once; extras
> ignored
> Y:\formats\build\DocFormats\core\core.dir\Debug\CSSParser.obj   1       1
>      DocFormats (DocFormats\DocFormats)
>
> Any idea what’s leading to this? As far as I can see the files are only
> linked to once
>

the CMakeFile.txt lists the groupSource twice in the add_library statement
(or something like that) I have changed it in my local branch, I will dig
it out at commit to master.

rgds
jan I.

Ps. Just have to look at all your commits, one title make me wonder "moved
3rdparty" that is something I did a while ago.


>
> —
> Dr Peter M. Kelly
> [email protected]
>
> PGP key: http://www.kellypmk.net/pgp-key <http://www.kellypmk.net/pgp-key>
> (fingerprint 5435 6718 59F0 DD1F BFA0 5E46 2523 BAA1 44AE 2966)
>
>

Reply via email to