Search results

  1. M

    UFS gets Mac OS X slow

    you fool. ;-) You just seem to be a very mac maniac. Using a separate swap partitiion ... ;) just tell me : does it provides a real performance gain to use a separate volume for swap ? have fun, bye, Pierre.
  2. M

    UFS gets Mac OS X slow

    Thank you for these quick replies and sorry for comming once again over a so debated topic ;-) However I did not expected Mac OS to be faster but just to be equivalent. What is the use of such a file system ? maybe just to get the "UNIX Based" icon, isn't it ? Well ... before asking what are...
  3. M

    UFS gets Mac OS X slow

    Hi. Just for fun, when I reinstalled Mac OS X (10.2.6) this week-end on my PowerMac G4 933Mhz, I formated the disks to "Unix File System". I though command line applications would better like it, since then we trully have a case sensitive file system. However, you remark so clearly how the...
  4. M

    Activating DHCP server at startup ...

    AppleScript ... arg!! (I hate it) many thx ;) it will help so much.
  5. M

    Activating DHCP server at startup ...

    Hi. I've got a 5 computers network. One of those if my G4 with Mac OS X.2.6 It is used as DHCP Server to the internet thanks to the Internet Sharing option from the System Preferences. The problem is whenever I set it active, when I restart it becomes inactive ... and I have to set it up...
  6. M

    A YellowDogLinux Die Hard Configuration Problem

    Hi. I installed the last YDL version on my PowerMacintosh G4 933 QuickSilver (bundled with GeForce4 MX). My problem is about X Server. Indeed, this one starts and runs normally but as if there was a resolution problem it streatches the display horizontally and everything moves from the...
  7. M

    Qt install ... Qt nightmare ...

    "the wider you see, the better you are" that's why I am trying Qt ;-) In fact now I best like Obj-C than C++ even if I continue using C++.
  8. M

    Qt install ... Qt nightmare ...

    that's ok. Now it works! :-) many thx for your help. I compiled it without using the qmake tool. So what I did just know to make it work has been to take the assistant application and to replace the executable (into Contents/MacOS/) by my own compilation. And it worked! :-) Your article is...
  9. M

    Qt install ... Qt nightmare ...

    Hi. Thank you for the answer. I set no special argument after the './configure'. I executed it 'as it' with default settings. I tried to put a copy of the lib file itself intead of a symlink and the result is here : no more message ... but still no one window drawed. The programs executes...
  10. M

    Qt install ... Qt nightmare ...

    Hi. I just installed successfully Qt 3.1.2 on my Mac OS X.2.6 Perfect. I just compiles successfully a little Qt 'hello world' example ... here's the command to do that : c++ -L$QTDIR/lib -I$QTDIR/include -lqt slidenumber.cpp -o SlideNumber And when I want to execute this newly...
  11. M

    converting DVD audio only to mp3

    Hi. I've got a DVD from a concert. I would like to be able to listen to it from iTunes so to convert the sound track to MP3. I tried to do it with MEncode but it failed (dummy I am!). Can you help me, please ? many thanks, Pierre. PS: I don't need the video ... just the sound of...
  12. M

    NSBezierPath & stray 320 ?? :S

    many thx to all, you answered me fully ;) I hope I will be able to help you in return one day ;)
  13. M

    NSBezierPath & stray 320 ?? :S

    I don't think so because I deleted the old line and more over just retyping it (not copy/paste) the effect is the same and I tryed it with several projects ... I do not understand. :( the idea of character codes is not bad. But what is a 'stray' ? thx Pierre
  14. M

    NSBezierPath & stray 320 ?? :S

    This used to work : [[NSBezierPath bezierPathWithOvalInRect:dotRect] fill]; (it comes from 'Learning Cocoa' book, chapter 8, page 137). However now I get two errors when trying to compile it or similar instructions like : [[NSBezierPath bezierPathWithRect:dotRect] fill]; The...
  15. M

    NSBezierPath & stray 320 ?? :S

    the problem seems to come from the NSBezierPath itself ... since when I call [NSBezierPath bezierPathWithRect:rect] I get the same errors :'( thx for the help, Pierre
  16. M

    NSBezierPath & stray 320 ?? :S

    Hi. a source that compiled very well before now does not with the following error. Here is the code : [[NSBezierPath bezierPathWithOvalInRect:rect]_fill]; When I let this "as it" I get compilation errors : stray '\320' in program stray '\240' in program When I replace the...
  17. M

    old CD-RW and iTunes 4 ... :'(

    oops! sure ... the OS is an important info ;) It is Mac OS X.2.4 (on a PowerMac G4/450), with more than 256 MoRAM. Anything works fine without the CD-RW. The iTunes amazing behaviour is one of the several problems we get. I think the CD-RW is not fully recognized/supported. Since it is...
  18. M

    old CD-RW and iTunes 4 ... :'(

    Hello. I've got a PowerMacintosh G4/450. I replaced the Apple CD-Rom driver with my PC's CD-RW driver. However, when I try to convert AudioCD to MP3 iTunes crashes randomly (sometimes at the fourth song, sometimes at the first ... very random behaviour). Do you know the why ? and in...
  19. M

    the doubt ...

    ok thx. but what is amazing is to see that the programs works very well. ;) Thx
  20. M

    the doubt ...

    Hi. I'm making a little program in C++ (ISO/ANSI strict) with ProjectBuilder and the program behaves normally until the end. "Until the end" means that it exits "due to signal 11 (SIGSEGV)" ... however ProjectBuilder to add (in the status bar at the bottom of the window) : "TT exited...
Back
Top