This file contains 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
diff --git a/build.xml b/build.xml | |
index 2b86a36..ddd235e 100644 | |
--- a/build.xml | |
+++ b/build.xml | |
@@ -45,6 +45,9 @@ | |
<include name="${package}/largeobject/**" /> | |
<include name="${package}/util/**" /> | |
+ | |
+ <include name="${package}/jna/**" /> |
This file contains 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
In this case: | |
"__ZN7WebCore10CanvasPathC1ERNS_4PathE", referenced from: | |
__ZN7WebCore10CanvasPath6createERNS_4PathE in CanvasRenderingContext2D.o | |
There's clearly *something* wrong with my call to the CanvasPath() object. | |
+ RefPtr<CanvasPath> canvaspath = CanvasPath::create(m_path); | |
Which directs over to this one: |
This file contains 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
Dan: | |
Opens up with thoughts on consumer hardware. We can purchase simple hardware such as M2 and OpenWRT routers and simply point them in directions we'd like to establish nodes. These clusters of nodes would both advertise the network and be available for people to opt in to. Easy to setup. Have it point to a meshnet info page. | |
-- | |
Dan: reiterates; hyperboria internet peering with cjdns nodes. An idea is to get encrypted nodes running across the network. | |
--- |
This file contains 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
Dan: | |
Opens up with thoughts on consumer hardware. We can purchase simple hardware such as M2 and OpenWRT routers and simply point them in directions we'd like to establish nodes. These clusters of nodes would both advertise the network and be available for people to opt in to. Easy to setup. Have it point to a meshnet info page. | |
-- | |
Dan: reiterates; hyperboria internet peering with cjdns nodes. An idea is to get encrypted nodes running across the network. | |
--- |
This file contains 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
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | |
Version 2, December 2004 | |
Copyright (C) 2011 Charles Pritchard <[email protected]> | |
Everyone is permitted to copy and distribute verbatim or modified | |
copies of this license document, and changing it is allowed as long | |
as the name is changed. | |
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE |
This file contains 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
Copyright* (C) 2011 Charles Pritchard <[email protected]> | |
Licensed under the Creative Commons Zero License. | |
http://creativecommons.org/publicdomain/zero/1.0/ | |
I, Charles Pritchard, hereby release this work into the public domain. |