Skip to content

Instantly share code, notes, and snippets.

View shashanksingh's full-sized avatar
😁

shashank singh shashanksingh

😁
View GitHub Profile
==> Summary
🍺 /usr/local/Cellar/qt5/5.3.1: 5729 files, 177M
==> Installing openbr dependency: opencv
==> Downloading https://github.com/Itseez/opencv/archive/2.4.9.tar.gz
Already downloaded: /Library/Caches/Homebrew/opencv-2.4.9.tar.gz
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/opencv/2.4.9 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DCMAKE_OSX_DEPLOYMENT_TA
==> make
/usr/local/Library/ENV/3.2.6/llvm-g++ -fsigned-char -W -Wall -Werror=return-type -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -msse -msse2 -msse3 -dynamiclib -Wl,-headerpad_max_install_names -compatibility_version 2.4.0 -current_version 2.4.9 -o ../../lib/libopencv_video.2.4.9.dylib -install_name /tmp/opencv-HOzS/opencv-2.4.9/macbuild/lib/libopencv_video.2.4.dylib CMa
My output for brew doctor
```
Warning: An "autoconf" in your path blocks the Xcode-provided version at:
/usr/local/bin/autoconf
This custom autoconf may cause some Homebrew formulae to fail to compile.
@shashanksingh
shashanksingh / 02.make
Created June 6, 2014 01:04
cat ~/Library/Logs/Homebrew/opencv/02.make
[ 25%] Built target opencv_imgproc
/usr/bin/make -f modules/highgui/CMakeFiles/opencv_highgui.dir/build.make modules/highgui/CMakeFiles/opencv_highgui.dir/depend
/usr/bin/make -f modules/video/CMakeFiles/opencv_video.dir/build.make modules/video/CMakeFiles/opencv_video.dir/depend
/usr/bin/make -f modules/photo/CMakeFiles/opencv_photo.dir/build.make modules/photo/CMakeFiles/opencv_photo.dir/depend
cd /tmp/opencv-pBic/opencv-2.4.9/macbuild && /usr/local/Cellar/cmake/2.8.12.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv-pBic/opencv-2.4.9 /tmp/opencv-pBic/opencv-2.4.9/modules/photo /tmp/opencv-pBic/opencv-2.4.9/macbuild /tmp/opencv-pBic/opencv-2.4.9/macbuild/modules/photo /tmp/opencv-pBic/opencv-2.4.9/macbuild/modules/photo/CMakeFiles/opencv_photo.dir/DependInfo.cmake --color=
cd /tmp/opencv-pBic/opencv-2.4.9/macbuild && /usr/local/Cellar/cmake/2.8.12.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/opencv-pBic/opencv-2.4.9 /tmp/opencv-pBic/opencv-2.4.9/modules/video /tmp/opencv-pBic/opencv-2.4.9/mac
@shashanksingh
shashanksingh / brew install openbr crash
Created June 6, 2014 00:59
brew install openbr crash
/usr/bin/install_name_tool: object: /usr/local/Cellar/qt5/5.3.0/bin/qmlbundle malformed object (unknown load command 17)
/usr/bin/install_name_tool: object: /usr/local/Cellar/qt5/5.3.0/bin/qmlimportscanner malformed object (unknown load command 15)
/usr/bin/install_name_tool: object: /usr/local/Cellar/qt5/5.3.0/bin/qmlmin malformed object (unknown load command 15)
/usr/bin/install_name_tool: object: /usr/local/Cellar/qt5/5.3.0/bin/qmlplugindump malformed object (unknown load command 21)
/usr/bin/install_name_tool: object: /usr/local/Cellar/qt5/5.3.0/bin/qmlplugindump malformed object (unknown load command 21)
/usr/bin/install_name_tool: object: /usr/local/Cellar/qt5/5.3.0/bin/qmlplugindump malformed object (unknown load command 21)
/usr/bin/install_name_tool: object: /usr/local/Cellar/qt5/5.3.0/bin/qmlplugindump malformed object (unknown load command 21)
/usr/bin/install_name_tool: object: /usr/local/Cellar/qt5/5.3.0/bin/qmlplugindump malformed object (unknown load command 21)
/usr/bin/install_name_tool: obje
I wonder, considering the repetitive work website requires, can a DSL language be written which automatically generates working code.I mean something like
{
:problem=>"take 4 value from form and save into db"
:solution=>[
:create_form(value1,value2,value3,value4),
:validate_it_client_side,
:parse_it_server_side,
:save_into_db,
:show_result_client_side