| Author | 
		Message | 
	
	
		TeHsU Seasoned Helper
  
   Joined: Mar 20 2003 Posts: 101 Offline
  | 
		
			
			  
			    
				
					 Posted: Tue Oct 19, 2004 5:00 pm     Post subject: Bad Errors Compiling on FreeBSD 4.10 | 
					  | 
					      | 
				 
			     
			   | 
			 
			
				
  | 
			 
			
				su-2.05b$ gmake
 
Makefile:247: Makefile.deps: No such file or directory
 
python ../scripts/gensparse.py sparse.inc ../scripts/sparse_params.py
 
python ../scripts/processfont.py ../scripts/banner.font letters.inc
 
python ../scripts/extract-cfg-docs.py -c cfghelp.inc *.c */*.c *.def
 
python ../scripts/pymod-process.py *.h */*.h
 
gcc -std=gnu99 -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -I/opt/db-4.0.14/include -I/opt/mysql/include -I/opt/python-2.2.2/include/python2.2 -MM *.c */*.c > Makefile.deps
 
dbtool.c:31:2: #error "This version of bdb is too old."
 
mysql.c:17:19: mysql.h: No such file or directory
 
persist.c:27:2: #error "This version of bdb is too old."
 
pymod.c:7:20: Python.h: No such file or directory
 
pymod.c:8:26: structmember.h: No such file or directory
 
gmake: [Makefile.deps] Error 1 (ignored)
 
gcc -std=gnu99 -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic     -c -o main.o main.c
 
In file included from defs.h:197,
 
                 from asss.h:15,
 
                 from main.c:20:
 
sizes.h:9:20: stdint.h: No such file or directory
 
gmake: *** [main.o] Error 1 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		TeHsU Seasoned Helper
  
   Joined: Mar 20 2003 Posts: 101 Offline
  | 
		
			
			  
			    
				
					 Posted: Tue Oct 19, 2004 5:24 pm     Post subject:  | 
					  | 
					      | 
				 
			     
			   | 
			 
			
				
  | 
			 
			
				 	  | TeHsU wrote: | 	 		  su-2.05b$ gmake
 
Makefile:247: Makefile.deps: No such file or directory
 
python ../scripts/gensparse.py sparse.inc ../scripts/sparse_params.py
 
python ../scripts/processfont.py ../scripts/banner.font letters.inc
 
python ../scripts/extract-cfg-docs.py -c cfghelp.inc *.c */*.c *.def
 
python ../scripts/pymod-process.py *.h */*.h
 
gcc -std=gnu99 -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -I/opt/db-4.0.14/include -I/opt/mysql/include -I/opt/python-2.2.2/include/python2.2 -MM *.c */*.c > Makefile.deps
 
dbtool.c:31:2: #error "This version of bdb is too old."
 
mysql.c:17:19: mysql.h: No such file or directory
 
persist.c:27:2: #error "This version of bdb is too old."
 
pymod.c:7:20: Python.h: No such file or directory
 
pymod.c:8:26: structmember.h: No such file or directory
 
gmake: [Makefile.deps] Error 1 (ignored)
 
gcc -std=gnu99 -pipe -I. -D_REENTRANT -D_GNU_SOURCE -fPIC -g -Wall -fpedantic     -c -o main.o main.c
 
In file included from defs.h:197,
 
                 from asss.h:15,
 
                 from main.c:20:
 
sizes.h:9:20: stdint.h: No such file or directory
 
gmake: *** [main.o] Error 1 | 	  I fixed that, now at the end of compiling i get 
 
 
unixsignal.o: In function `handle_sigsegv':
 
/home/subspace/asss-1.3.2/src/unixsignal.c:83: undefined reference to `fcloseall'
 
collect2: ld returned 1 exit status
 
gmake: *** [asss] Error 1 | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Solo Ace Yeah, I'm in touch with reality...we correspond from time to time.
  
  Age:38  Gender:  Joined: Feb 06 2004 Posts: 2583 Location: The Netherlands Offline
  | 
		
			
			  
			    
				
					 Posted: Tue Oct 19, 2004 5:32 pm     Post subject:  | 
					  | 
					      | 
				 
			     
			   | 
			 
			
				
  | 
			 
			
				For those warnings about bdb and mysql, maybe you would like turning them off in the makefile.
 
I have no idea how to fix your errors.   | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		TeHsU Seasoned Helper
  
   Joined: Mar 20 2003 Posts: 101 Offline
  | 
		
			
			  
			    
				
					 Posted: Tue Oct 19, 2004 5:38 pm     Post subject:  | 
					  | 
					      | 
				 
			     
			   | 
			 
			
				
  | 
			 
			
				| I just fixed em all lol | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Solo Ace Yeah, I'm in touch with reality...we correspond from time to time.
  
  Age:38  Gender:  Joined: Feb 06 2004 Posts: 2583 Location: The Netherlands Offline
  | 
		
			
			  
			    
				
					 Posted: Tue Oct 19, 2004 5:39 pm     Post subject:  | 
					  | 
					      | 
				 
			     
			   | 
			 
			
				
  | 
			 
			
				Good.   | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		TeHsU Seasoned Helper
  
   Joined: Mar 20 2003 Posts: 101 Offline
  | 
		
			
			  
			    
				
					 Posted: Tue Oct 19, 2004 5:46 pm     Post subject:  | 
					  | 
					      | 
				 
			     
			   | 
			 
			
				
  | 
			 
			
				Pretty easy, /opt dir is in linux redhat, which ofcourse i know, and so i finally looked at Makefile and fixed the info to work for freebsd and got it   | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		TeHsU Seasoned Helper
  
   Joined: Mar 20 2003 Posts: 101 Offline
  | 
		
			
			  
			    
				
					 Posted: Tue Oct 19, 2004 5:46 pm     Post subject:  | 
					  | 
					      | 
				 
			     
			   | 
			 
			
				
  | 
			 
			
				| Uh, how do you set IP in the global.conf so it uses a certain ip? | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		TeHsU Seasoned Helper
  
   Joined: Mar 20 2003 Posts: 101 Offline
  | 
		
			
			  
			    
				
					 Posted: Tue Oct 19, 2004 6:04 pm     Post subject:  | 
					  | 
					      | 
				 
			     
			   | 
			 
			
				
  | 
			 
			
				| i guess it uses any ip, i got it working! but i have to add in the server myself into the list, any ideas? | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		TeHsU Seasoned Helper
  
   Joined: Mar 20 2003 Posts: 101 Offline
  | 
		
			
			  
			    
				
					 Posted: Tue Oct 19, 2004 7:39 pm     Post subject:  | 
					  | 
					      | 
				 
			     
			   | 
			 
			
				
  | 
			 
			
				| woo fixed all that, now just uh cant login | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |