2013/5/2 Yu Chen <[email protected]>:
> Hi,
>
>
> When building latest code(commit 45699fb96c5eb973c3c02ccb5d9542bad53ab379)
> on mac, there is an error as shown below:
>
> But in fact, there is no 06306 existed, so by adding
> "RELEASE_VERSION_0_63_06" to releases.h is not the right/proper way to fix
> it,   isn't it?
>
> ........build message start.......
> opt/local/lib/glib-2.0/include -I/opt/local/include
> -I/opt/local/include/cairo -I/opt/local/include/pixman-1
> -I/opt/local/include/freetype2 -I/opt/local/include/libpng15
> -I/opt/local/include/harfbuzz -I/Users/chenyu/Source/synfig/install/include
> -I/opt/local/include/sigc++-2.0 -I/opt/local/lib/sigc++-2.0/include
> -DSYNFIG_NO_DEPRECATED
> -DLOCALEDIR=\"/Users/chenyu/Source/synfig/install/share/locale\"
> -DLIBDIR=\"/Users/chenyu/Source/synfig/install/lib\"
> -DSYSCONFDIR=\"/Users/chenyu/Source/synfig/install/etc\" -D_DEBUG -g -O0 -W
> -Wall -MT libsynfig_la-waypoint.lo -MD -MP -MF
> .deps/libsynfig_la-waypoint.Tpo -c waypoint.cpp  -fno-common -DPIC -o
> .libs/libsynfig_la-waypoint.o
> valuenode.cpp: In static member function 'static bool
> synfig::ValueNode::subsys_init()':
> valuenode.cpp:180: error: 'RELEASE_VERSION_0_63_06' was not declared in this
> scope
> make[2]: *** [libsynfig_la-valuenode.lo] Error 1
> make[2]: *** Waiting for unfinished jobs....
> mv -f .deps/libsynfig_la-waypoint.Tpo .deps/libsynfig_la-waypoint.Plo
> make[1]: *** [install-recursive] Error 1
> make: *** [install-recursive] Error 1
>
> .....build message end...............
>
>
>
> cyosx:synfig chenyu$ git diff releases.h
> diff --git a/synfig-core/src/synfig/releases.h
> b/synfig-core/src/synfig/releases.h
> index 792d58f..f8b6efa 100644
> --- a/synfig-core/src/synfig/releases.h
> +++ b/synfig-core/src/synfig/releases.h
> @@ -49,6 +49,7 @@ namespace synfig {
>                 RELEASE_VERSION_0_63_03,
>                 RELEASE_VERSION_0_63_04,
>                 RELEASE_VERSION_0_63_05,
> +               RELEASE_VERSION_0_63_06,
>                 RELEASE_VERSION_0_64_0,
>
>                 RELEASE_VERSION_END
> cyosx:synfig chenyu$

Yes, the RELEASE_VERSION_0_63_06 should be replaced to
RELEASE_VERSION_0_64_0 everywhere in the source tree.
K.



--
http://morevnaproject.org/

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to