Bugs item #3138409, was opened at 2010-12-15 22:08
Message generated for change (Tracker Item Submitted) made by nmabbasi
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102915&aid=3138409&group_id=2915

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nasser M. Abbasi (nmabbasi)
Assigned to: Nobody/Anonymous (nobody)
Summary: CMake Error at CMakeLists.txt:206  still exist after change

Initial Comment:
"Message:
The answer is simply to drop "src" from the above command.  In other words,
path-to-source-tree refers to the top-directory in the source tree, not the
src subdirectory of that.  So the above command should read

cmake -DMAKE_INSTALL_PREFIX=/usr/lib ~/Downloads/plplot-5.9.7 >&
cmake.out

I am positive this will work so I am closing this support request, but
feel free to reopen or start a new one or, better yet, subscribe to the
plplot-general mailing list and ask your support questions there. 
"

thanks. But your trick did not. I still get the error:

$ ls -l
drwxr-xr-x 22 me me     4096 2010-12-15 22:00 plplot-5.9.7
$ cmake -DMAKE_INSTALL_PREFIX=/usr/lib ~/Downloads/plplot-5.9.7  &>cmake.out

CMake Error at CMakeLists.txt:206 (pkg_config_link_flags):
  Unknown CMake command "pkg_config_link_flags".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 2.8)

  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!

--Nasser


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=102915&aid=3138409&group_id=2915

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to