Skip to content

Instantly share code, notes, and snippets.

Created December 30, 2016 20:11
Show Gist options
  • Save anonymous/200d0060d4712914fdaa96f14b384ad4 to your computer and use it in GitHub Desktop.
Save anonymous/200d0060d4712914fdaa96f14b384ad4 to your computer and use it in GitHub Desktop.
/nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/typeinfo.h:85:47: note: expanded from macro 'wxTypeId'
#define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
^
In file included from edframe.cpp:26:
In file included from /nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/wx.h:25:
In file included from /nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/event.h:22:
In file included from /nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/cursor.h:61:
In file included from /nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/osx/cursor.h:15:
In file included from /nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/bitmap.h:21:
In file included from /nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/colour.h:56:
In file included from /nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/variant.h:402:
/nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/any.h:612:5: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
WX_DECLARE_ANY_VALUE_TYPE(wxAnyValueTypeImplVariantData)
^
/nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/any.h:168:25: note: expanded from macro 'WX_DECLARE_ANY_VALUE_TYPE'
return wxTypeId(*sm_instance.get()) == wxTypeId(*otherType); \
^
/nix/store/p3fsffsxh8xr5j37wsqp1g7a0s5fyyjn-wxwidgets-2.9.4/include/wx-2.9/wx/typeinfo.h:85:47: note: expanded from macro 'wxTypeId'
#define wxTypeId(OBJ) wxTypeIdentifier(typeid(OBJ).name())
^
edframe.cpp:827:12: error: use of undeclared identifier 'SpellChecker_SetLang'
return SpellChecker_SetLang(lang.mb_str(wxConvUTF8));
^
10 warnings and 1 error generated.
make[1]: *** [Makefile:508: edframe.o] Error 1
make[1]: Leaving directory '/private/var/folders/g4/7wgn02ss2xgggvcn1qq9mvbr0000gn/T/nix-build-poedit-1.5.7.drv-0/poedit-1.5.7/src'
make: *** [Makefile:432: all-recursive] Error 1
builder for ‘/nix/store/4ksn49pzqf97mbsx0sxp4767rzpv56pv-poedit-1.5.7.drv’ failed with exit code 2
error: build of ‘/nix/store/4ksn49pzqf97mbsx0sxp4767rzpv56pv-poedit-1.5.7.drv’ failed
The invocation of "nix-build -A poedit -A wxGTK29 /Users/user/.nox/nixpkgs" failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment