Yeah I'm on Ubuntu 64 bit
For other 64 bit users out there, I needed to do the following:
- Get your Linux 64bit gecko sdk from Mozilla (available here: http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/7.0/sdk )
- Add "-std=gnu++0x" to CFLAGS in the Makefile
- Make sure I had the 32 bit building stuff - I needed to install libc6-dev-i386 & g++-multilib
(The error I got previously was from not editing the Makefile correctly so I deleted my post)
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/1zdUyD1yiCwJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment