Giter Site home page Giter Site logo

Comments (19)

defagos avatar defagos commented on June 8, 2024

Thomas,

Have you installed the Xcode command line tools (open the Xcode Preferences window, select the Downloads tab, and check that the tools are marked as installed)? Maybe selecting the proper tool version under the Locations tab could help as well.

Best regards

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

I don't have anything regarding the command line tools under the Downloads tab. But,
under the location tab, I have the following:

Command Line Tools: Xcode 4.5.2 (4G2008a)
    /Application/Xcode.app 

Do I need to download additional tools?

from coconutkit.

defagos avatar defagos commented on June 8, 2024

Seems ok. Can you open a terminal and run the xcodebuild -version command, just to be sure? Does running the command /usr/bin/make -v also work?

Another possible cause: Does the path to your local CoconutKit folder contains whitespaces? If yes, you should remove them.

Hope that helps.

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

Terminal output is as follows:

Last login: Tue Nov 20 18:27:59 on console
Thomas-Jaegers-MacBook-Pro:~ thomasjaeger$ xcodebuild -version
Xcode 4.5.2
Build version 4G2008a
Thomas-Jaegers-MacBook-Pro:~ thomasjaeger$ /usr/bin/make -v
-bash: /usr/bin/make: No such file or directory
Thomas-Jaegers-MacBook-Pro:~ thomasjaeger$ 

I opened the CoconutKit under the following path:

/Users/thomasjaeger/Downloads/CoconutKit-master

So, no white spaces.

from coconutkit.

defagos avatar defagos commented on June 8, 2024

Strange: Your make command does not seem to be installed under the standard /usr/bin location (though the companion xcodebuild command is available).

Try running the sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer command, which sets the Xcode command line tools to use. This might hopefully fix it.

Did you install Xcode through the AppStore or using a dmg? Do you really haven't any reference to the Command Line Tools under Preferences -> Downloads -> Components (even if you click the Check and install now button)?

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

I tried the sudo command without success. I downloaded this version of Xcode via the AppStore. The only references I have under the download tab are the iOS Simulators (5.1, 5.0, and 4.3). No command line tools.

I also downloaded the November command line tools package from:

https://developer.apple.com/downloads/index.action?name=for%20Xcode%20-#

But, that did not resolve it.

When I open up the package content of Xcode.app, and go down to:

/Applications/Xcode.app/Contents/Developer/usr/bin

I can see the make tool. Should I just copy the whole folder out?

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

Ok, I did the following two commands which got rid of the /usr/bin problem:

export PATH=$PATH:/Applications/Xcode.app/Contents/Developer/usr/bin
sudo ln -s /Applications/Xcode.app/Contents/Developer /Developer

But now I get this error:

/bin/sh: ../Submodules/make-fmwk/make-fmwk.sh: No such file or directory

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

Here is the build output:

ExternalBuildToolExecution CoconutKit-demo-staticframework
cd /Users/thomasjaeger/Downloads/CoconutKit-master/CoconutKit-demo/../Tools/Makefile
setenv ACTION
setenv ALTERNATE_GROUP staff
setenv ALTERNATE_MODE u+w,go-w,a+rX
setenv ALTERNATE_OWNER thomasjaeger
setenv ALWAYS_SEARCH_USER_PATHS YES
setenv APPLE_INTERNAL_DEVELOPER_DIR /AppleInternal/Developer
setenv APPLE_INTERNAL_DIR /AppleInternal
setenv APPLE_INTERNAL_DOCUMENTATION_DIR /AppleInternal/Documentation
setenv APPLE_INTERNAL_LIBRARY_DIR /AppleInternal/Library
setenv APPLE_INTERNAL_TOOLS /AppleInternal/Developer/Tools
setenv APPLY_RULES_IN_COPY_FILES NO
setenv ARCHS i386
setenv AVAILABLE_PLATFORMS "iphonesimulator macosx iphoneos"
setenv BUILD_COMPONENTS "headers build"
setenv BUILD_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Products
setenv BUILD_ROOT /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Products
setenv BUILD_STYLE
setenv BUILD_VARIANTS normal
setenv BUILT_PRODUCTS_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Products/Debug-iphonesimulator
setenv CACHE_ROOT /var/folders/0/83ftwmnd60j0k_r_sk1rk21c0000gn/C/com.apple.Xcode.501
setenv CLASS_FILE_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build/JavaClasses
setenv CLONE_HEADERS NO
setenv CODE_SIGN_IDENTITY "iPhone Developer"
setenv CONFIGURATION Debug
setenv CONFIGURATION_BUILD_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Products/Debug-iphonesimulator
setenv CONFIGURATION_TEMP_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator
setenv COPYING_PRESERVES_HFS_DATA NO
setenv COPY_PHASE_STRIP YES
setenv DEAD_CODE_STRIPPING NO
setenv DEBUGGING_SYMBOLS YES
setenv DEBUG_INFORMATION_FORMAT dwarf-with-dsym
setenv DEPLOYMENT_LOCATION NO
setenv DEPLOYMENT_POSTPROCESSING NO
setenv DERIVED_FILES_DIR
setenv DERIVED_FILE_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build/DerivedSources
setenv DERIVED_SOURCES_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build/DerivedSources
setenv DEVELOPER_APPLICATIONS_DIR /Applications/Xcode.app/Contents/Developer/Applications
setenv DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/usr/bin
setenv DEVELOPER_DIR /Applications/Xcode.app/Contents/Developer
setenv DEVELOPER_FRAMEWORKS_DIR /Applications/Xcode.app/Contents/Developer/Library/Frameworks
setenv DEVELOPER_FRAMEWORKS_DIR_QUOTED ""/Applications/Xcode.app/Contents/Developer/Library/Frameworks""
setenv DEVELOPER_LIBRARY_DIR /Applications/Xcode.app/Contents/Developer/Library
setenv DEVELOPER_SDK_DIR /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
setenv DEVELOPER_TOOLS_DIR /Applications/Xcode.app/Contents/Developer/Tools
setenv DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/usr
setenv DEVELOPMENT_LANGUAGE English
setenv DO_HEADER_SCANNING_IN_JAM NO
setenv DSTROOT /tmp/CoconutKit-demo.dst
setenv DT_TOOLCHAIN_DIR /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
setenv DWARF_DSYM_FILE_NAME .dSYM
setenv DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT NO
setenv DWARF_DSYM_FOLDER_PATH /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Products/Debug-iphonesimulator
setenv ENABLE_HEADER_DEPENDENCIES YES
setenv EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS ".DS_Store .svn .git .hg CVS"
setenv EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES "
.nib *.lproj *.framework *.gch .xcode_ () .DS_Store CVS .svn .git .hg"
setenv FILE_LIST /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build/Objects/LinkFileList
setenv FRAMEWORK_SEARCH_PATHS ""/Users/thomasjaeger/Downloads/CoconutKit-master/CoconutKit-demo/../Binaries/CoconutKit-trunk-Debug.staticframework""
setenv FRAMEWORK_VERSION A
setenv GCC3_VERSION 3.3
setenv GCC_C_LANGUAGE_STANDARD c99
setenv GCC_THUMB_SUPPORT NO
setenv GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS YES
setenv GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS YES
setenv GCC_WARN_ABOUT_MISSING_NEWLINE YES
setenv GCC_WARN_ABOUT_RETURN_TYPE YES
setenv GCC_WARN_CHECK_SWITCH_STATEMENTS YES
setenv GCC_WARN_MISSING_PARENTHESES YES
setenv GCC_WARN_UNDECLARED_SELECTOR YES
setenv GCC_WARN_UNKNOWN_PRAGMAS YES
setenv GCC_WARN_UNUSED_FUNCTION YES
setenv GCC_WARN_UNUSED_LABEL YES
setenv GCC_WARN_UNUSED_VALUE YES
setenv GCC_WARN_UNUSED_VARIABLE YES
setenv GENERATE_MASTER_OBJECT_FILE NO
setenv GENERATE_PKGINFO_FILE NO
setenv GID 20
setenv GROUP staff
setenv HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT YES
setenv HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES YES
setenv HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS YES
setenv HEADERMAP_INCLUDES_PROJECT_HEADERS YES
setenv HEADER_SEARCH_PATHS " /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include"
setenv INFOPLIST_EXPAND_BUILD_SETTINGS YES
setenv INFOPLIST_OUTPUT_FORMAT binary
setenv INFOPLIST_PREPROCESS NO
setenv INSTALL_DIR /tmp/CoconutKit-demo.dst
setenv INSTALL_GROUP staff
setenv INSTALL_MODE_FLAG u+w,go-w,a+rX
setenv INSTALL_OWNER thomasjaeger
setenv INSTALL_ROOT /tmp/CoconutKit-demo.dst
setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
setenv JAVA_APP_STUB /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
setenv JAVA_ARCHIVE_CLASSES YES
setenv JAVA_ARCHIVE_TYPE JAR
setenv JAVA_COMPILER /usr/bin/javac
setenv JAVA_FRAMEWORK_RESOURCES_DIRS Resources
setenv JAVA_JAR_FLAGS cv
setenv JAVA_SOURCE_SUBDIR .
setenv JAVA_USE_DEPENDENCIES YES
setenv JAVA_ZIP_FLAGS -urg
setenv KEEP_PRIVATE_EXTERNS NO
setenv LD_GENERATE_MAP_FILE NO
setenv LD_MAP_FILE_PATH /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build/-LinkMap--.txt
setenv LD_NO_PIE NO
setenv LEGACY_DEVELOPER_DIR /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
setenv LINKER_DISPLAYS_MANGLED_NAMES NO
setenv LINK_WITH_STANDARD_LIBRARIES YES
setenv LOCAL_ADMIN_APPS_DIR /Applications/Utilities
setenv LOCAL_APPS_DIR /Applications
setenv LOCAL_DEVELOPER_DIR /Library/Developer
setenv LOCAL_LIBRARY_DIR /Library
setenv MACOSX_DEPLOYMENT_TARGET 10.6
setenv MAC_OS_X_PRODUCT_BUILD_VERSION 11G63
setenv MAC_OS_X_VERSION_ACTUAL 1075
setenv MAC_OS_X_VERSION_MAJOR 1070
setenv MAC_OS_X_VERSION_MINOR 0705
setenv OBJECT_FILE_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build/Objects
setenv OBJROOT /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates
setenv ONLY_ACTIVE_ARCH NO
setenv OPTIMIZATION_LEVEL 0
setenv OS MACOS
setenv OTHER_CFLAGS -DHLS_LOGGER
setenv OTHER_CPLUSPLUSFLAGS -DHLS_LOGGER
setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES "/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
setenv PLATFORM_NAME iphonesimulator
setenv PLIST_FILE_OUTPUT_FORMAT binary
setenv PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR YES
setenv PRECOMP_DESTINATION_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build/PrefixHeaders
setenv PRESERVE_DEAD_CODE_INITS_AND_TERMS NO
setenv PRODUCT_NAME
setenv PROFILING_CODE NO
setenv PROJECT CoconutKit-demo
setenv PROJECT_DERIVED_FILE_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/DerivedSources
setenv PROJECT_DIR /Users/thomasjaeger/Downloads/CoconutKit-master/CoconutKit-demo
setenv PROJECT_FILE_PATH /Users/thomasjaeger/Downloads/CoconutKit-master/CoconutKit-demo/CoconutKit-demo.xcodeproj
setenv PROJECT_NAME CoconutKit-demo
setenv PROJECT_TEMP_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build
setenv REMOVE_CVS_FROM_RESOURCES YES
setenv REMOVE_GIT_FROM_RESOURCES YES
setenv REMOVE_HG_FROM_RESOURCES YES
setenv REMOVE_SVN_FROM_RESOURCES YES
setenv RUN_CLANG_STATIC_ANALYZER NO
setenv SCAN_ALL_SOURCE_FILES_FOR_INCLUDES NO
setenv SDKROOT /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk
setenv SEPARATE_STRIP NO
setenv SEPARATE_SYMBOL_EDIT NO
setenv SHARED_DERIVED_FILE_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Products/Debug-iphonesimulator/DerivedSources
setenv SHARED_PRECOMPS_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/PrecompiledHeaders
setenv SKIP_INSTALL YES
setenv SOURCE_ROOT /Users/thomasjaeger/Downloads/CoconutKit-master/CoconutKit-demo
setenv SRCROOT /Users/thomasjaeger/Downloads/CoconutKit-master/CoconutKit-demo
setenv STRINGS_FILE_OUTPUT_ENCODING binary
setenv STRIP_INSTALLED_PRODUCT YES
setenv STRIP_STYLE all
setenv SUPPORTED_PLATFORMS "iphonesimulator iphoneos"
setenv SYMROOT /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Products
setenv SYSTEM_ADMIN_APPS_DIR /Applications/Utilities
setenv SYSTEM_APPS_DIR /Applications
setenv SYSTEM_CORE_SERVICES_DIR /System/Library/CoreServices
setenv SYSTEM_DEMOS_DIR /Applications/Extras
setenv SYSTEM_DEVELOPER_APPS_DIR /Applications/Xcode.app/Contents/Developer/Applications
setenv SYSTEM_DEVELOPER_BIN_DIR /Applications/Xcode.app/Contents/Developer/usr/bin
setenv SYSTEM_DEVELOPER_DEMOS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
setenv SYSTEM_DEVELOPER_DIR /Applications/Xcode.app/Contents/Developer
setenv SYSTEM_DEVELOPER_DOC_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
setenv SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
setenv SYSTEM_DEVELOPER_JAVA_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
setenv SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR "/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
setenv SYSTEM_DEVELOPER_RELEASENOTES_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
setenv SYSTEM_DEVELOPER_TOOLS /Applications/Xcode.app/Contents/Developer/Tools
setenv SYSTEM_DEVELOPER_TOOLS_DOC_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
setenv SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR "/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
setenv SYSTEM_DEVELOPER_USR_DIR /Applications/Xcode.app/Contents/Developer/usr
setenv SYSTEM_DEVELOPER_UTILITIES_DIR /Applications/Xcode.app/Contents/Developer/Applications/Utilities
setenv SYSTEM_DOCUMENTATION_DIR /Library/Documentation
setenv SYSTEM_LIBRARY_DIR /System/Library
setenv TARGETED_DEVICE_FAMILY 2
setenv TARGETNAME CoconutKit-demo-staticframework
setenv TARGET_BUILD_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Products/Debug-iphonesimulator
setenv TARGET_NAME CoconutKit-demo-staticframework
setenv TARGET_TEMP_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build
setenv TEMP_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build
setenv TEMP_FILES_DIR
setenv TEMP_FILE_DIR /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates/CoconutKit-demo.build/Debug-iphonesimulator/CoconutKit-demo-staticframework.build
setenv TEMP_ROOT /Users/thomasjaeger/Library/Developer/Xcode/DerivedData/CoconutKit-dyfiwptizcxkefhabtboopowpzzi/Build/Intermediates
setenv TEST_AFTER_BUILD NO
setenv TOOLCHAINS com.apple.dt.toolchain.iOS6_0
setenv UID 501
setenv USER thomasjaeger
setenv USER_APPS_DIR /Users/thomasjaeger/Applications
setenv USER_LIBRARY_DIR /Users/thomasjaeger/Library
setenv VALID_ARCHS i386
setenv XCODE_APP_SUPPORT_DIR /Applications/Xcode.app/Contents/Developer/Library/Xcode
setenv XCODE_PRODUCT_BUILD_VERSION 4G2008a
setenv XCODE_VERSION_ACTUAL 0452
setenv XCODE_VERSION_MAJOR 0400
setenv XCODE_VERSION_MINOR 0450
/usr/bin/make

cd ../../CoconutKit; ../Submodules/make-fmwk/make-fmwk.sh -o ../Binaries -u trunk Release
/bin/sh: ../Submodules/make-fmwk/make-fmwk.sh: No such file or directory
make: *** [staticframework] Error 127

from coconutkit.

defagos avatar defagos commented on June 8, 2024

Great, we are almost done.

As the log shows, the make-fmwk.sh command (which I use to build the binaries) is a submodule. Just run git submodules update --init from the CoconutKit directory to update it.

BTW, the projects CoconutKit-demo and CoconutKit-dev are identical in terms of functionality. The difference is that the CoconutKit-demo project builds the binaries first, whereas the CoconutKit-dev project uses the source code directly. I use CoconutKit-demo to track down potential linker issues, but it is slower to build. In general, you can run CoconutKit-dev to play with CoconutKit demos.

It is still useful to have all build tools correctly set if you want to build the most recent binaries yourself, though. I hope this is now the case.

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

ok, I tried to issue the Git command but get the following:

Thomas-Jaegers-MacBook-Pro:downloads thomasjaeger$ cd CoconutKit-master
Thomas-Jaegers-MacBook-Pro:CoconutKit-master thomasjaeger$ git submodules update --init
git: 'submodules' is not a git command. See 'git --help'.

