Search results

  1. couzteau

    latex to pdf

    it's definitely worth to learn how to read the latex output. with your info it does make sense. but reading that didn't make any sense to me. doesn't really now, but at least i know why it's there. thanx again
  2. couzteau

    latex to pdf

    cooooool. this works. i havn't really checked if any unwanted sideeffects occur but it looks fine. thanx. you definitely seem to be on the verge of being a texguru. this actually the first time i really use latex on os x. since i never saw it any different i was believing this was due...
  3. couzteau

    latex to pdf

    i just saw that i can attach documents. that should be easier. here are the attachments: no, the site doesn't allow me to upload tex files, may be the log? no it doesn't seem to work. let me know if you have the same problem and if you know a soultion thanx couzteau
  4. couzteau

    latex to pdf

    her the complete log:
  5. couzteau

    latex to pdf

    here it comes: the tex document. i've shortened it but it still has the same problems. i'll put the logfile in the next post:
  6. couzteau

    latex to pdf

    ok, one second.
  7. couzteau

    latex to pdf

    i use tetex and texshop. everything was installed without any problems and according to the documentation. almost evereything works fine but the pdf that latex creates looks terrible on the screen. it's hardly readable. it seems as if a font was missing, even thought latex does not...
  8. couzteau

    how to build a shared object in OSX

    replace the compiler option -shared to build a shared lib with -dynamiclib. the object files that are used to build the shared object have to be compiled with -fno_commons as gcc flag to avoid namespaceproblems.
  9. couzteau

    help: imovie crash, all files corrupt

    it was imovie 2.0.1 under macOS 9.0.4. the application bombed, afterwards the project did no longer recognize it's clips, except for two that were obviously corrupt. imovie was crashing again after trying to import any of the unrecognized but previously used clips. it's too late to recover...
  10. couzteau

    Fink is Finking me off!

    here is a very good and detailed guide: http://homepage.mac.com/rgriff/xdarwin.html i found it very helpful good luck couzteau
  11. couzteau

    make projectbuilder use m4

    make projectbuilder use m4 how can i tell Projectbuilder how to handle a m4 file. the idea ist to generate a lex file with m4 in order to compile the resulting scanner.c/h files with gcc. here is my makefile rule: do i need a build style or a new target.? i'm quite new to...
  12. couzteau

    make projectbuilder use m4

    how can i tell Projectbuilder how to handle a m4 file. the idea ist to generate a lex file with m4 in order to compile the resulting scanner.c/h files with gcc. here is my makefile rule: do i need a build style or a new target.? i'm quite new to ProjectBuilder and i haven't really...
  13. couzteau

    help: imovie crash, all files corrupt

    does anybody know how to repair imovie projects and clips. after a bad crash all my clips and the project are corrupt. 2 days of work!!! if anybody has an idea, please let me know thanx couzteau
  14. couzteau

    timeval from <sys/resource.h> not defined

    yupp, that does the job. thanx again. here i'm on my way to check out the next error. couzteau ps now yacc doesn't find it's files because project builder messed its paths.
  15. couzteau

    Fink is Finking me off!

    you didn't start dselect as root try sudo dselect couzteau
  16. couzteau

    timeval from <sys/resource.h> not defined

    thanx. i'll check it out. couzteau
  17. couzteau

    timeval from <sys/resource.h> not defined

    i'm trying to compile a unix program that uses the type timeval from the sys/resource library. the libraries that are supplied with MacOSX (10.1) seem to be missing that type. my compiler says the type is incomplete. when i grep for timeval i find a declaration in unistd.h (which is included...
  18. couzteau

    timeval from <sys/resource.h> not defined

    i'm trying to compile a unix program that uses the type timeval from the sys/resource library. the libraries that are supplied with MacOSX (10.1) seem to be missing that type. my compiler says the type is incomplete. when i grep for timeval i find a declaration in unistd.h (which is included...
  19. couzteau

    how to build a shared object in OSX

    i looked it up in a makefile. you have to compile the sources with the flag -dynamic and then rename the object files in mylib.so many thanx couzteau
Back
Top