|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
||||
|
||||
|
Compiling software on debian PowerPC
Hi all.
I've just installed Debian PowerPC (Woody) on an old g4 I had sitting around. Now I'm trying to compile some software (MrBayes) but I keep getting this error: Code:
bayes.c:1: '#include' expects "FILENAME" or <FILENAME> I'm assuming that I'm missing some #include, but can only see the fairly standard C includes. Any ideas? Simon
__________________
|
|
#2
|
||||
|
||||
|
Hmm... appears to be a problem with the line breaks. If I convert them, make goes a little bit further. It seems like I'm missing things like stdio.h, stdlib.h, time.h
|
|
#3
|
||||
|
||||
|
Hey Simon,
Well I haven't used Debian before but it seems a little ill if you're missing standard headers . Whats the error message saying now?Anyway your best bet -- I should think -- would be to look for replacement C libraries if they aren't anywhere on your system or your installation disk. Check with the guys over in the Linux forum: http://forums.devshed.com/f33/s Also, I think Debian may have a port system (something like Darwinports) that you can use to download and install libraries etc. Should make things easier. Mark.
__________________
... > (define links (list google scheme ruby python others ...)) ; Read my blog at http://netytan.blogspot.com/. > _
|
|
#4
|
||||
|
||||
|
Netytan: Sorted! I was missing lib6-dev (apt-get install lib6-dev fixed it), and it's compiling **slowly** now.
Next, to see if it runs ![]() -Simon |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Mac Help > Compiling software on debian PowerPC |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|