Did you mean this?
    submodule

I must be using the Git command wrongly.

from coconutkit.

defagos avatar defagos commented on June 8, 2024

Sorry, there is a typo in the command I gave you. You must use git submodule update --init

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

Sorry to keep bothering you with this; but, this is what I'm getting now:

Last login: Mon Nov 26 10:39:47 on ttys000
Thomas-Jaegers-MacBook-Pro:CoconutKit-master thomasjaeger$ git submodule update --init
fatal: Not a git repository (or any of the parent directories): .git
Thomas-Jaegers-MacBook-Pro:CoconutKit-master thomasjaeger$ cd CoconutKit
Thomas-Jaegers-MacBook-Pro:CoconutKit thomasjaeger$ git submodule update --init
fatal: Not a git repository (or any of the parent directories): .git
Thomas-Jaegers-MacBook-Pro:CoconutKit thomasjaeger$ 

What's the exact directory I should be executing the command:

git submodule update --init

I tried executing from both directories with no success:

CoconutKit-master
CoconutKit-master\CoconutKit

from coconutkit.

defagos avatar defagos commented on June 8, 2024

You need to run the git submodule command from the repository root directory, in your case CoconutKit-master. But after reading your logs it seems the directory you have is not a git repository. You probably haven't cloned the repository, but downloaded the source file archive instead.

