Graal Forums  

Go Back   Graal Forums > Development Forums > Level Design
FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 07-28-2010, 08:55 AM
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
Gonstruct Macport

Here's a MacPort for gonstruct that *should* work. I've tested it with a clean build using 64-bit Snow Leopard. Now, if you have a Mac… I need you to test it too (please :).

Anyways, first install MacPorts (http://www.macports.org/install.php). I recommend just installing it from disk images.
Link approved by *Sam


Until I get gonstruct checked-in as an official port, you will have to create a local ports tree for gonstruct.

Download the attachment, and put it into your home directory. Now in a terminal:
NPC Code:
$ cd
$ tar xvf gonstruct-port.tar.gz



Edit /opt/local/etc/macports/sources.conf and insert a URL pointing to your local repository location before the rsync URL as shown:
NPC Code:
file:///Users/YOURUSER/ports
rsync://rsync.macports.org/release/ports [default]



NOTE: Make sure you replace YOURUSER with your actual username.



Now you can build and install gonstruct:
NPC Code:
$ sudo port install gonstruct



Since the dependency list is quite large, it will take a while to build. Go play your favorite Graal server for an hour (or two… or three?) while gonstruct builds.

Once done (hopefully with no errors!), you can start gonstruct simply by doing:
NPC Code:
$ gonstruct



If at least one other person verifies that this works, I will go ahead and submit the port to MacPorts so it is part of the official ports tree, and these instructions will become a whole lot simpler :).
Attached Files
File Type: gz gonstruct-port.tar.gz (851 Bytes, 933 views)
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.

Last edited by napo_p2p; 07-28-2010 at 05:47 PM..
Reply With Quote
  #2  
Old 07-28-2010, 10:20 AM
LordOfPi13 LordOfPi13 is offline
Classic iPhone LAT
LordOfPi13's Avatar
Join Date: Jul 2010
Location: California
Posts: 45
LordOfPi13 is an unknown quantity at this point
Send a message via AIM to LordOfPi13
So far no errors

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

Last edited by LordOfPi13; 07-28-2010 at 12:52 PM..
Reply With Quote
  #3  
Old 07-28-2010, 10:37 AM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Worked fine for me, good job
There seems to be an error with gonstruct crashing when exiting which seems to be related to gtkglarea. Going to look into it at some point, just make sure to save before you exit~
__________________
Graal Statistics

Top 3 servers at the moment (players):


Reply With Quote
  #4  
Old 07-28-2010, 04:07 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Works great, thanks a lot . That will definitely help me out.
__________________
Reply With Quote
  #5  
Old 07-28-2010, 05:15 PM
maximus_asinus maximus_asinus is offline
RIP DarkCloud_PK
Join Date: Oct 2001
Location: Canada
Posts: 3,746
maximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond reputemaximus_asinus has a reputation beyond repute
Impressed as always Napo. Rep++
__________________
Save Classic!
Reply With Quote
  #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
  #7  
Old 07-28-2010, 09:04 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
That happens if you set the graal directory to your home directory or something similarly silly, going to add better handling of that at some point. Until then you can always edit your preferences directly at ~/.config/gonstruct/preferences
__________________
Graal Statistics

Top 3 servers at the moment (players):


Reply With Quote
  #8  
Old 07-28-2010, 11:53 PM
LordOfPi13 LordOfPi13 is offline
Classic iPhone LAT
LordOfPi13's Avatar
Join Date: Jul 2010
Location: California
Posts: 45
LordOfPi13 is an unknown quantity at this point
Send a message via AIM to LordOfPi13
Okay, got it working. I'm sure many people will enjoy this in the future.

Last edited by LordOfPi13; 07-29-2010 at 09:00 PM..
Reply With Quote
  #9  
Old 08-11-2010, 07:40 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
Updated the port to version 0.2.3 (new archive attached).

