This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-module(wx_const). | |
-compile(export_all). | |
-include_lib("wx/include/wx.hrl"). | |
wx_horizontal() -> | |
?wxHORIZONTAL. | |
wx_vertical() -> | |
?wxVERTICAL. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by configure, which was | |
generated by GNU Autoconf 2.59. Invocation command line was | |
$ ./configure | |
## --------- ## | |
## Platform. ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6> open_port({spawn, 'bash -i'}, []). | |
#Port<0.574> | |
7> bash: cannot set terminal process group (-1): Inappropriate ioctl for device | |
bash: no job control in this shell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UnitsApiPy.cpp:35:25: fatal error: QuantityPy.h: No such file or directory | |
#include "QuantityPy.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BeamToolbox.Router.start | |
>> Running Elixir.BeamToolbox.Router with Cowboy with [port: nil, ssl: false] | |
18:49:54.065 [error] CRASH REPORT Process <0.285.0> with 0 neighbours exited with reason: bad argument in gen_server:init_it/6 line 330 | |
18:49:54.066 [error] Supervisor {<0.283.0>,ranch_listener_sup} had child ranch_acceptors_sup started with ranch_acceptors_sup:start_link('Elixir.BeamToolbox.Router.HTTP', 100, ranch_tcp, [{port,nil},{ssl,false}]) at undefined exit with reason badarg in context start_error | |
{:error, | |
{{:shutdown, {:failed_to_start_child, :ranch_acceptors_sup, :badarg}}, | |
{:child, :undefined, {:ranch_listener_sup, BeamToolbox.Router.HTTP}, | |
{:ranch_listener_sup, :start_link, | |
[BeamToolbox.Router.HTTP, 100, :ranch_tcp, [port: nil, ssl: false], | |
:cowboy_protocol, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jadams:~/elixir/beam_toolbox] feature/heroku+ ± git push heroku feature/heroku:master | |
Initializing repository, done. | |
Counting objects: 397, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (322/322), done. | |
Writing objects: 100% (397/397), 49.45 KiB | 0 bytes/s, done. | |
Total 397 (delta 171), reused 89 (delta 26) | |
-----> Fetching custom git buildpack... done | |
-----> elixir app detected |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jadams:~/elixir/elixir] master ± sudo make install | |
==> elixir (compile) | |
ERROR: OTP release R16B03-1 does not match required regex (17).* | |
ERROR: compile failed while processing /home/jadams/elixir/elixir/lib/elixir: rebar_abort | |
make: *** [erlang] Error 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jadams:~/elixir/elixir] master ± make clean | |
cd lib/elixir && ../../rebar clean | |
==> elixir (clean) | |
ERROR: clean failed while processing /home/jadams/elixir/elixir/lib/elixir: {'EXIT',{{badmatch,{error,{1, | |
[114,109,58,32,99,97,110,110,111,116,32,114,101, | |
109,111,118,101,32,226,128,152,101,98,105,110,47, | |
69,108,105,120,105,114,46,65,99,99,101,115,115,46, | |
65,116,111,109,46,98,101,97,109,226,128,153,58,32, | |
80,101,114,109,105,115,115,105,111,110,32,100,101, | |
110,105,101,100,10,114,109,58,32,99,97,110,110, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"error": { | |
"msg": "java.lang.IncompatibleClassChangeError: Implementing class", | |
"trace": "java.lang.RuntimeException: java.lang.IncompatibleClassChangeError: Implementing class\n\tat org.apache.solr.servlet.SolrDispatchFilter.sendError(SolrDispatchFilter.java:796)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:448)\n\tat org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:217)\n\tat org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)\n\tat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455)\n\tat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\n\tat org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)\n\tat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)\n\tat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)\n\tat org.eclipse.jetty.servlet.ServletHandler.doScope(S |