Page 2 of 2 FirstFirst 12
Results 21 to 26 of 26

Thread: Please help me - make error

  1. #21
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Please help me - make error

    C:\Documents and Settings\chikon\My Documents\Eclips projects\poy3>make roy3
    Run just "make", without parameters. The default target will be built.

  2. #22
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Please help me - make error

    it worked, thanks

    I put it as atached file.

    is it ok to write the lines I changed only?
    Attached Files Attached Files

  3. #23
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Please help me - make error

    undefined reference to `ImageViewer::applyEffect()'
    You have declared a slot called ImageViewer::applyEffect() but not implemented it.
    J-P Nurmi

  4. #24
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Cool Re: Please help me - make error

    thanks@
    just fixed it and now it works thanks to you all
    can't believe I wasted 24 hours on this! just wanted to check if things are working before I do the image effects.


    how do u find compile error ? what is this long list before the error message?
    what toold do you use to debug and to find error?

    long day......

  5. #25
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Please help me - make error

    Quote Originally Posted by Gily View Post
    how do u find compile error ?
    IDEs can find error messages for you. Since errors are printed on the stderr, you can use "make > NUL" to filter out non-error messages.

    Quote Originally Posted by Gily View Post
    what is this long list before the error message?
    The lines starting with "mingw32-make" are from make which tells you what it's doing at the moment and the lines starting with "g++" are the actual commands that were used to compile your application.

    Quote Originally Posted by Gily View Post
    what toold do you use to debug and to find error?
    If your program compiles, but it doesn't work, you can use a debugger (for example gdb), but it's useful only if you don't know what your program does.

  6. #26
    Join Date
    Dec 2007
    Posts
    22
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Please help me - make error

    thanks, usefull info

Similar Threads

  1. QPSQL driver in windows
    By brevleq in forum Installation and Deployment
    Replies: 31
    Last Post: 14th December 2007, 12:57
  2. Error compiling psql plugin
    By vieraci in forum Installation and Deployment
    Replies: 4
    Last Post: 7th October 2007, 02:49
  3. Qtopia core 4.2.2 cross compile make error
    By smiyai18 in forum Installation and Deployment
    Replies: 2
    Last Post: 28th August 2007, 17:04
  4. qt 4.2.2 install on aix
    By try to remember in forum Installation and Deployment
    Replies: 2
    Last Post: 28th March 2007, 12:19
  5. Am I the only one with "make" error ?
    By probine in forum Installation and Deployment
    Replies: 1
    Last Post: 13th February 2006, 12:54

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.