If you have already installed gonstruct, you will just have to replace your old local ports directory with the one in the archive, then the following command should update it:

NPC Code:
sudo port upgrade gonstruct



I have submitted the gonstruct port to MacPorts, so hopefully it will become an 'official' port.
Attached Files
File Type: gz gonstruct-port.tar.gz (977 Bytes, 745 views)
__________________
Scito hoc super omnia.
Haec vita est tua una sola.
Dum vita superest, utere maxime quoque puncto, momento, et hora quae habes.
Tempus neminem non manet.
Noli manere tempus.
Carpe Diem

Seize the Day.
Reply With Quote
  #10  
Old 08-14-2010, 05:06 AM
Alure1316 Alure1316 is offline
Registered User
Alure1316's Avatar
Join Date: Jan 2006
Location: San Bernardino, California
Posts: 123
Alure1316 will become famous soon enough
I got stuck at the inserting URL part..
Reply With Quote
  #11  
Old 09-04-2010, 12:05 PM
LordOfPi13 LordOfPi13 is offline
Classic iPhone LAT
LordOfPi13's Avatar
Join Date: Jul 2010
Location: California
Posts: 45
LordOfPi13 is an unknown quantity at this point
Send a message via AIM to LordOfPi13
I was running Gonstruct as usual today, but when I closed Gonstruct I realized that there was a bunch of errors in terminal. Hopefully I will add them to this post later as I am on a mobile device at the moment.
Reply With Quote
  #12  
Old 09-06-2010, 05:21 AM
Fogell Fogell is offline
Ez
Fogell's Avatar
Join Date: Aug 2010
Location: United States, Georgia
Posts: 72
Fogell is on a distinguished road
Do you guys know what the error
"Xcode is not installed, or was installed with UNIX Development (10.5+) or Command Line Support (10.4) deselected."

or how to solve it when your installing macports?
Reply With Quote
  #13  
Old 09-06-2010, 05:33 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Fogell View Post
Do you guys know what the error
"Xcode is not installed, or was installed with UNIX Development (10.5+) or Command Line Support (10.4) deselected."

or how to solve it when your installing macports?
It's pretty self-explanatory? Install Xcode.
__________________
Reply With Quote
  #14  
Old 09-06-2010, 08:32 PM
Fogell Fogell is offline
Ez
Fogell's Avatar
Join Date: Aug 2010
Location: United States, Georgia
Posts: 72
Fogell is on a distinguished road
Quote:
Originally Posted by cbk1994 View Post
It's pretty self-explanatory? Install Xcode.
O that would make sense lmao
Reply With Quote
  #15  
Old 09-07-2010, 07:27 AM
LordOfPi13 LordOfPi13 is offline
Classic iPhone LAT
LordOfPi13's Avatar
Join Date: Jul 2010
Location: California
Posts: 45
LordOfPi13 is an unknown quantity at this point
Send a message via AIM to LordOfPi13
Error

I guess it's to late to edit my last post, but here's my output from terminal during normal use of Gonstruct. I'm not sure if it means anything, but I'm guessing it does because it looks fancy.
PHP Code:
Last loginSun Sep  5 11:21:02 on ttys000
LordOfPi13
:~ LordOfPi13gonstruct
Xlib
:  extension "RANDR" missing on display "/tmp/launch-6RM8Cw/org.x:0".
Caching... done

(gonstruct:9132): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:9132): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:9132): Gtk-WARNING **: Unable to find default local directory monitor type
Mon Sep  6 19
:18:51 LordOfPi13.local gonstruct[9132] <Error>: kCGErrorIllegalArgumentCGSGetSurfaceBounds
Mon Sep  6 19
:18:51 LordOfPi13.local gonstruct[9132] <Error>: kCGErrorFailureSet a breakpoint CGErrorBreakpoint() to catch errors as they are logged.
Mon Sep  6 19:18:51 LordOfPi13.local gonstruct[9132] <Error>: unknown error codeinvalid drawable

(gonstruct:9132): Gtk-WARNING **: Could not find the icon 'application-octet-stream'The 'hicolor' theme
was not found either
perhaps you need to install it.
You can get a copy from:
    
http://icon-theme.freedesktop.org/releases

(gonstruct:9132): Gtk-WARNING **: Unable to find default local directory monitor type 
Reply With Quote
  #16  
Old 09-07-2010, 08:13 AM
Fogell Fogell is offline
Ez
Fogell's Avatar
Join Date: Aug 2010
Location: United States, Georgia
Posts: 72
Fogell is on a distinguished road
All this complication is makes me prefer using parallels desktop :P
Reply With Quote
  #17  
Old 09-07-2010, 01:24 PM
Fry Fry is offline
Registered User
Fry's Avatar
Join Date: Sep 2001
Location: Germany
Posts: 384
Fry has a spectacular aura about
Quote:
Originally Posted by LordOfPi13 View Post
I guess it's to late to edit my last post, but here's my output from terminal during normal use of Gonstruct. I'm not sure if it means anything, but I'm guessing it does because it looks fancy.
PHP Code:
Last loginSun Sep  5 11:21:02 on ttys000
LordOfPi13
:~ LordOfPi13gonstruct
Xlib
:  extension "RANDR" missing on display "/tmp/launch-6RM8Cw/org.x:0".
Caching... done

(gonstruct:9132): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:9132): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:9132): Gtk-WARNING **: Unable to find default local directory monitor type
Mon Sep  6 19
:18:51 LordOfPi13.local gonstruct[9132] <Error>: kCGErrorIllegalArgumentCGSGetSurfaceBounds
Mon Sep  6 19
:18:51 LordOfPi13.local gonstruct[9132] <Error>: kCGErrorFailureSet a breakpoint CGErrorBreakpoint() to catch errors as they are logged.
Mon Sep  6 19:18:51 LordOfPi13.local gonstruct[9132] <Error>: unknown error codeinvalid drawable

(gonstruct:9132): Gtk-WARNING **: Could not find the icon 'application-octet-stream'The 'hicolor' theme
was not found either
perhaps you need to install it.
You can get a copy from:
    
http://icon-theme.freedesktop.org/releases

(gonstruct:9132): Gtk-WARNING **: Unable to find default local directory monitor type 
If it doesn't affect Gonstruct's functionality it doesn't. Did it run without problems?
__________________
Graal Statistics

Top 3 servers at the moment (players):


Reply With Quote
  #18  
Old 09-07-2010, 09:37 PM
Fogell Fogell is offline
Ez
Fogell's Avatar
Join Date: Aug 2010
Location: United States, Georgia
Posts: 72
Fogell is on a distinguished road
Smile

Im sorry i cant just figure this out on my own but I keep encountering install errors. Now with xcode =.= I dont see what i've done wrong. I know this is kinda off topic with gonstruct but I need xcode to get Macports. Any ideas?
Attached Thumbnails
Click image for larger version

Name:	Picture 6.png
Views:	292
Size:	100.1 KB
ID:	51664  
Reply With Quote
  #19  
Old 09-08-2010, 04:48 AM
LordOfPi13 LordOfPi13 is offline
Classic iPhone LAT
LordOfPi13's Avatar
Join Date: Jul 2010
Location: California
Posts: 45
LordOfPi13 is an unknown quantity at this point
Send a message via AIM to LordOfPi13
Quote:
Originally Posted by Fry View Post
If it doesn't affect Gonstruct's functionality it doesn't. Did it run without problems?
I haven't noticed anything affecting Gonstruct, so I guess I'm in the clear
Reply With Quote
  #20  
Old 09-25-2010, 03:51 PM
Jobistekos Jobistekos is offline
Registered User
Jobistekos's Avatar
Join Date: Sep 2010
Location: Canada
Posts: 15
Jobistekos is on a distinguished road
Will this completely change my hardware into windows or allow me to run .exe files?
__________________
"Yesterday is history,
Tomorrow is a mystery,
But today is a gift,
That is why it is called
Present."
Reply With Quote
  #21  
Old 09-25-2010, 06:42 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Jobistekos View Post
Will this completely change my hardware into windows or allow me to run .exe files?
no...
__________________
Reply With Quote
  #22  
Old 09-26-2010, 09:50 AM
LordOfPi13 LordOfPi13 is offline
Classic iPhone LAT
LordOfPi13's Avatar
Join Date: Jul 2010
Location: California
Posts: 45
LordOfPi13 is an unknown quantity at this point
Send a message via AIM to LordOfPi13
Quote:
Originally Posted by Jobistekos View Post
Will this completely change my hardware into windows or allow me to run .exe files?
http://winebottler.kronenberg.org/
Reply With Quote
  #23  
Old 09-26-2010, 06:44 PM
Jobistekos Jobistekos is offline
Registered User
Jobistekos's Avatar
Join Date: Sep 2010
Location: Canada
Posts: 15
Jobistekos is on a distinguished road
Quote:
Originally Posted by LordOfPi13 View Post
Thanks Pi.
__________________
"Yesterday is history,
Tomorrow is a mystery,
But today is a gift,
That is why it is called
Present."
Reply With Quote
  #24  
Old 09-28-2010, 12:56 AM
Jobistekos Jobistekos is offline
Registered User
Jobistekos's Avatar
Join Date: Sep 2010
Location: Canada
Posts: 15
Jobistekos is on a distinguished road
Although, I don't understand how you use it. It says:
Prefix creation exited with error
You find a logfile to help with debugging on your desktop.
__________________
"Yesterday is history,
Tomorrow is a mystery,
But today is a gift,
That is why it is called
Present."
Reply With Quote
  #25  
Old 10-01-2010, 05:18 PM
Outlaw_P2P Outlaw_P2P is offline
Registered User
Outlaw_P2P's Avatar
Join Date: Sep 2010
Location: I live on a planet. With water.
Posts: 14
Outlaw_P2P is an unknown quantity at this point
Question Gah

okay. this is not a zombie thread once more xD. I am stuck 0-0 I am a newbie at this crap so bare with me lol.

when i enter into terminal- cd- (the first step) it doesn't do anything =-=
then i entered tar xvf gonstruct-port.tar.gz, and it said:: Error opening archive: Failed to open 'gonstruct-port.tar.gz': No such file or directory. i put the file "gonstruct" from the file "ports" into the home directory. :/ now im just confused lol


EDIT: okay I've made my fail video. so I've tried everything i can think of. and followed the instructions (to my understanding) to the very detail. Is it okay if i put a link to the video on youtube when it finishes uploading? As long as it graal related right?
__________________
YEAH. What he said.

Last edited by Outlaw_P2P; 10-01-2010 at 06:04 PM..
Reply With Quote
  #26  
Old 10-10-2010, 04:03 AM
Outlaw_P2P Outlaw_P2P is offline
Registered User
Outlaw_P2P's Avatar
Join Date: Sep 2010
Location: I live on a planet. With water.
Posts: 14
Outlaw_P2P is an unknown quantity at this point
I need answers.

K. THIS TIME, I'd appreciate some answers... I've gotten to the sudo port install gonstruct. it asks for a password 0_0. I dont have a password on my account for my mac lol... What do I do...? I tried entering " " a space, but it won't let me > it says: Password:
Sorry, try again.
Password:

It's annoying :/ What do I do?
__________________
YEAH. What he said.
Reply With Quote
  #27  
Old 10-10-2010, 03:11 PM
n0n021 n0n021 is offline
GraalOnline iPhone
n0n021's Avatar
Join Date: Aug 2010
Location: France
Posts: 11
n0n021 is on a distinguished road
Send a message via AIM to n0n021 Send a message via MSN to n0n021
Woaw cool, I'll try durring next holidays
Reply With Quote
  #28  
Old 10-12-2010, 06:36 AM
LordOfPi13 LordOfPi13 is offline
Classic iPhone LAT
LordOfPi13's Avatar
Join Date: Jul 2010
Location: California
Posts: 45
LordOfPi13 is an unknown quantity at this point
Send a message via AIM to LordOfPi13
Okay was using Gonstruct and... it crashed :{

PHP Code:
Last loginMon Oct 11 16:25:29 on ttys000
LordOfPi13
:~ LordOfPi13gonstruct
Xlib
:  extension "RANDR" missing on display "/tmp/launch-uAJgtP/org.x:0".
Caching... done

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

glibmm
-ERROR **: 
unhandled exception (type std::exceptionin signal handler:
whatload_nw_level() failedVersion mismatch (GR-V1.03\xc0 \u0018,

aborting...
Abort trap
LordOfPi13
:~ LordOfPi13
Reply With Quote
  #29  
Old 10-15-2010, 03:31 AM
Outlaw_P2P Outlaw_P2P is offline
Registered User
Outlaw_P2P's Avatar
Join Date: Sep 2010
Location: I live on a planet. With water.
Posts: 14
Outlaw_P2P is an unknown quantity at this point
Unhappy

Quote:
Originally Posted by LordOfPi13 View Post
Okay was using Gonstruct and... it crashed :{

PHP Code:
Last loginMon Oct 11 16:25:29 on ttys000
LordOfPi13
:~ LordOfPi13gonstruct
Xlib
:  extension "RANDR" missing on display "/tmp/launch-uAJgtP/org.x:0".
Caching... done

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

(gonstruct:36245): Gtk-WARNING **: Unable to find default local directory monitor type

glibmm
-ERROR **: 
unhandled exception (type std::exceptionin signal handler:
whatload_nw_level() failedVersion mismatch (GR-V1.03\xc0 \u0018,

aborting...
Abort trap
LordOfPi13
:~ LordOfPi13
that sucks. Well maybe we could drive traffic to this thread cuz i need my questions answered :#
__________________
YEAH. What he said.
Reply With Quote
  #30  
Old 10-15-2010, 11:15 PM
Jobistekos Jobistekos is offline
Registered User
Jobistekos's Avatar
Join Date: Sep 2010
Location: Canada
Posts: 15
Jobistekos is on a distinguished road
I'm so confused.
Attached Thumbnails
Click image for larger version

Name:	Picture 15.png
Views:	317
Size:	64.5 KB
ID:	51861  
__________________
"Yesterday is history,
Tomorrow is a mystery,
But today is a gift,
That is why it is called
Present."
Reply With Quote
  #31  
Old 10-16-2010, 02:21 AM
ff7chocoboknight ff7chocoboknight is offline
Skyzer Zolderon
ff7chocoboknight's Avatar
Join Date: Dec 2006
Location: New Hampshire, United States
Posts: 725
ff7chocoboknight is a name known to allff7chocoboknight is a name known to allff7chocoboknight is a name known to allff7chocoboknight is a name known to all
Send a message via AIM to ff7chocoboknight Send a message via MSN to ff7chocoboknight
Gonstruct is for *******s. It horribly supports layers, which Graal can barely use. Use GraalEditor until they make it suck less.
__________________
Reply With Quote
  #32  
Old 10-16-2010, 02:37 PM
Jobistekos Jobistekos is offline
Registered User
Jobistekos's Avatar
Join Date: Sep 2010
Location: Canada
Posts: 15
Jobistekos is on a distinguished road
But you can't use Level Editor on macs as far as I know.
__________________
"Yesterday is history,
Tomorrow is a mystery,
But today is a gift,
That is why it is called
Present."
Reply With Quote
  #33  
Old 10-16-2010, 02:50 PM
HirakoShinji HirakoShinji is offline
Playing since in '04.
HirakoShinji's Avatar
Join Date: Oct 2010
Location: A place in Canada, Ontario.
Posts: 102
HirakoShinji is an unknown quantity at this point
Send a message via MSN to HirakoShinji
Quote:
Originally Posted by Jobistekos View Post
But you can't use Level Editor on macs as far as I know.
No, you cannot.
__________________
~Cynober Kid

Reply With Quote
  #34  
Old 10-16-2010, 04:53 PM
Jobistekos Jobistekos is offline
Registered User
Jobistekos's Avatar
Join Date: Sep 2010
Location: Canada
Posts: 15
Jobistekos is on a distinguished road
Help me please.

This the problem I get whenever I try to get winebottler to work.
Attached Thumbnails
Click image for larger version

Name:	Picture 17.png
Views:	292
Size:	28.7 KB
ID:	51863  
__________________
"Yesterday is history,
Tomorrow is a mystery,
But today is a gift,
That is why it is called
Present."
Reply With Quote
  #35  
Old 10-16-2010, 05:10 PM
HirakoShinji HirakoShinji is offline
Playing since in '04.
HirakoShinji's Avatar
Join Date: Oct 2010
Location: A place in Canada, Ontario.
Posts: 102
HirakoShinji is an unknown quantity at this point
Send a message via MSN to HirakoShinji
Hmmm, I don't know... I don't think I can do anything about it.
__________________
~Cynober Kid

Reply With Quote
  #36  
Old 12-11-2010, 06:01 PM
Fogell Fogell is offline
Ez
Fogell's Avatar
Join Date: Aug 2010
Location: United States, Georgia
Posts: 72
Fogell is on a distinguished road
Use Parallels Desktop, windows on a mac
Reply With Quote
  #37  
Old 01-15-2011, 11:50 PM
Fogell Fogell is offline
Ez
Fogell's Avatar
Join Date: Aug 2010
Location: United States, Georgia
Posts: 72
Fogell is on a distinguished road
Sorry for double post, but what the hell did it download? I deleted it and I am left with 10 less GB than I started with.
Reply With Quote
  #38  
Old 03-01-2012, 08:37 PM
Jobistekos Jobistekos is offline
Registered User
Jobistekos's Avatar
Join Date: Sep 2010
Location: Canada
Posts: 15
Jobistekos is on a distinguished road
After I entered this command..
NPC Code:
$ sudo port install gonstruct



It showed me this error message
NPC Code:
couldn't load file "/opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib": dlopen(/opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib, 10): no suitable image found.  Did find:
/opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib: unknown required load command 0x80000022
while executing
"load /opt/local/share/macports/Tcl/macports1.0/MacPorts.dylib"
("package ifneeded" script)
invoked from within
"package require macports"
(file "/opt/local/bin/port" line 38)


Help?
Reply With Quote
  #39  
Old 03-01-2012, 10:36 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Quote:
Originally Posted by Jobistekos View Post
After I entered this command..
NPC Code:
$ sudo port install gonstruct

Googled your error and seems to because you aren't logged into an Admin-level user. So make sure you're logged into an Admin account and try again. Try re-installing MacPorts logged into the Admin account as well.
__________________
Quote:

Last edited by Crono; 03-01-2012 at 11:36 PM.. Reason: Fulg0reSama deleted his bad joke.
Reply With Quote
  #40  
Old 03-01-2012, 10:50 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by fowlplay4 View Post
Googled your error and seems to because you aren't logged into an Admin-level user. So make sure you're logged into an Admin account and try again. Try re-installing MacPorts logged into the Admin account as well.
If he was able to execute sudo then it should be running as root. If he wasn't able to execute sudo, he would have gotten a much different messsage. I don't think this is the error unless he neglected the "sudo" in front of the command.
__________________
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:27 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.