Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
Getting as3 cleaned up

 
Post new topic   Reply to topic Printable version
 View previous topic  displaying speed Post :: Post Simple money module <asss>  View next topic  
Author Message
tcsoccerman
Server Help Squatter


Age:31
Gender:Gender:Male
Joined: Jan 15 2007
Posts: 694
Location: Atlantis
Offline

PostPosted: Sun Jun 24, 2007 9:07 pm    Post subject: Getting as3 cleaned up Reply to topic Reply with quote

I've decided to make a topic for cleaning up as3 so it compiles. i realized that when i first dl it and tried to compile it, it didn't even work...so... here it is. Here is my error when itried to compile(after some usage of the program, but still, no editin of any core modules)

Error:
Code: Show/Hide
process_begin C:\Documents and Settings\Scott\My Documents\aThe matrix\src\process_begin CreateProcess((null), uname -s, ...) failed.


anyone know what that means?
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
Cyan~Fire
I'll count you!
I'll count you!


Age:36
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Mon Jun 25, 2007 9:38 am    Post subject: Reply to topic Reply with quote

Ohhh I got that error all the time too. I think it has to do with a wrong directory for Python or something. Try looking in either the makefile or system.mk to find where the Python dir is specified and correct it for your system.
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Animate Dreams
Gotta buy them all!
(Consumer whore)


Age:36
Gender:Gender:Male
Joined: May 01 2004
Posts: 821
Location: Middle Tennessee
Offline

PostPosted: Mon Jun 25, 2007 12:40 pm    Post subject: Reply to topic Reply with quote

Actually, you should probably just go into system.mk and change have_python = to no, unless you need to compile pymod, for some reason.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address MSN Messenger
tcsoccerman
Server Help Squatter


Age:31
Gender:Gender:Male
Joined: Jan 15 2007
Posts: 694
Location: Atlantis
Offline

PostPosted: Mon Jun 25, 2007 10:39 pm    Post subject: Reply to topic Reply with quote

Smong has fixed the error by using this code:

SYS_NAME := $(shell uname -s)
ifeq ($(SYS_NAME),)
# if this fails, assume mingw. this is a hack to allow building in dev-c++.
SYS_NAME := MINGW-dev-c++
endif

and changing "SYS_NAME := $(shell uname -s)" to "SYS_NAME := MINGW-dev-c++"

Right now this is the only error i'm getting:

C:\Documents and Settings\Scott\My Documents\aThe matrix\src\Makefile [Build Error] virtual memory exhausted. Stop.

does it have to do w/ my RAM?
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
tcsoccerman
Server Help Squatter


Age:31
Gender:Gender:Male
Joined: Jan 15 2007
Posts: 694
Location: Atlantis
Offline

PostPosted: Mon Jun 25, 2007 11:24 pm    Post subject: Reply to topic Reply with quote

According to my googling it has something to do w/ "swap partitions"
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
Solo Ace
Yeah, I'm in touch with reality...we correspond from time to time.


Age:36
Gender:Gender:Male
Joined: Feb 06 2004
Posts: 2583
Location: The Netherlands
Offline

PostPosted: Tue Jun 26, 2007 12:32 am    Post subject: Reply to topic Reply with quote

Swap partitions are the virtual memory of the n*x families (Linux/UNIX/BSD).

Swap partitions (or swap files on Windows, but these are called pagefiles) are used by the operating system to allocate memory in when there's no more place left on the hardware memory.

I'm not sure if that error is really that accurate. But, read this guide to configure your system to make sure you have enough virtual memory.
Back to top
View users profile Send private message Add User to Ignore List
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> ASSS Custom Projects All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 666 page(s) served in previous 5 minutes.

phpBB Created this page in 0.440950 seconds : 31 queries executed (94.0%): GZIP compression disabled