Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no member named 'getCString' in 'GooString' #71

Open
sTywin opened this issue Dec 10, 2018 · 1 comment
Open

no member named 'getCString' in 'GooString' #71

sTywin opened this issue Dec 10, 2018 · 1 comment

Comments

@sTywin
Copy link

sTywin commented Dec 10, 2018

macOS Mojave 10.14.1

Helios:~ sarmitage$ brew install caskformula/caskformula/inkscape --HEAD --branch-0.92
==> Installing inkscape from caskformula/caskformula
==> Cloning https://gitlab.com/inkscape/inkscape.git
Updating /Users/sarmitage/Library/Caches/Homebrew/inkscape--git
==> Checking out branch 0.92.x
Already on '0.92.x'
Your branch is up to date with 'origin/0.92.x'.
HEAD is now at 5aff6bad34 Backport from master, Fix bug 1804946: Measurement tool is very slow when using grids This move from Namedview to a new prefernes value of type point to not reload full namedvies/grid on meassure
==> mkdir build
==> cmake .. -DCMAKE_C_FLAGS_RELEASE=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -DCMAKE_INSTALL_PREFIX=/usr/local/Cel
==> make
Last 15 lines from /Users/sarmitage/Library/Logs/Homebrew/inkscape/03.make:
/tmp/inkscape-20181210-38214-3tipr/src/extension/internal/pdfinput/pdf-input.cpp:322:55: error: no member named 'getCString' in 'GooString'
    Glib::ustring filename = _pdf_doc->getFileName()->getCString();
                             ~~~~~~~~~~~~~~~~~~~~~~~  ^
1 error generated.
make[2]: *** [src/CMakeFiles/inkscape_base.dir/extension/internal/pdfinput/pdf-input.cpp.o] Error 1
/tmp/inkscape-20181210-38214-3tipr/src/extension/internal/pdfinput/svg-builder.cpp:1023:48: error: no member named 'getCString' in 'GooString'
        _font_specification = font->getName()->getCString();
                              ~~~~~~~~~~~~~~~  ^
/tmp/inkscape-20181210-38214-3tipr/src/extension/internal/pdfinput/svg-builder.cpp:1050:81: error: no member named 'getCString' in 'GooString'
        sp_repr_css_set_property(_font_style, "font-family", font->getFamily()->getCString());
                                                             ~~~~~~~~~~~~~~~~~  ^
2 errors generated.
make[2]: *** [src/CMakeFiles/inkscape_base.dir/extension/internal/pdfinput/svg-builder.cpp.o] Error 1
make[1]: *** [src/CMakeFiles/inkscape_base.dir/all] Error 2
make: *** [all] Error 2
@orbsmiv
Copy link

orbsmiv commented Dec 11, 2018

See PR #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants