Am 25.12.2012 15:04, schrieb evilrat: > On Tuesday, 25 December 2012 at 13:57:28 UTC, David wrote: >> Am 25.12.2012 13:46, schrieb David: >>> Am 25.12.2012 13:43, schrieb evilrat: >>>> trying to get xcode project, all fine but i just can't do that damn >>>> dylib to work with awesomium.framework within another bundle. either is >>>> i am stupid or xcode is really pita to work with. >>>> >>>> just losing time... >>> >>> I just compiled a awesomium 1.6.5 test app successfully, so let's get to >>> D bindings! >>> >> >> Here are the bindings: 0% tested >> >> https://github.com/Dav1dde/awesomium > > i've just created empty 1.6 branch, i'll join later this week.
Oh wow it works! ─[dav1d@ArchBox][~/workspaces/d/awesomium_test]╼ dmd -I../awesomium -L-L. -L-lawesomium-1.6.5 short.d ─[dav1d@ArchBox][~/workspaces/d/awesomium_test]╼ LD_LIBRARY_PATH=. ./short https://gist.github.com/4373754 that is amzing!
