Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: anterma <anterma@oz...> - 2008-04-30 18:05:06
|
thank you very much Brian. Now this error message has disappeared. But i didn't look further up the screen. If I look further up the screen, the first error is this: upcbarcode.cc:111:23: error: opencv/cv.h : No such file or directory upcbarcode.cc:111:28: error: opencv/highgui.h : No such file or directory Brian Gerkey wrote: > > > On Apr 30, 2008, at 10:40 AM, anterma wrote: > >> >> Hello!! I get this message error when i compile player. >> >> upcbarcode.cc: In member function int UPCBarcode::ExtractCode(int, int >> (*)[2]. int*,int*): >> upcbarcode.cc:515:error: 'fabs was not declared in this scope' >> make[5] *** [upcbarcode.lo] Error 1 > > Looks like upcbarcode.cc is missing an '#include <math.h>'. Try > adding that at the top of the file. If it fixes the problem, please > submit a patch. > > brian. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Playerstage-users mailing list > Playerstage-users@... > https://lists.sourceforge.net/lists/listinfo/playerstage-users > > -- View this message in context: http://www.nabble.com/error-compiling-again%21%21-tp16987999p16988504.html Sent from the playerstage-users mailing list archive at Nabble.com. |
From: anterma <anterma@oz...> - 2008-04-30 17:40:11
|
Hello!! I get this message error when i compile player. upcbarcode.cc: In member function int UPCBarcode::ExtractCode(int, int (*)[2]. int*,int*): upcbarcode.cc:515:error: 'fabs was not declared in this scope' make[5] *** [upcbarcode.lo] Error 1 thank you very much -- View this message in context: http://www.nabble.com/error-compiling-again%21%21-tp16987999p16987999.html Sent from the playerstage-users mailing list archive at Nabble.com. |
From: Brian Gerkey <brian@ge...> - 2008-04-30 17:53:36
|
On Apr 30, 2008, at 10:40 AM, anterma wrote: > > Hello!! I get this message error when i compile player. > > upcbarcode.cc: In member function int UPCBarcode::ExtractCode(int, int > (*)[2]. int*,int*): > upcbarcode.cc:515:error: 'fabs was not declared in this scope' > make[5] *** [upcbarcode.lo] Error 1 Looks like upcbarcode.cc is missing an '#include <math.h>'. Try adding that at the top of the file. If it fixes the problem, please submit a patch. brian. |
From: anterma <anterma@oz...> - 2008-04-30 18:05:06
|
thank you very much Brian. Now this error message has disappeared. But i didn't look further up the screen. If I look further up the screen, the first error is this: upcbarcode.cc:111:23: error: opencv/cv.h : No such file or directory upcbarcode.cc:111:28: error: opencv/highgui.h : No such file or directory Brian Gerkey wrote: > > > On Apr 30, 2008, at 10:40 AM, anterma wrote: > >> >> Hello!! I get this message error when i compile player. >> >> upcbarcode.cc: In member function int UPCBarcode::ExtractCode(int, int >> (*)[2]. int*,int*): >> upcbarcode.cc:515:error: 'fabs was not declared in this scope' >> make[5] *** [upcbarcode.lo] Error 1 > > Looks like upcbarcode.cc is missing an '#include <math.h>'. Try > adding that at the top of the file. If it fixes the problem, please > submit a patch. > > brian. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Playerstage-users mailing list > Playerstage-users@... > https://lists.sourceforge.net/lists/listinfo/playerstage-users > > -- View this message in context: http://www.nabble.com/error-compiling-again%21%21-tp16987999p16988504.html Sent from the playerstage-users mailing list archive at Nabble.com. |
From: Brian Gerkey <brian@ge...> - 2008-04-30 18:09:44
|
On Apr 30, 2008, at 11:05 AM, anterma wrote: > > thank you very much Brian. Now this error message has disappeared. > But i > didn't look further up the screen. If I look further up the screen, > the > first error is this: > upcbarcode.cc:111:23: error: opencv/cv.h : No such file or directory > upcbarcode.cc:111:28: error: opencv/highgui.h : No such file or > directory Hmm. That driver shouldn't be built unless OpenCV is found during configuration. Perhaps there's something wrong with your OpenCV installation. The easiest workaround, assuming that you don't actually want to use the upcbarcode driver, is to disable it during configuration: $ ./configure --disable-upcbarcode $ make brian. |
From: anterma <anterma@oz...> - 2008-04-30 18:20:42
|
thank you very much Brian. Now I've the same problem but with all drivers using opencv (imageseq, simpleshape, shapetracker....... and more). How I can disable all drivers which depends on opencv). I tried ./configure --disable-opencv, but failed. Thanks Brian Brian Gerkey wrote: > > > On Apr 30, 2008, at 11:05 AM, anterma wrote: > >> >> thank you very much Brian. Now this error message has disappeared. >> But i >> didn't look further up the screen. If I look further up the screen, >> the >> first error is this: >> upcbarcode.cc:111:23: error: opencv/cv.h : No such file or directory >> upcbarcode.cc:111:28: error: opencv/highgui.h : No such file or >> directory > > Hmm. That driver shouldn't be built unless OpenCV is found during > configuration. Perhaps there's something wrong with your OpenCV > installation. > > The easiest workaround, assuming that you don't actually want to use > the upcbarcode driver, is to disable it during configuration: > $ ./configure --disable-upcbarcode > $ make > > brian. > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Playerstage-users mailing list > Playerstage-users@... > https://lists.sourceforge.net/lists/listinfo/playerstage-users > > -- View this message in context: http://www.nabble.com/error-compiling-again%21%21-tp16987999p16988765.html Sent from the playerstage-users mailing list archive at Nabble.com. |
From: Brian Gerkey <brian@ge...> - 2008-04-30 18:26:40
|
On Apr 30, 2008, at 11:20 AM, anterma wrote: > > thank you very much Brian. Now I've the same problem but with all > drivers > using opencv (imageseq, simpleshape, shapetracker....... and more). > How I > can disable all drivers which depends on opencv). I tried ./configure > --disable-opencv, but failed. Thanks Brian Unfortunately, each driver tests independently for OpenCV. This test uses pkg-config, like so: $ pkg-config --libs opencv This test is succeeding on your machine, but subsequently compiling against OpenCV is failing. So I see two solutions: 1. Explicitly --disable each driver that uses OpenCV. Tedious, but will work 2. Remove OpenCV from your system. Or at least remove its pkg-config file, opencv.pc (probably in /usr/lib/pkgconfig). brian. > > Brian Gerkey wrote: >> >> >> On Apr 30, 2008, at 11:05 AM, anterma wrote: >> >>> >>> thank you very much Brian. Now this error message has disappeared. >>> But i >>> didn't look further up the screen. If I look further up the screen, >>> the >>> first error is this: >>> upcbarcode.cc:111:23: error: opencv/cv.h : No such file or directory >>> upcbarcode.cc:111:28: error: opencv/highgui.h : No such file or >>> directory >> >> Hmm. That driver shouldn't be built unless OpenCV is found during >> configuration. Perhaps there's something wrong with your OpenCV >> installation. >> >> The easiest workaround, assuming that you don't actually want to use >> the upcbarcode driver, is to disable it during configuration: >> $ ./configure --disable-upcbarcode >> $ make >> >> brian. >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> Don't miss this year's exciting event. There's still time to save >> $100. >> Use priority code J8TL2D2. >> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone >> _______________________________________________ >> Playerstage-users mailing list >> Playerstage-users@... >> https://lists.sourceforge.net/lists/listinfo/playerstage-users >> >> > > -- > View this message in context: http://www.nabble.com/error-compiling-again%21%21-tp16987999p16988765.html > Sent from the playerstage-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save > $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Playerstage-users mailing list > Playerstage-users@... > https://lists.sourceforge.net/lists/listinfo/playerstage-users |
From: Toby Collett <tcollett+player@pl...> - 2008-04-30 20:04:12
Attachments:
Message as HTML
|
Also, check if you have installed all or just one of the opencv dev packages, on debian/ubuntu systems there are three libcv-dev - development files for libcv libcvaux-dev - development files for libcvaux libhighgui-dev - development files for libhighgui It is possible you have one of them installed which is making the test pass but not the others so the build fails. Toby 2008/5/1 Brian Gerkey <brian@...>: > > On Apr 30, 2008, at 11:20 AM, anterma wrote: > > > > > thank you very much Brian. Now I've the same problem but with all > > drivers > > using opencv (imageseq, simpleshape, shapetracker....... and more). > > How I > > can disable all drivers which depends on opencv). I tried ./configure > > --disable-opencv, but failed. Thanks Brian > > Unfortunately, each driver tests independently for OpenCV. This test > uses pkg-config, like so: > $ pkg-config --libs opencv > This test is succeeding on your machine, but subsequently compiling > against OpenCV is failing. > > So I see two solutions: > 1. Explicitly --disable each driver that uses OpenCV. Tedious, but > will work > 2. Remove OpenCV from your system. Or at least remove its pkg-config > file, opencv.pc (probably in /usr/lib/pkgconfig). > > brian. > > > > > Brian Gerkey wrote: > >> > >> > >> On Apr 30, 2008, at 11:05 AM, anterma wrote: > >> > >>> > >>> thank you very much Brian. Now this error message has disappeared. > >>> But i > >>> didn't look further up the screen. If I look further up the screen, > >>> the > >>> first error is this: > >>> upcbarcode.cc:111:23: error: opencv/cv.h : No such file or directory > >>> upcbarcode.cc:111:28: error: opencv/highgui.h : No such file or > >>> directory > >> > >> Hmm. That driver shouldn't be built unless OpenCV is found during > >> configuration. Perhaps there's something wrong with your OpenCV > >> installation. > >> > >> The easiest workaround, assuming that you don't actually want to use > >> the upcbarcode driver, is to disable it during configuration: > >> $ ./configure --disable-upcbarcode > >> $ make > >> > >> brian. > >> > >> > ------------------------------------------------------------------------- > >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > >> Don't miss this year's exciting event. There's still time to save > >> $100. > >> Use priority code J8TL2D2. > >> > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > >> _______________________________________________ > >> Playerstage-users mailing list > >> Playerstage-users@... > >> https://lists.sourceforge.net/lists/listinfo/playerstage-users > >> > >> > > > > -- > > View this message in context: > http://www.nabble.com/error-compiling-again%21%21-tp16987999p16988765.html > > Sent from the playerstage-users mailing list archive at Nabble.com. > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time to save > > $100. > > Use priority code J8TL2D2. > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > _______________________________________________ > > Playerstage-users mailing list > > Playerstage-users@... > > https://lists.sourceforge.net/lists/listinfo/playerstage-users > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Playerstage-users mailing list > Playerstage-users@... > https://lists.sourceforge.net/lists/listinfo/playerstage-users > -- This email is intended for the addressee only and may contain privileged and/or confidential information |
From: anterma <anterma@oz...> - 2008-05-02 07:33:25
|
Thank you very mucho Tby!! You're right Toby. Toby Collett-3 wrote: > > Also, check if you have installed all or just one of the opencv dev > packages, on debian/ubuntu systems there are three > libcv-dev - development files for libcv > libcvaux-dev - development files for libcvaux > libhighgui-dev - development files for libhighgui > > It is possible you have one of them installed which is making the test > pass > but not the others so the build fails. > > Toby > > 2008/5/1 Brian Gerkey <brian@...>: > >> >> On Apr 30, 2008, at 11:20 AM, anterma wrote: >> >> > >> > thank you very much Brian. Now I've the same problem but with all >> > drivers >> > using opencv (imageseq, simpleshape, shapetracker....... and more). >> > How I >> > can disable all drivers which depends on opencv). I tried ./configure >> > --disable-opencv, but failed. Thanks Brian >> >> Unfortunately, each driver tests independently for OpenCV. This test >> uses pkg-config, like so: >> $ pkg-config --libs opencv >> This test is succeeding on your machine, but subsequently compiling >> against OpenCV is failing. >> >> So I see two solutions: >> 1. Explicitly --disable each driver that uses OpenCV. Tedious, but >> will work >> 2. Remove OpenCV from your system. Or at least remove its pkg-config >> file, opencv.pc (probably in /usr/lib/pkgconfig). >> >> brian. >> >> > >> > Brian Gerkey wrote: >> >> >> >> >> >> On Apr 30, 2008, at 11:05 AM, anterma wrote: >> >> >> >>> >> >>> thank you very much Brian. Now this error message has disappeared. >> >>> But i >> >>> didn't look further up the screen. If I look further up the screen, >> >>> the >> >>> first error is this: >> >>> upcbarcode.cc:111:23: error: opencv/cv.h : No such file or directory >> >>> upcbarcode.cc:111:28: error: opencv/highgui.h : No such file or >> >>> directory >> >> >> >> Hmm. That driver shouldn't be built unless OpenCV is found during >> >> configuration. Perhaps there's something wrong with your OpenCV >> >> installation. >> >> >> >> The easiest workaround, assuming that you don't actually want to use >> >> the upcbarcode driver, is to disable it during configuration: >> >> $ ./configure --disable-upcbarcode >> >> $ make >> >> >> >> brian. >> >> >> >> >> ------------------------------------------------------------------------- >> >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> >> Don't miss this year's exciting event. There's still time to save >> >> $100. >> >> Use priority code J8TL2D2. >> >> >> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone >> >> _______________________________________________ >> >> Playerstage-users mailing list >> >> Playerstage-users@... >> >> https://lists.sourceforge.net/lists/listinfo/playerstage-users >> >> >> >> >> > >> > -- >> > View this message in context: >> http://www.nabble.com/error-compiling-again%21%21-tp16987999p16988765.html >> > Sent from the playerstage-users mailing list archive at Nabble.com. >> > >> > >> > >> ------------------------------------------------------------------------- >> > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> > Don't miss this year's exciting event. There's still time to save >> > $100. >> > Use priority code J8TL2D2. >> > >> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone >> > _______________________________________________ >> > Playerstage-users mailing list >> > Playerstage-users@... >> > https://lists.sourceforge.net/lists/listinfo/playerstage-users >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> Don't miss this year's exciting event. There's still time to save $100. >> Use priority code J8TL2D2. >> >> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone >> _______________________________________________ >> Playerstage-users mailing list >> Playerstage-users@... >> https://lists.sourceforge.net/lists/listinfo/playerstage-users >> > > > > -- > This email is intended for the addressee only and may contain privileged > and/or confidential information > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Playerstage-users mailing list > Playerstage-users@... > https://lists.sourceforge.net/lists/listinfo/playerstage-users > > -- View this message in context: http://www.nabble.com/error-compiling-again%21%21-tp16987999p17002170.html Sent from the playerstage-users mailing list archive at Nabble.com. |