On Sunday 19 July 2009 22:41:48 you wrote:
> On Sun, 2009-07-19 at 18:32 -0400, Marc Lijour wrote:
> > On Wednesday 15 July 2009 02:20:51 you wrote:
> > > On Sat, 2009-07-11 at 15:41 -0400, Marc Lijour wrote:
> > > > That's podofo-0.7.0
> > >
> > > Can I get you to try with current svn trunk?
> > >
> > > At this point I'm not sure what's happening. A 64-bit target shouldn't
> > > really matter.
> >
> > This is what I get with revision 1069 of
> > URL: https://podofo.svn.sourceforge.net/svnroot/podofo/podofo/trunk
> >
> >
> > $ cmake -G "Unix Makefiles" -DWANT_LIB64:BOOL=TRUE -
> > DPODOFO_BUILD_SHARED:BOOL=TRUE -DCMAKE_INSTALL_PREFIX="$HOME/podofo"
> > ../podofo/src/
>
> What OS / distro and version is the machine you're running on?
>
> Just to make sure: Your build tree is not inside your source tree or
> vice versa, right?
>
> It looks like your directories are arranged something like:
>
> podofo/
> podofo/src
> podofo/build <-- cmake run with this cwd
>
> but I want to make sure.
>
> You're working on clean, unmodified trunk, right? ie (WARNING will
> discard any changes you've made in the tree):
>
> cd podofo/src && svn revert -R .
>
> outputs nothing?
>
> (cont after quoted text):
> > Building shared PoDoFo library
> > CMake Error at CMakeLists.txt:237 (INSTALL):
> > install TARGETS given no LIBRARY DESTINATION for shared library target
> > "podofo_shared".
>
> Do you have write permission to the build directory? Try "touch test"
> and see if "test" appears.
>
> Is the build directory on a normal UNIX file system? CMake will throw a
> wobbly if you try to use FAT32 or something similarly horrid to store a
> build directory.
>
> Does an in-tree build in podofo/src work?
>
> I have access to a 64 bit machine (Debian Lenny, x86_64 VMWare ESX VM)
> so I'll try a build shortly. Meanwhile, answers to these questions would
> be helpful.
I am on Mandriva 2009.1 64bit. Yes, I am building on a separate directory:
$ svn status ../podofo
$ pwd
/home/marc/devel/podofo-build
(I have podofo -aka trunk- and podofo-build as 2 separate directories)
cd podofo/src && svn revert -R .
outputs nothing
I have write permission on this directory. Some files have been written
already:
$ ll
total 12
-rw-r--r-- 1 marc marc 11072 2009-07-19 18:29 CMakeCache.txt
drwxr-xr-x 5 marc marc 1024 2009-07-19 18:29 CMakeFiles/
I am working on an ext3 file system.
An in-tree build:
[podofo]$ mkdir build
[podofo]$ cd build/
[build]$ cmake -G "Unix Makefiles" -DWANT_LIB64:BOOL=TRUE -
DPODOFO_BUILD_SHARED:BOOL=TRUE -DCMAKE_INSTALL_PREFIX="$HOME/podofo" ../src/
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
Building shared PoDoFo library
CMake Error at CMakeLists.txt:237 (INSTALL):
install TARGETS given no LIBRARY DESTINATION for shared library target
"podofo_shared".
CMake Error at CMakeLists.txt:254 (FILE):
file Internal CMake error when trying to open file: /PoDoFoConfig.cmake for
writing.
CMake Error at CMakeLists.txt:258 (FILE):
file Internal CMake error when trying to open file: /PoDoFoConfig.cmake for
writing.
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
-------------------------------------------------
What does this error mean? It looks like an incomplete CMake file -but I am no
expert at CMake.
CMake Error at CMakeLists.txt:237 (INSTALL):
install TARGETS given no LIBRARY DESTINATION for shared library target
"podofo_shared".
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Podofo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/podofo-users