Rhino.ETL build error

5 views
Skip to first unread message

Paul Cowan

unread,
Oct 25, 2009, 10:37:07 AM10/25/09
to rhino-t...@googlegroups.com
Hi,

I get the following build error when I try to build Rhino.Etl

  error CS1607 : Warning as error : Assembly generation -- The version '1.0.0.0/ cf3b9d1' specified for the 'product version' is not in the normal 'major.minor .build.revision' format

If I look in the AssemblyInfo.cs file for Rhino.Etl.Core, I can see that we have the following:

[assembly: AssemblyInformationalVersionAttribute("1.0.0.0 / cf3b9d1")]


Cheers

Paul Cowan

Cutting-Edge Solutions (Scotland)

http://thesoftwaresimpleton.blogspot.com/

Ayende Rahien

unread,
Oct 25, 2009, 10:45:01 AM10/25/09
to rhino-t...@googlegroups.com
Fixed

Paul Cowan

unread,
Oct 25, 2009, 11:53:04 AM10/25/09
to rhino-t...@googlegroups.com
Hi,

I am updating horn to build rhino.etl.  I have the following descriptor:

install rhino.etl:
    get_from git("git://github.com/ayende/rhino-etl.git")
    build_with psake, buildfile("psake.ps1"), FrameworkVersion35

    build_root_dir "build"
    shared_library "SharedLibs"

dependencies:
    depend "rhino.dsl" >> "rhino.dsl"

Horn will build rhino.dsl and copy across the rhnio.dsl .dll to the rhino.etl shared library.

I still cannot get it to build because Rhino.Dsl is using a different version of the Boo.lang.Compiler.dll (Version=2.0.9.2) than the Rhino.Etl Boo.Lang.Compiler.dll( Version=2.0.0.0)  .

Should they use the same .dll?

I could always have both Rhino.Dsl and Rhino.Etl have a dependency on boo and pull the .dlls from a fresh build.


Cheers

Paul Cowan

Cutting-Edge Solutions (Scotland)

http://thesoftwaresimpleton.blogspot.com/



2009/10/25 Ayende Rahien <aye...@ayende.com>

Ayende Rahien

unread,
Oct 25, 2009, 11:57:54 AM10/25/09
to rhino-t...@googlegroups.com
Yes, they should use the same binaries.
Reply all
Reply to author
Forward
0 new messages