Giter Site home page Giter Site logo

kyle's People

Watchers

 avatar

kyle's Issues

ofxSvg and ofxColor not compiling correctly

System-
MacBookPro (Intel i5)
OS X 10.6.5
XCode 3.2
openFrameworks 0.62

  Trying to compile very simple example of ofxSvg. 

ofxSvg svg;
svg.loadFile("mask.svg");
svg.draw(0,0);

I get 77 errors related to ofxColor. Any help would be great. Thanks. 

------------------------------------------------------
In file included from 
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
.h:5,
                 from /Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/apps/33/maskTest/src/testApp.h:6,
                 from /Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/apps/33/maskTest/src/main.cpp:2:
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:10: error: 'ofxColor' does not name a type
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:48: error: 'ofxColor' is not a type
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:61: error: 'ofxColor' is not a type
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h: In copy constructor 'ofxSvgPath::ofxSvgPath(const ofxSvgPath&)':
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:35: error: 'fillColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:35: error: 'const class ofxSvgPath' has no member named 'fillColor'
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:36: error: 'strokeColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:36: error: 'const class ofxSvgPath' has no member named 'strokeColor'
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h: In member function 'void ofxSvgPath::setOpacity(float)':
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:42: error: 'fillColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:43: error: 'strokeColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h: In member function 'void ofxSvgPath::setFill(int)':
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:49: error: 'fillColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h: In member function 'void ofxSvgPath::setFill(std::string)':
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:56: error: 'fillColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h: In member function 'void ofxSvgPath::setStroke(int)':
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:62: error: 'strokeColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h: In member function 'void ofxSvgPath::setStroke(std::string)':
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:72: error: 'strokeColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h: In member function 'void ofxSvgPath::draw()':
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:84: error: 'fillColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:88: error: 'fillColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:91: error: 'fillColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:94: error: 'strokeColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:99: error: 'strokeColor' was not declared in this scope
/Developer/OpenFrameworks/of_preRelease_v0062_osxSL_FAT/addons/ofxSvg/src/ofxSvg
Path.h:102: error: 'strokeColor' was not declared in this scope

Original issue reported on code.google.com by [email protected] on 3 Dec 2010 at 12:32

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.