View Single Post
  #6  
Old 07-28-2010, 06:49 PM
napo_p2p napo_p2p is offline
oh snaps
napo_p2p's Avatar
Join Date: Sep 2003
Location: Pismo Beach, California
Posts: 2,118
napo_p2p has a spectacular aura aboutnapo_p2p has a spectacular aura about
Send a message via AIM to napo_p2p Send a message via MSN to napo_p2p
Quote:
Originally Posted by LordOfPi13 View Post
I'm about 10 minutes into compiling with no errors so far

EDIT:: Okay so it finished compiling and I get the error "Could not start editor: boost::filesystem::basic_directory_iterator constructor: Permission denied: "/Users/LORDOFPI13/.fseventsd"" in Gonstruct and "Xlib: extension "RANDR" missing on display "/tmp/launch-4JviS7/:0"." in Terminal
The RANDR error is benign (X11 configuration error... but gonstruct will still at least run). The other error just looks like a permissions issue. For starters, you can try:
NPC Code:
$ sudo gonstruct



If that works, then I would just double check the permissions on ~/.fseventsd so you don't have to run gonstruct with escalated privileges.
Reply With Quote