|
|
How do you compile it?
What is the trik to install the cdrtools? They do compile fine, but then running "make install" gives:
How do you compile it?
Nevermind: use sudo fink install cdrtools to install with FINK.
How do you compile it?
Reading package info...
How do you compile it?
Probably it's in the unstable tree
How do you compile it?
just type "make"
DVD question
A silly question, maybe.
Can you write DVD format even if you don't have the DVD writer? What I mean is, could you, say, burn a disk image with a small home video so that the DVD Player would think it is a DVD disk? So that you would not have to do all the "Select Video_TS folder..." every time? Or anything? Something? Anyone?
How do you compile it - Explanation and Solution
Like many source code distributions, cdrecord comes with a file INSTALL describing how to compile and install the sources. Unfortunately Apple went with HFS+ as preferred File System, effectively crippling MacOS X as to not distinguish upper and lower case in filenames.
What is happening? The first default rule for make is to look if the target (install, in this case), already exists. Because of this you could have a file called project.c, and compile it by typing make project. As long as project.c is newer than the file project, make would call the C compiler with the default arguments to recompile your just-edited file. When called with make install, the make command will first look for a file called install, and, because of HFS+, find any capitalisation of that as well. (iNsTaLL, install, INSTALL, ... all match install) If any such file exists, make assumes there is nothing left to do. If there were no such file, make would next look for a rule (in the makefile) called 'install' and do what is written there.
How do you compile it - Explanation and Solution
If you only need UFS for compiling, do what I did, create a UFS image with Disk Copy. The image will be read/write but before you can put anything in it, you have go into Get Info and change the file permissions (by default the mounted image is owned by system and group "wheel" has only read access). When you're done compiling you can delete the contents of the image file and unmount it so it's clean for the next time (make sure to Empty Trash before unmounting). |
SearchFrom our Sponsor...Latest Mountain Lion HintsWhat's New:HintsNo new hintsComments last 2 daysLinks last 2 weeksNo recent new linksWhat's New in the Forums?
Hints by TopicNews from Macworld
From Our Sponsors |
|
Copyright © 2014 IDG Consumer & SMB (Privacy Policy) Contact Us All trademarks and copyrights on this page are owned by their respective owners. |
Visit other IDG sites: |
|
|
|
Created this page in 0.11 seconds |
|