[GNC-dev] Missing recent builds at https://code.gnucash.org/docs/
john
jralls at ceridwen.us
Tue Aug 22 12:02:53 EDT 2023
http://gnucash.github.io/gnucash-docs/zh/gnucash-guide/exists so perhaps the failure on code is because it depends on the CMake upgrade.
Regards,
John Ralls
> On Aug 22, 2023, at 04:43, Derek Atkins <derek at ihtfp.com> wrote:
>
> HI,
>
> Looks like zh is not building. The code in question:
>
> cd $srcdir || my_die "chdir to $srcdir failed."
> git checkout $branch -q >/dev/null 2>&1 || my_die "git checkout failed."
> git fetch -q >/dev/null 2>&1 || my_die "git fetch failed."
> git reset --hard origin/$branch -q >/dev/null 2>&1 || my_die "git reset
> failed."
> # Run cmake
> mkdir -p $builddir || my_die "creation of $builddir failed."
> cd $builddir || my_die "chdir to $builddir failed."
> cmake -DCMAKE_INSTALL_PREFIX=$prefix -DWITH_MOBI=ON $srcdir >/dev/null
> 2>&1 || my_die "cmake failed"
>
> ( and then it runs the "make" )
>
> I received no email of failures, so we never hit the "my_die" conditions.
> I do see the 'zh' directory in the source dir, but I do not see a 'zh'
> directory in the build dir, nor in build/share/doc.
> The Makefile in the build dir was last touched on Aug 18.
>
> Shouldn't the cmake and then make "do the right thing"?
>
> -derek
>
> On Tue, August 22, 2023 7:26 am, Frank H. Ellenberger wrote:
>> Hi Derek,
>>
>> there should now also be a zh directory like
>> http://gnucash.github.io/gnucash-docs/zh/gnucash-guide/
>>
>> Regards
>> Frank
>> _______________________________________________
>> gnucash-devel mailing list
>> gnucash-devel at gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
>>
>
>
> --
> Derek Atkins 617-623-3745
> derek at ihtfp.com www.ihtfp.com
> Computer and Internet Security Consultant
>
> _______________________________________________
> gnucash-devel mailing list
> gnucash-devel at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-devel
More information about the gnucash-devel
mailing list