Re: [Kosmosfs-users] Can't compile 0.1.2
Status: Alpha
Brought to you by:
sriramsrao
|
From: Alexey T. <tim...@gm...> - 2008-02-01 11:37:32
|
Sriram, thank you for the prompt answer. It helped. On 01/02/2008, Sriram Rao <sri...@gm...> wrote: > > Hello, > > Basically, the java stuff isn't where cmake looked, so you'll have to > setup the appropriate values. To fix, > edit your build/CMakeCache.txt and fill in values for those variables. > For example: > > JAVA_INCLUDE_PATH:PATH=/usr/java/include > JAVA_INCLUDE_PATH2:PATH=/usr/java/include/linux > > Sriram > > On Jan 31, 2008 2:20 PM, Alexey Timanovsky <tim...@gm...> wrote: > > Hello, > > > > I'm getting the following: > > > > -- Check for working C compiler: /usr/bin/gcc > > -- Check for working C compiler: /usr/bin/gcc -- works > > -- Check size of void* > > -- Check size of void* - done > > -- Check for working CXX compiler: /usr/bin/c++ > > -- Check for working CXX compiler: /usr/bin/c++ -- works > > -- Found Log4cpp: /usr/local/lib/liblog4cpp.so > > -- Setting build type to Debug > > -- Found JNI...building kfs_access > > -- Found fuse > > CMake Error: This project requires some variables to be set, > > and cmake can not find them. > > Please set the following variables: > > JAVA_INCLUDE_PATH (ADVANCED) > > JAVA_INCLUDE_PATH2 (ADVANCED) > > > > -- Configuring done > > > > > > Setup jdk 6 u4, didn't help. Renamed release-0.1.2 to kfs as suggested > in > > documentation didn't help. > > > > Any suggestions? > > > > -- > > Best regards, > > Alexey Timanovsky. > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2008. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > Kosmosfs-users mailing list > > Kos...@li... > > https://lists.sourceforge.net/lists/listinfo/kosmosfs-users > > > > > -- Best regards, Alexey Timanovsky. |