Code Monkey home page Code Monkey logo

Comments (4)

darvin avatar darvin commented on May 9, 2024

some versions information:

darvinlaptop:sometest darvin$ gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

darvinlaptop:sometest darvin$ make --version
GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.0
darvinlaptop:sometest darvin$ 

Xcode Version 4.2.1 Build 4D502

from theos.

DHowett avatar DHowett commented on May 9, 2024

Does the full path of your project contain spaces?

Additionally, can you provide the output of find -type f theos/?
Thank you!

from theos.

darvin avatar darvin commented on May 9, 2024

wrong options i think :(

darvinlaptop:sometest darvin$ pwd
/Users/darvin/Workspace/sometest
darvinlaptop:sometest darvin$ find -type f theos/
find: illegal option -- t
find: illegal option -- y
find: illegal option -- p
find: illegal option -- e
find: f: No such file or directory
theos/
theos//.git
theos//.git/config
theos//.git/description
theos//.git/HEAD
theos//.git/hooks
theos//.git/hooks/applypatch-msg.sample
theos//.git/hooks/commit-msg.sample
theos//.git/hooks/post-update.sample
theos//.git/hooks/pre-applypatch.sample
theos//.git/hooks/pre-commit.sample
theos//.git/hooks/pre-rebase.sample
theos//.git/hooks/prepare-commit-msg.sample
theos//.git/hooks/update.sample
theos//.git/index
theos//.git/info
theos//.git/info/exclude
theos//.git/logs
theos//.git/logs/HEAD
theos//.git/logs/refs
theos//.git/logs/refs/heads
theos//.git/logs/refs/heads/experimental
theos//.git/logs/refs/heads/master
theos//.git/objects
theos//.git/objects/info
theos//.git/objects/pack
theos//.git/objects/pack/pack-b7de1cc625c299848d54fa6581afc09185c90470.idx
theos//.git/objects/pack/pack-b7de1cc625c299848d54fa6581afc09185c90470.pack
theos//.git/packed-refs
theos//.git/refs
theos//.git/refs/heads
theos//.git/refs/heads/experimental
theos//.git/refs/heads/master
theos//.git/refs/remotes
theos//.git/refs/remotes/origin
theos//.git/refs/remotes/origin/HEAD
theos//.git/refs/tags
theos//bin
theos//bin/bootstrap.sh
theos//bin/deb_build_num.sh
theos//bin/denicify.pl
theos//bin/fakeroot.sh
theos//bin/install.copyFile
theos//bin/install.exec
theos//bin/install.mergeDir
theos//bin/ldid
theos//bin/lib
theos//bin/lib/Logos
theos//bin/lib/Logos/BaseClass.pm
theos//bin/lib/Logos/BaseMethod.pm
theos//bin/lib/Logos/BaseStaticClassGroup.pm
theos//bin/lib/Logos/BaseSubclass.pm
theos//bin/lib/Logos/Generator
theos//bin/lib/Logos/Generator/MobileSubstrate
theos//bin/lib/Logos/Generator/MobileSubstrate/Base.pm
theos//bin/lib/Logos/Generator/MobileSubstrate/Class.pm
theos//bin/lib/Logos/Generator/MobileSubstrate/Method.pm
theos//bin/lib/Logos/Generator/MobileSubstrate/StaticClassGroup.pm
theos//bin/lib/Logos/Generator/MobileSubstrate/Subclass.pm
theos//bin/lib/Logos/Group.pm
theos//bin/lib/Logos/Ivar.pm
theos//bin/lib/Logos/Util.pm
theos//bin/lib/NIC
theos//bin/lib/NIC/Formats
theos//bin/lib/NIC/Formats/NIC1.pm
theos//bin/logify.pl
theos//bin/logos.pl
theos//bin/md5.pl
theos//bin/nic.pl
theos//bin/nicify.pl
theos//bin/package_version.sh
theos//bin/plistkey.py
theos//bin/vercmp.pl
theos//documentation
theos//documentation/Makefile
theos//documentation/makefiles.docbook
theos//extras
theos//extras/vim
theos//extras/vim/ftplugin
theos//extras/vim/ftplugin/logos.vim
theos//extras/vim/indent
theos//extras/vim/indent/logos.vim
theos//extras/vim/README
theos//extras/vim/syntax
theos//extras/vim/syntax/logos.vim
theos//include
theos//include/DHCommon.h
theos//include/DHHookCommon.h
theos//lib
theos//lib/.keep
theos//LICENSE
theos//makefiles
theos//makefiles/aggregate.mk
theos//makefiles/application.mk
theos//makefiles/bundle.mk
theos//makefiles/common.mk
theos//makefiles/framework.mk
theos//makefiles/instance
theos//makefiles/instance/application.mk
theos//makefiles/instance/bundle.mk
theos//makefiles/instance/framework.mk
theos//makefiles/instance/library.mk
theos//makefiles/instance/null.mk
theos//makefiles/instance/rules.mk
theos//makefiles/instance/shared
theos//makefiles/instance/shared/bundle.mk
theos//makefiles/instance/subproject.mk
theos//makefiles/instance/tool.mk
theos//makefiles/instance/tweak.mk
theos//makefiles/legacy.mk
theos//makefiles/library.mk
theos//makefiles/master
theos//makefiles/master/aggregate.mk
theos//makefiles/master/application.mk
theos//makefiles/master/bundle.mk
theos//makefiles/master/framework.mk
theos//makefiles/master/library.mk
theos//makefiles/master/null.mk
theos//makefiles/master/rules.mk
theos//makefiles/master/subproject.mk
theos//makefiles/master/tool.mk
theos//makefiles/master/tweak.mk
theos//makefiles/messages.mk
theos//makefiles/null.mk
theos//makefiles/package.mk
theos//makefiles/platform
theos//makefiles/platform/Darwin-arm.mk
theos//makefiles/platform/Darwin.mk
theos//makefiles/platform/Linux.mk
theos//makefiles/rules.mk
theos//makefiles/stage.mk
theos//makefiles/subproject.mk
theos//makefiles/targets
theos//makefiles/targets/_common
theos//makefiles/targets/_common/darwin.mk
theos//makefiles/targets/_common/install_deb_local.mk
theos//makefiles/targets/_common/install_deb_remote.mk
theos//makefiles/targets/_common/linux.mk
theos//makefiles/targets/Darwin
theos//makefiles/targets/Darwin/iphone.mk
theos//makefiles/targets/Darwin/macosx.mk
theos//makefiles/targets/Darwin/native.mk
theos//makefiles/targets/Darwin/simulator.mk
theos//makefiles/targets/Darwin-arm
theos//makefiles/targets/Darwin-arm/iphone.mk
theos//makefiles/targets/Darwin-arm/native.mk
theos//makefiles/targets/Linux
theos//makefiles/targets/Linux/iphone.mk
theos//makefiles/targets/Linux/linux.mk
theos//makefiles/targets/Linux/native.mk
theos//makefiles/tool.mk
theos//makefiles/tweak.mk
theos//mod
theos//mod/.keep
theos//Prefix.pch
theos//templates
theos//templates/iphone
theos//templates/iphone/application.nic
theos//templates/iphone/library.nic
theos//templates/iphone/preference_bundle.nic
theos//templates/iphone/tool.nic
theos//templates/iphone/tweak.nic
darvinlaptop:sometest darvin$ 

from theos.

bored-engineer avatar bored-engineer commented on May 9, 2024

I had a similar issue. I ended up symlinking /var/theos to my theos dir and it fixed the error. But mine was a little different.

from theos.

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.