Code Monkey home page Code Monkey logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
I assume you ran the ./configure script first ? I have not tested this on Mac OS

Original comment by [email protected] on 3 Jan 2012 at 8:07

from pdf2json.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Sorry, I can see the issue now. Will fix ASAP.

Original comment by [email protected] on 3 Jan 2012 at 8:08

from pdf2json.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
update: just tried on centos 5.6 final. same problem. by the way, i had to 
manually change the include folders in order to remove file location errors. 
i'm actually having the same problem with pdf2image too.

Original comment by [email protected] on 3 Jan 2012 at 8:24

from pdf2json.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
which include folders did you have to change to get pdf2json to work in centos?

Original comment by [email protected] on 9 Jan 2012 at 1:12

from pdf2json.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Previously, Example for the Makefile in splash folder, from

CXXFLAGS = -I/usr/local/include/freetype2 -I/usr/local/include -DHAVE_CONFIG_H 
-I.. -I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir)  

to

CXXFLAGS = -I/opt/local/include/freetype2 -I/opt/local  -DHAVE_CONFIG_H -I.. 
-I$(GOOSRCDIR) -I$(FOFISRCDIR) -I$(srcdir) 

thats for my mac machine anyway.

I just tried 0.51 with ./configure it works on my centos. will be trying on mac 
later.

Original comment by [email protected] on 9 Jan 2012 at 4:02

from pdf2json.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
I can not get this to work. I have unzipped the tar file and there is no 
configure or make.. 
can someone please give me a little help?

Original comment by [email protected] on 1 Apr 2012 at 10:10

from pdf2json.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Nevermind i found the config stuff but now i get the following errors:

checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether the C++ compiler works... no
configure: error: in `/root/pdf2json':
configure: error: C++ compiler cannot create executables
See `config.log' for more details.

Original comment by [email protected] on 1 Apr 2012 at 10:20

from pdf2json.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
you need to install c++ compiler

if you're running ubuntu:

sudo apt-get install build-essential

then run ./configure again

you'll need to check for the specific command depending on which operating 
system you're running.


Original comment by [email protected] on 16 Nov 2012 at 1:07

from pdf2json.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 27, 2024
Not an issue - was related to c++ compiler

Original comment by [email protected] on 17 Feb 2013 at 9:47

  • Changed state: WontFix

from pdf2json.

Related Issues (11)

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.