Use the three commands below instead. The repository will be cloned and all submodules will be updated correctly:

$ git clone git://github.com/defagos/CoconutKit.git
$ cd CoconutKit
$ git submodule update --init 

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

I feel like I'm almost there. :-) When I use the command:

Thomas-Jaegers-MacBook-Pro:~ thomasjaeger$ git clone git://github.com/defagos/CoconutKit.git
Cloning into 'CoconutKit'...
fatal: unable to connect to github.com:
github.com[0: 207.97.227.239]: errno=Connection refused

I can not connect. I'm behind a corporate firewall and I'm wondering if git uses a port other than port 80. I will try it from home later tonight.

from coconutkit.

defagos avatar defagos commented on June 8, 2024

Alternatively, and if you cannot wait, you can download the current version of make-fmwk as a zip file here, and uncompress its contents to Submodules/make-fmwk

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

Good News: It's working. :-) That did it. It's compiling now and Demo is running.

Thank you so much for helping me getting this to work. I feel like I still have so much to learn with XCode, Objective-C etc. I started back in 2008 but still never stop learning. Thanks again for all your efforts and sharing your experiences. Keep up the great documentation as well.

from coconutkit.

ThomasJaeger avatar ThomasJaeger commented on June 8, 2024

I forgot to mention that I did try to use this command from work:

git clone http://github.com/defagos/CoconutKit.git

instead of:

git clone git://github.com/defagos/CoconutKit.git

Which worked behind the firewall.

from coconutkit.

defagos avatar defagos commented on June 8, 2024

I am glad you could finally setup your project correctly. Thanks for your comments!

from coconutkit.

yosoul93 avatar yosoul93 commented on June 8, 2024

it really helps, thanks!

from coconutkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.