Search the web
Sign In
New User? Sign Up
neat · NEAT Users Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
compiling Hyperneat on Linux   Message List  
Reply | Forward Message #4754 of 4894 |
Hello,
I'm having the hardest time trying to compile Hyperneat 2.6 on Fedora 11 using
GCC 4.4. I already have zlib-devel packages installed, so I try and build
tinyxmldll and thats where things blow up.

I create the following directories:
mkdir tinyxmldll/build/debug
mkdir tinyxmldll/build/release

but when I try running cmake -i on those directories, I get the error:
CMake Error: The source directory "/home/user/hyperneat/tinyxmldll/build/debug"
does not appear to contain CMakeLists.txt.

So then I try running cmake -i in the tinyxmldll directory itself, and it seems
to run; however, when I run make, I get the following error:

/usr/bin/ld: cannot find -lzlib
collect2: ld returned 1 exit status

but I've already set the zlib include path to /usr/include and the zlib_lib path
to /usr/lib64, but it still cannot find the files. Even when I try to build the
included zlib and point the path to those header and lib files, I get the same
error. Has anyone built it on Linux? Can anyone point to a step my step
procedure for building hyperneat and its dependencies?

Thank You





Thu Jul 9, 2009 4:13 am

gururise
Offline Offline
Send Email Send Email

Forward
Message #4754 of 4894 |
Expand Messages Author Sort by Date

Hello, I'm having the hardest time trying to compile Hyperneat 2.6 on Fedora 11 using GCC 4.4. I already have zlib-devel packages installed, so I try and...
gururise
Offline Send Email
Jul 9, 2009
4:14 am

Hey there, You should start by building the zlib library included with the source code. To build the included zlib, do this: cd /(the source root...
Jason Gauci
jgmath2000
Offline Send Email
Jul 9, 2009
4:33 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help