Posted By: Ryota Maruko
Date: 2008-08-16 08:08
Summary: rqr 0.2.2 Released.
Project: rqr

rqr version 0.2.2 has been released!
rqr is a ruby library to create QR code image. Output: PS, JPEG, PNG, EPS, TIFF.
Platform: Linux, OSX and Win32.

A QR code is a 2-dimensional "barcode" of a type popular in Japan.

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: rqr-0.2.2-released.-

Start New Thread Start New Thread

 

By: Sho Fukamachi
Fails upon attempt to generate JPEG [ reply ]  
2008-10-29 16:05
Rake (and attempted usage) fails with this error:

$ rake test
(in /Users/sho/projects/sources/rqr/tags/rqr-0.2.2)
Loaded suite -e
Started
dyld: lazy symbol binding failed: Symbol not found: __Z14jpeg_std_errorP14jpeg_error_mgr
Referenced from: /Users/james/projects/sources/rqr/tags/rqr-0.2.2/lib/rqr/QR.bundle
Expected in: dynamic lookup

dyld: Symbol not found: __Z14jpeg_std_errorP14jpeg_error_mgr
Referenced from: /Users/james/projects/sources/rqr/tags/rqr-0.2.2/lib/rqr/QR.bundle
Expected in: dynamic lookup

rake aborted!
Command failed with status (): [/System/Library/Frameworks/Ruby.framework/...]

(See full trace by running task with --trace)

I am using Macports:

$ port list installed | grep jpeg
jpeg @6b graphics/jpeg


Any ideas?

thanks