Coder Social home page Coder Social logo

burstas / context-free Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 15.68 MB

Automatically exported from code.google.com/p/context-free

License: GNU General Public License v2.0

Makefile 0.10% Shell 0.08% C++ 66.74% C 8.99% Lex 0.43% C# 17.36% Objective-C 2.02% Objective-C++ 3.37% HTML 0.20% CSS 0.11% NSIS 0.60% PowerShell 0.01%

context-free's People

Contributors

mtnviewjohn avatar

context-free's Issues

CF::Tile crashes on OSX

What steps will reproduce the problem?
1. Run any example which uses "tile{}" or "CF::Tile" (e.g. 
http://www.contextfreeart.org/gallery/view.php?id=1447)
2. Context Free crashes

Version:         3.0.6 (38)
OS Version:      Mac OS X 10.9.2 (13C1021)


Original issue reported on code.google.com by [email protected] on 7 May 2014 at 12:07

Attachments:

DSO Link Changes

Fix:
Explicitly link to libm:
sed -i 's/^LIBS\s\+=.*/\0 m/' Makefile

What is the expected output? What do you see instead?
/usr/bin/ld: objs/astexpression.o: undefined reference to symbol 
'atan2@@GLIBC_2.0'
/usr/bin/ld: note: 'atan2@@GLIBC_2.0' is defined in DSO /usr/lib/libm.so.6 so 
try adding it to the linker command line
/usr/lib/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [cfdg] Error 1


What version of the product are you using? On what operating system?
ContextFree 3.0 compressed tarball (v17)
Linux 3.4.6-1-ARCH #1 SMP PREEMPT i686 GNU/Linux


Please provide any additional information below.
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange


Original issue reported on code.google.com by [email protected] on 20 Aug 2012 at 7:34

link errors on Linux (avformat_alloc_output_context2)

What steps will reproduce the problem?
1. Download the source for version 3.
2. Install flex, bison, and libavformat-dev. The latter isn't mentioned in the 
readme but seems to be required for the new AGG.
3. make

What is the expected output? What do you see instead?

The linker output is:

objs/ffCanvas.o: In function `ffCanvas::Impl::Impl(char const*, 
aggCanvas::PixelFormat, int, int, int, char*, int)':
ffCanvas.cpp:(.text+0x90): undefined reference to 
`avformat_alloc_output_context2'

What version of the product are you using? On what operating system?

Latest code from mercurial. Ubuntu 12.04. libavformat53 version 
4:0.8.3-0ubuntu0.12.04.1

Original issue reported on code.google.com by [email protected] on 20 Jun 2012 at 12:28

Output Failure

I. Compiled with ffmpeg support:

A.
$ ./cfdg ../tentacles.cfdg 
Failed to create movie file: failed to write video file header
ls -lahrt | grep -i output
(nothing)

B.
$ ./cfdg ../tentacles.cfdg -o output.png
...
The output file name is output.png
$  file output.png 
output.png: ISO Media, Apple QuickTime movie

C.
$ ./cfdg ../tentacles.cfdg output.png
...
The output file name is output.png
$  file output.png 
output.png: ISO Media, Apple QuickTime movie

D.
$  ./cfdg ../tentacles.cfdg -V -o output.png
...
The output file name is output.png
output.png: ISO Media, Apple QuickTime movie


II. Disabled ffmpeg support per "src-ffmpeg/README.ffmpeg"

A.
$ ./cfdg ../tentacles.cfdg
Failed to create movie file: Quicktime support not compiled in

B.
$ ./cfdg ../tentacles.cfdg -o output.png
...
Failed to create movie file: Quicktime support not compiled in

C.
$ ./cfdg ../tentacles.cfdg output.png
...
Failed to create movie file: Quicktime support not compiled in


D.
$  ./cfdg ../tentacles.cfdg -V -o output.png
...
Failed to create movie file: Quicktime support not compiled in


What version of the product are you using? On what operating system?
ContextFree 3.0 compressed tarball (v17)
Linux 3.4.6-1-ARCH #1 SMP PREEMPT i686 GNU/Linux

Original issue reported on code.google.com by [email protected] on 20 Aug 2012 at 7: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.