Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Developer Center > Can anyone build this for me????

Can anyone build this for me????
Thread Tools
zerostar
Mac Elite
Join Date: Jan 2005
Status: Offline
Reply With Quote
Jun 11, 2006, 12:10 AM
 
The project is here:

http://sourceforge.net/projects/tivoserver/

basically I am looking for the latest version to be built for a G5 with dual processor support, can anyone do this or point me in the right direction?I am not scared to give it a try but have never compiled anything before. thanks for any help!!!!
     
Ludovic Hirlimann
Mac Enthusiast
Join Date: Jul 2002
Location: Leiden, Netherlands
Status: Offline
Reply With Quote
Jun 29, 2006, 02:40 AM
 
Originally Posted by zerostar
The project is here:

http://sourceforge.net/projects/tivoserver/

basically I am looking for the latest version to be built for a G5 with dual processor support, can anyone do this or point me in the right direction?I am not scared to give it a try but have never compiled anything before. thanks for any help!!!!
download a source tarball of use the cvs/svn instructions provided by sourceforge.

Once in the source directory you should be able to compile with those two command lines :
./configure
make

If it does not work look for some README files or equivallent documentation.
     
zerostar  (op)
Mac Elite
Join Date: Jan 2005
Status: Offline
Reply With Quote
Jun 29, 2006, 09:13 AM
 
I get the following:

Production:~/Desktop/tivoserver me$ ./configure
-bash: ./configure: No such file or directory
Production:~/Desktop/tivoserver me$ make
-bash: make: command not found
Production:~/Desktop/tivoserver me$

Do I need developer tools installed for this?
     
Ludovic Hirlimann
Mac Enthusiast
Join Date: Jul 2002
Location: Leiden, Netherlands
Status: Offline
Reply With Quote
Jun 29, 2006, 09:46 AM
 
Originally Posted by zerostar
I get the following:

Do I need developer tools installed for this?
Yes !
     
zerostar  (op)
Mac Elite
Join Date: Jan 2005
Status: Offline
Reply With Quote
Jun 29, 2006, 03:20 PM
 
I don't have developer tools installed, is it downloadable?
     
Tick
Mac Enthusiast
Join Date: Feb 2004
Status: Offline
Reply With Quote
Jun 29, 2006, 04:49 PM
 
Go to connect.apple.com and download it.
     
IEEE1394
Mac Enthusiast
Join Date: Dec 2000
Status: Offline
Reply With Quote
Jun 29, 2006, 05:33 PM
 
Originally Posted by zerostar
I get the following:

Production:~/Desktop/tivoserver me$ ./configure
-bash: ./configure: No such file or directory
Production:~/Desktop/tivoserver me$ make
-bash: make: command not found
Production:~/Desktop/tivoserver me$

Do I need developer tools installed for this?
Lack of Developer Tools does not explain why you can't find the configure file, installing them may help but I'm very doubtful of this.

There are instructions for installation in the README file inside the tivoserver directory; it appears you need to first install the Tivo ffmpeg and mjpeg tools.

So, install Developer Tools, read instructions, then try again.
     
zerostar  (op)
Mac Elite
Join Date: Jan 2005
Status: Offline
Reply With Quote
Jun 30, 2006, 10:56 PM
 
gotcha... do I just need XCode? or will I need other pieces?
     
IEEE1394
Mac Enthusiast
Join Date: Dec 2000
Status: Offline
Reply With Quote
Jun 30, 2006, 10:59 PM
 
You will need to install it all, because when you compile stuff via the command line you don't use XCode at all, but rather the GNU compilers (gcc etc).

I'm not familiar enough with the Dev tools to know if you can just install the command line utilits. Play it safe and install them all.
     
Tick
Mac Enthusiast
Join Date: Feb 2004
Status: Offline
Reply With Quote
Jul 1, 2006, 04:01 AM
 
Just to be clear, only download the xcode 2.3 installation. Do not install xcode 2.2 or 2.1 or anything else from ADC.

Leave the default settings from the installer and it should cover what you need.
     
zerostar  (op)
Mac Elite
Join Date: Jan 2005
Status: Offline
Reply With Quote
Jul 1, 2006, 08:40 AM
 
Alright, working on it this morning
     
zerostar  (op)
Mac Elite
Join Date: Jan 2005
Status: Offline
Reply With Quote
Jul 1, 2006, 01:00 PM
 
Ok couple questions, ffmpeg compiled, it outpur a few files, the 2 binaries seem to be: ffmpeg and ffmpeg_g what is the difference?

Second, compiling mjpegtools threw this error:

checking for jpeg_start_compress in -ljpeg-mmx... no
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: error: jpeglib.h not found - please install the libjpeg headers

I have the jpeg-mmx folder as a sub-folder and it has the header file inside what could the problem be?
     
Arkham_c
Mac Elite
Join Date: Dec 2001
Location: Atlanta, GA, USA
Status: Offline
Reply With Quote
Jul 3, 2006, 11:17 PM
 
Originally Posted by zerostar
Ok couple questions, ffmpeg compiled, it outpur a few files, the 2 binaries seem to be: ffmpeg and ffmpeg_g what is the difference?

Second, compiling mjpegtools threw this error:

checking for jpeg_start_compress in -ljpeg-mmx... no
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: error: jpeglib.h not found - please install the libjpeg headers

I have the jpeg-mmx folder as a sub-folder and it has the header file inside what could the problem be?

1) _g is the debug version.
2) You need libjpeg. Easiest thing to do is install it via fink.
     
zerostar  (op)
Mac Elite
Join Date: Jan 2005
Status: Offline
Reply With Quote
Jul 6, 2006, 12:09 PM
 
I installed all 3 of the libjpeg items from fink, I am still getting:

checking for jpeg_start_compress in -ljpeg-mmx... no
checking jpeglib.h usability... no
checking jpeglib.h presence... no
checking for jpeglib.h... no
configure: error: jpeglib.h not found - please install the libjpeg headers

Any ideas?
     
Thinine
Mac Elite
Join Date: Jul 2002
Status: Offline
Reply With Quote
Jul 6, 2006, 04:18 PM
 
Is Fink's path script in your .profile?
     
zerostar  (op)
Mac Elite
Join Date: Jan 2005
Status: Offline
Reply With Quote
Jul 6, 2006, 04:20 PM
 
not sure what that means, I think it asked me to do that when I installed it? I said yes if that was what it was asking, do I need to restart or anything?
     
Samad
Fresh-Faced Recruit
Join Date: Nov 2001
Location: home
Status: Offline
Reply With Quote
Jul 9, 2006, 02:43 AM
 
It's not a particularly easy thing to do for someone unaccustomed to using UNIX. If you're desperate for this software, either get someone who's fairly knowledgable in Linux/UNIX or read Linux for Dummies, Linux in a Nutshell, or Linux for Non-Geeks. That should get you started.
     
zerostar  (op)
Mac Elite
Join Date: Jan 2005
Status: Offline
Reply With Quote
Jul 11, 2006, 03:15 PM
 
I have given up at the moment, I will pickup a few books tonight I would like to learn more anyway.
     
   
Thread Tools
 
Forum Links
Forum 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
Top
Privacy Policy
All times are GMT -4. The time now is 02:27 AM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,