Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to build Chrome Extension in Snow Leopard (10.6.7) #22

Closed
rubikzube opened this issue Jul 21, 2011 · 1 comment
Closed

Unable to build Chrome Extension in Snow Leopard (10.6.7) #22

rubikzube opened this issue Jul 21, 2011 · 1 comment

Comments

@rubikzube
Copy link

I used homebrew to install the dependencies and modified the build-mac shell script slightly to use the 10.6 developer SDK's... now I can almost build... here is the log:

Assuming homebrew install of libusb and libfreenect
depthjs.cc:162: warning: ‘bool setupDevice()’ defined but not used
ocv_freenect.cpp: In function ‘void* ocvFreenectThread(void*)’:
ocv_freenect.cpp:377: warning: comparison between signed and unsigned integer expressions
ocv_freenect.cpp:383: warning: comparison between signed and unsigned integer expressions
ocv_freenect.cpp:447: warning: comparison between signed and unsigned integer expressions
bg_fg_blobs.cpp: In function ‘cv::Scalar refineSegments(const cv::Mat&, cv::Mat&, cv::Mat&, std::vectorcv::Point_<int, std::allocatorcv::Point_ >&, std::vectorcv::Point_<int, std::allocatorcv::Point_ >&, cv::Point2i&)’:
bg_fg_blobs.cpp:51: warning: comparison between signed and unsigned integer expressions
bg_fg_blobs.cpp:59: warning: comparison between signed and unsigned integer expressions
bg_fg_blobs.cpp:66: warning: comparison between signed and unsigned integer expressions

Undefined symbols for architecture i386:
"freenect_find_video_mode", referenced from:
Freenect::FreenectDevice::getVideoBufferSize() in ccnagzxR.o
Freenect::FreenectDevice::FreenectDevice(freenect_context, int)in ccnagzxR.o
DepthJSDevice::DepthJSDevice(freenect_context, int)in ccnagzxR.o
initFreenect() in ccQLBedv.o
rgb_cb(freenect_device, void
, unsigned int)in ccQLBedv.o
"_freenect_get_current_depth_mode", referenced from:
Freenect::FreenectDevice::getDepthBufferSize() in ccnagzxR.o
"_freenect_set_video_mode", referenced from:
Freenect::FreenectDevice::FreenectDevice(freenect_context, int)in ccnagzxR.o
initFreenect() in ccQLBedv.o
"freenect_find_depth_mode", referenced from:
Freenect::FreenectDevice::FreenectDevice(freenect_context, int)in ccnagzxR.o
DepthJSDevice::DepthJSDevice(freenect_context, int)in ccnagzxR.o
initFreenect() in ccQLBedv.o
depth_cb(freenect_device, void
, unsigned int)in ccQLBedv.o
"_freenect_set_depth_mode", referenced from:
Freenect::FreenectDevice::FreenectDevice(freenect_context, int)in ccnagzxR.o
initFreenect() in ccQLBedv.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status

Little help?

@royshil
Copy link
Collaborator

royshil commented Feb 28, 2012

@rubikzube The new version of the Chrome plugin is in firebreath-plugin (the npapi-plugin is now retired). You should be able to complie & install using the instruction in the readme.

@royshil royshil closed this as completed Feb 28, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants