Hi Alex, The complete error logs didn't come through. Could you repost.
You should *not* need to move packaging into src. Where are you telling cmake to find the sources? i.e. what does it say next to "Where is the source code:" in cmake-gui or CMake (CMakeSetup)? Mattias On 5/4/09, Alexandra Diehl <[email protected]> wrote: > [quote="Mattias Helsing"]Hi Matthias, Alexandra > > Your problems seems very odd so I'm gonna need some more info. If you > solved it already ignore my questions but please pass your solution to > Alexandra. > > Do the files that cmake complains about actually exist? > Are you building "in-source" or "out-of-source"? > Hello Mattias and thank you to response > Well. I review the "\CMakemodules" folders and found the > "CheckAtomicOps.cmake" file. > Im building out of the sources. > > I'm thinking you may have downloaded a corrupted archive or that the > files got currupted during extraction. Where did you download the > archive from (yes I can guess but want to be sure:) and what tool did > you use to extract it? > > I download the files at april,24 of 2009. I used 7-zip to extract files, > and configured it with Cmake 2.6-patch3. > > I just got an idea (or a wild guess). It seems you don't have either > cmake_minimum_required (which is the first thing in the top-level > cmakelists.txt) or the OsgMacroUtils macros which are included from > (again) the toplevel CMakeLists.txt. So - are you really using > > C:/Dokumente und > >> Einstellungen/Matze/Desktop/OpenSceneGraph-2.9.3/OpenSceneGraph-2.9.3 >> > > as "Where is the source:" ? Could Alexandra check this too (with > another path of course) > > Yes. Im using "OpenSceneGraph-2.8.0". I send you my configuration file. > And the complete errors msges. > I solved the last error, moving the folder "packaging" inside of "src" > folder. It works, but im not sure if it was a correct action. > > >> >> Check for working C compiler: cl >> Check for working C compiler: cl -- works >> Detecting C compiler ABI info >> Detecting C compiler ABI info - done >> Check for working CXX compiler: cl >> Check for working CXX compiler: cl -- works >> Detecting CXX compiler ABI info >> Detecting CXX compiler ABI info - done >> CMake Error at OpenThreads/CMakeLists.txt:12 (INCLUDE): >> include could not find load file: >> >> CheckAtomicOps >> >> >> Looking for include files CMAKE_HAVE_PTHREAD_H >> Looking for include files CMAKE_HAVE_PTHREAD_H - not found. >> Found Threads: TRUE >> CMake Error: File C:/Program >> Files/openscenegraph/sources/OpenSceneGraph-2.8.0/OpenSceneGraph-2.8.0/src/packaging/pkgconfig/openthreads.pc.in >> does not exist. >> CMake Error at OpenThreads/CMakeLists.txt:92 (CONFIGURE_FILE): >> configure_file Problem configuring file >> >> >> CMake Error at osg/CMakeLists.txt:323 (LINK_INTERNAL): >> Unknown CMake command "LINK_INTERNAL". >> >> >> 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![/code] >> > > cheers > Mattias > > Cheers! Alex. > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=11279#11279 > > > > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

