Click here to Skip to main content
15,886,199 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: Extend PHPMyAdmin Token Pin
Marc Firth9-Dec-09 23:17
Marc Firth9-Dec-09 23:17 
AnswerRe: Extend PHPMyAdmin Token Pin
kpkammer24-Mar-10 4:59
kpkammer24-Mar-10 4:59 
GeneralRe: Extend PHPMyAdmin Token Pin
Marc Firth7-Apr-10 2:29
Marc Firth7-Apr-10 2:29 
QuestionHow can I send e-mail with gmail account Pin
hande5429-Nov-09 23:34
hande5429-Nov-09 23:34 
AnswerRe: How can I send e-mail with gmail account Pin
Marc Firth30-Nov-09 0:48
Marc Firth30-Nov-09 0:48 
AnswerRe: How can I send e-mail with gmail account Pin
Marc Firth30-Nov-09 0:50
Marc Firth30-Nov-09 0:50 
GeneralRe: How can I send e-mail with gmail account Pin
hande5430-Nov-09 7:07
hande5430-Nov-09 7:07 
Questionopencv in codeblocks - compile error Pin
__erfan__29-Nov-09 21:37
__erfan__29-Nov-09 21:37 
hi i am using codeblocks and i want to use opencv to capture video and image and ... .

this is the program :

//------------------------------------
#include < iostream >

using namespace std;

#include "cv.h"
#include "highgui.h"

int main()
{
IplImage* img;
img = cvLoadImage("lena.bmp", 1);
cvNamedWindow("window", 1);
cvShowImage("window", img);
cvWaitKey(0);
cvDestroyWindow("window");
cvReleaseImage(&img);
return 0;
}
//------------------------------------

but there is a compilation error :

../../../../../../usr/local/lib/libcxcore.so||undefined reference to `gzeof'|
../../../../../../usr/local/lib/libcxcore.so||undefined reference to `gzopen'|
../../../../../../usr/local/lib/libcxcore.so||undefined reference to `gzclose'|
../../../../../../usr/local/lib/libcxcore.so||undefined reference to `gzrewind'|
../../../../../../usr/local/lib/libcxcore.so||undefined reference to `gzgets'|
../../../../../../usr/local/lib/libcxcore.so||undefined reference to `gzputs'|
||=== Build finished: 6 errors, 0 warnings ===|


i used this instructions to install the downloaded package : (OpenCV-2.0.0.tar.bz2)
1. tar -xjf OpenCV-2.0.0.tar.bz2

2. mkdir opencv.build

3. cd opencv.build

4a. cmake [<extra_options>] ../OpenCV-2.0.0 # CMake-way

or

4b. ../OpenCV-2.0.0/configure [<extra_options>] # configure-way

5. make -j 2

6. sudo make install

7. sudo ldconfig # linux only

and i set the codeblocks envierment parameters as is shown in this page :
http://opencv.willowgarage.com/wiki/CodeBlocks

any suggestion?!
GeneralRe: opencv in codeblocks - compile error Pin
Richard MacCutchan1-Dec-09 2:25
mveRichard MacCutchan1-Dec-09 2:25 
Questionneed a complete and free file manager Pin
Mehdi Ghiasi27-Nov-09 8:43
Mehdi Ghiasi27-Nov-09 8:43 
AnswerRe: need a complete and free file manager Pin
cjoki27-Nov-09 10:36
cjoki27-Nov-09 10:36 
GeneralRe: need a complete and free file manager Pin
Mehdi Ghiasi28-Nov-09 19:21
Mehdi Ghiasi28-Nov-09 19:21 
GeneralRe: need a complete and free file manager Pin
Marc Firth29-Nov-09 22:55
Marc Firth29-Nov-09 22:55 
GeneralRe: need a complete and free file manager Pin
cjoki30-Nov-09 4:43
cjoki30-Nov-09 4:43 
QuestionNew Lang ? Pin
SRJ9226-Nov-09 13:52
SRJ9226-Nov-09 13:52 
AnswerRe: New Lang ? Pin
Eddy Vluggen27-Nov-09 1:07
professionalEddy Vluggen27-Nov-09 1:07 
AnswerRe: New Lang ? Pin
cjoki27-Nov-09 10:31
cjoki27-Nov-09 10:31 
AnswerRe: New Lang ? Pin
Marc Firth29-Nov-09 22:02
Marc Firth29-Nov-09 22:02 
AnswerRe: New Lang ? Pin
abushahin7-Dec-09 2:28
abushahin7-Dec-09 2:28 
AnswerRe: New Lang ? Pin
Dr.Walt Fair, PE14-Dec-09 14:44
professionalDr.Walt Fair, PE14-Dec-09 14:44 
Questionstr_replace vs hebrevc Pin
Quiltfish26-Nov-09 9:01
Quiltfish26-Nov-09 9:01 
AnswerRe: str_replace vs hebrevc Pin
fly90426-Nov-09 9:17
fly90426-Nov-09 9:17 
AnswerRe: str_replace vs hebrevc Pin
Luc Pattyn26-Nov-09 9:22
sitebuilderLuc Pattyn26-Nov-09 9:22 
GeneralRe: str_replace vs hebrevc Pin
Quiltfish26-Nov-09 9:39
Quiltfish26-Nov-09 9:39 
GeneralRe: str_replace vs hebrevc Pin
Luc Pattyn26-Nov-09 9:46
sitebuilderLuc Pattyn26-Nov-09 9:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.