Jump to content

MTerminal, Fatal error: pthread.h file not found


Go to solution Solved by Profq,

15 posts in this topic

Recommended Posts

Posted

Hi, So yesterday I had some problems with terminal but managed to fix it, but now when I'm trying to compile my tweak I'm getting an fatal error:

 

/var/mobile/raftcheat/theos/include/QuartzCore/QuartzCore-Structs.h:10:10: fatal error: pthread.h file not found

#include <pthread.h>

 

I have no idea how to fix this so any tips is highly appreciated :)

Posted (edited)

 pthread.h is missing from your include folder, give me two minutes i'll find all the files for you :)

 

EDIT: 

Download this and goto private/var/theos/ and delete the include folder and replace it with this one. (extract it first)

 

DL: https://www.dropbox.com/s/9eyp0k1khzcghn5/include.zip?dl=0

 

Credits to @Antrax  for the dl

Updated by Cynicaaal
Posted (edited)

 pthread.h is missing from your include folder, give me two minutes i'll find all the files for you :)

 

EDIT: 

Download this and goto private/var/theos/ and delete the include folder and replace it with this one. (extract it first)

 

DL: https://www.dropbox.com/s/9eyp0k1khzcghn5/include.zip?dl=0

 

Credits to @Antrax  for the dl

getting the same error

Updated by Frank Sinatra
Posted (edited)

Do you have an SDK installed? The pthread.h should be in there at ./sdks/iPhoneOSX.Y.sdk/usr/include/pthread.h if I remember correctly.

Updated by Bummibaer
Posted

Do you have an SDK installed? The pthread.h should be in there at ./sdks/iPhoneOSX.Y.sdk/usr/include/pthread.h if I remember correctly.

yup, i have 9.2SDK im getting an error if i use 9.3SDK

Posted

tried that now im getting something with error 134

G-Eazy-Jr:/var/mobile/raftcheat root# make package in
stall
Making all for tweak raftcheat...
make[2]: Nothing to be done for `internal-library-compile'.
Making all in raftcheat...
Making all for bundle raftcheat...
 Copying resource directories into the bundle wrapper...
 Linking bundle raftcheat...
 Stripping raftcheat...
 Signing raftcheat...
Making stage for tweak raftcheat...
Making stage in raftcheat...
Making stage for bundle raftcheat...
make: *** [internal-package] Error 134
G-Eazy-Jr:/var/mobile/raftcheat root# 
Posted

Run

make package messages=yes

and show your output please.

G-Eazy-Jr:/var/mobile/raftcheat root# make package me
ssages=yes
Making all for tweak raftcheat...
make -f Makefile --no-print-directory --no-keep-going \
                internal-library-compile \
                _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=raftcheat _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[2]: Nothing to be done for `internal-library-compile'.
Making all in raftcheat...
make[1]: Entering directory `/private/var/mobile/raftcheat/raftcheat'
Making all for bundle raftcheat...
mkdir -p "obj/raftcheat.bundle/"
mkdir -p "obj/raftcheat.bundle/"
mkdir -p "obj/raftcheat.bundle/"
for d in Resources; do \
                if [ -d "$d" ]; then \
                        rsync -a "$d/" "./obj/raftcheat.bundle/" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*"; \
                else \
                        echo "Warning: ignoring missing bundle resource directory $d."; \
                fi; \
        done
make -f Makefile --no-print-directory --no-keep-going \
                internal-bundle-compile \
                _THEOS_CURRENT_TYPE=bundle THEOS_CURRENT_INSTANCE=raftcheat _THEOS_CURRENT_OPERATION=compile \
                THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes
make[3]: Nothing to be done for `internal-bundle-compile'.
make[1]: Leaving directory `/private/var/mobile/raftcheat/raftcheat'
rm -rf "/private/var/mobile/raftcheat/_"
/var/mobile/raftcheat/theos/bin/fakeroot.sh -p "/private/var/mobile/raftcheat/.theos/fakeroot" -c
mkdir -p "/private/var/mobile/raftcheat/_"
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/raftcheat/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for tweak raftcheat...
mkdir -p "/private/var/mobile/raftcheat/_/Library/MobileSubstrate/DynamicLibraries/"
cp ./obj/raftcheat.dylib "/private/var/mobile/raftcheat/_/Library/MobileSubstrate/DynamicLibraries/"
if [ -f raftcheat.plist ]; then cp raftcheat.plist "/private/var/mobile/raftcheat/_/Library/MobileSubstrate/DynamicLibraries/"; fi
Making stage in raftcheat...
make[1]: Entering directory `/private/var/mobile/raftcheat/raftcheat'
[ -d layout ] && rsync -a "layout/" "/private/var/mobile/raftcheat/_" --exclude "DEBIAN" --exclude "_MTN" --exclude ".git" --exclude ".svn" --exclude ".DS_Store" --exclude "._*" || true
Making stage for bundle raftcheat...
mkdir -p "/private/var/mobile/raftcheat/_/Library/PreferenceBundles/raftcheat.bundle"
rsync -a "./obj/raftcheat.bundle/" "/private/var/mobile/raftcheat/_/Library/PreferenceBundles/raftcheat.bundle"
mkdir -p /private/var/mobile/raftcheat/_/Library/PreferenceLoader/Preferences
cp entry.plist /private/var/mobile/raftcheat/_/Library/PreferenceLoader/Preferences/raftcheat.plist
make[1]: Leaving directory `/private/var/mobile/raftcheat/raftcheat'
mkdir -p "/private/var/mobile/raftcheat/_/DEBIAN"
sed -e '/^[Vv]ersion:/d' "/private/var/mobile/raftcheat/control" > "/private/var/mobile/raftcheat/_/DEBIAN/control"
echo "Version: 1.0.0-2" >> "/private/var/mobile/raftcheat/_/DEBIAN/control"
echo "Installed-Size: 328" >> "/private/var/mobile/raftcheat/_/DEBIAN/control"
COPYFILE_DISABLE=1 /var/mobile/raftcheat/theos/bin/fakeroot.sh -p "/private/var/mobile/raftcheat/.theos/fakeroot" -r dpkg-deb -b "/private/var/mobile/raftcheat/_" "./frank_1.0.0-2_iphoneos-arm.deb" 
dyld: could not load inserted library '/var/mobile/raftcheat/theos/bin/libfauxsu.dylib' because no suitable image found.  Did find:
        /var/mobile/raftcheat/theos/bin/libfauxsu.dylib: required code signature missing for '/var/mobile/raftcheat/theos/bin/libfauxsu.dylib'


/var/mobile/raftcheat/theos/bin/fauxsu: line 43: 25071 Abort trap: 6           "$@"
make: *** [internal-package] Error 134

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Fighter Jet Combat : Warzone v1.2.1 [ +2 APK MOD ] Currency Max
      Mod APK Game Name: Fighter Jet Combat : Warzone
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ovilex.flightcombat&hl=en

       

      🤩 Hack Features

      - Unlimited Gold / After Hack Disable
      - Unlimited Cash / After Hack Disable
      • 2 replies
    • Chum Chum Blast! v1.13.815 [ +9 APK MOD ] Auto Win
      Mod APK Game Name: Chum Chum Blast!
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.ritzdeligames.eraserblast&hl=en

      🤩 Hack Features

      - Auto Win
      - ADS Ticket
      - Coins / Golden Pass To Get
      - Unlimited Stars
      - Unlimited Booster
      - Lives Inf
      - Moves Unlimited
      - Golden Pass
      - Free & Golden Pass / Claim Unlimited 
      • 4 replies
    • Merge Cruise: Mystery Puzzle v0.37.970 [ +2 APK MOD ] Currency Max
      Mod APK Game Name: Merge Cruise: Mystery Puzzle
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.peerplay.megamerge&hl=en

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Energy
      • 9 replies
    • Dragon Wings: RPG Shoot em up v3.6.0 [ +5 APK MOD ] Currency Max
      Mod APK Game Name: Dragon Wings: RPG Shoot 'em up By Spirit Bomb Company Limited
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=rpg.arcade.space.shooter.dragon.wings&hl=en

      🤩 Hack Features

      - Super Card Active
      - Unlimited Gems
      - Unlimited Gold
      - Never Die
      - ATK
      • 8 replies
    • Swamp Attack 2 v1.1.0 [ +4 APK MOD ] Currency Max
      Mod APK Game Name: Swamp Attack 2
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.hyperdotstudios.swampattack2&hl=en

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Card EXP
      - Monster ATK NO
      • 3 replies
    • Merge Crime: Mystery & Romance v1.13.0 [ +3 APK MOD ] Currency Max
      Mod APK Game Name: Merge Crime: Mystery & Romance
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.standegg.mergecrime&hl=en

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Energy
      • 2 replies
    • Soccer Journey: Champion Squad v1.0.14 [ +12 APK MOD ] Currency Max
      Mod APK Game Name: Soccer Journey: Champion Squad By KONG SOFTWARE JOINT STOCK
      🤩 Hack Features

      - Unlimited Gold
      - Unlimited Cash
      - Unlimited Player Energy
      - Unlimited Match Energy
      - Unlimited Tokens
      - Unlimited EXP User
      - Unlimited Scout Ticket +3
      - Unlimited Standard Scout +4
      - Unlimited Cube +4
      - Unlimited Training +3
      - Upgrade Cost All Building [ Earn Cash Unlimited ]
      - Speed UP Cost All Building [ Earn Cash Unlimited ]
      • 3 replies
    • Forest Cabin: Survive v2.00.007 [ +4 APK MOD ] Battle Coins
      Mod APK Game Name: Forest Cabin: Survive
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.qxgame.gmerge
      🤩 Hack Features

      - Speed 2X Active
      - Unlimited Battle Coin
      - Unlimited Battle Energy
      - ATK Speed
      • 7 replies
    • Immortal Rising 2 v1.4.13 Jailed Cheats +5
      Modded/Hacked App: Immortal Rising 2 By Planetarium Labs Pte. Ltd.
      Bundle ID: com.badbeans.immortalrising2
      iTunes Store Link: https://apps.apple.com/us/app/immortal-rising-2/id6467105374?uo=4

       

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - More damage
      - No CD
      - Earn more gold
      - Earn more exp
      - Freeze combokill
      - God mode
        • Like
      • 224 replies
    • [Welcome to Dreamland TW] 歡迎來到夢樂園 v1.4 Jailed Cheats +5
      Modded/Hacked App: 歡迎來到夢樂園 By POSEIDON NET LIMITED
      Bundle ID: com.poseidongame.dsl
      App Store Link: https://apps.apple.com/tw/app/%E6%AD%A1%E8%BF%8E%E4%BE%86%E5%88%B0%E5%A4%A2%E6%A8%82%E5%9C%92/id6748006168?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - God Mode
      - Multiply Attack
      - Auto Win
       

      Note: If stuck at loading screen report to me for update

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/203854-welcome-to-dreamland-tw-%E6%AD%A1%E8%BF%8E%E4%BE%86%E5%88%B0%E5%A4%A2%E6%A8%82%E5%9C%92-v13-jailed-cheats-5/
      • 1 reply
    • Harry Potter: Puzzles & Spells v106.0.338 +1 Mod [ Freeze Moves ]
      Mod APK Game Name: Harry Potter: Puzzles & Spells
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.zynga.pottermatch&hl=en

       

      🤩 Hack Features

      - Freeze Moves -> Enable when you have 1 move left to avoid puzzle issues.
      • 10 replies
    • Harry Potter: Puzzles & Spells v107.0.341 +1 Jailed Cheat [ Freeze Moves ]
      Modded/Hacked App: Harry Potter: Puzzles & Spells By Zynga Inc.
      Bundle ID: com.zynga.pottermatch
      iTunes Store Link: https://apps.apple.com/us/app/harry-potter-puzzles-spells/id1434505322?uo=4


      Hack Features:
      - Freeze Moves


      Jailbreak required hack(s): [Mod Menu Hack] Harry Potter: Puzzles & Spells v85.0.271 +1 Cheat [ Unlimited Moves ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 129 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines