Problems arising when trying to build Panda3D from Source on MacOSXcode “Build and Archive” from command linecan't pip install mysql-pythonparameter limit in sympy ufuncifyHow to install python-devel 2.7 on RHEL 5.5How to fix brew doctor warningsPython setuptools: first build from sources then installissue when calling libreoffice for pdf generation from python of docx with chartsCannot install package with pip (error 29)python-3.7 build from source, pip not being installed in altroot/DESTDIRHow can I fix this error very time I try type pip install mysql-python
How can I use arrays in a PGF axis environment?
Too many SOQL Queries when inserting records
Why don't they build airplanes from 3D printer plastic?
Everyone for non livings
How to find better food in airports
Short story with a first person narrator in a future where racial conflict had exploded into an all out war
Were the women of Travancore, India, taxed for covering their breasts by breast size?
Tiny image scraper for xkcd.com
Is it possible to observe space debris with Binoculars?
What would a biological creature need in order to see the future?
Confusion in understanding control system?
Is there any reason to change the ISO manually?
Would you recommend a keyboard for beginners with or without lights in keys for learning?
Is it safe for a student to give negative feedback in student evaluations?
What is the significance of 104% for throttle power and rotor speed?
Typesetting a comma unless before a line break
Does the Scrying spell require you to have a clear path to the target in order to work?
What exactly is a softlock?
Main differences between 5th edition Druid and 3.5 edition Druid
What happens when there is no available physical memory left for SQL Server?
Go for an isolated pawn
slowest crash on the Moon?
How do I stop making people jump at home and at work?
First Number to Contain Each Letter
Problems arising when trying to build Panda3D from Source on MacOS
Xcode “Build and Archive” from command linecan't pip install mysql-pythonparameter limit in sympy ufuncifyHow to install python-devel 2.7 on RHEL 5.5How to fix brew doctor warningsPython setuptools: first build from sources then installissue when calling libreoffice for pdf generation from python of docx with chartsCannot install package with pip (error 29)python-3.7 build from source, pip not being installed in altroot/DESTDIRHow can I fix this error very time I try type pip install mysql-python
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Following the instructions on the GitHub page for Panda3D(building from Source).
Version: 1.10.3
Platform: macosx-10.14-x86_64
Using Python 2.7
Target OS: darwin
Target arch: x86_64
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package gles, excluding from build
WARNING: Could not locate thirdparty package gles2, excluding from build
WARNING: Could not locate thirdparty package egl, excluding from build
WARNING: Could not locate pkg-config package gtk+-2.0, excluding from build
Removing file built/Frameworks/Cg.framework/Cg
Generating dependencies...
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/p3dcparse
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/deploy-stub
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/deploy-stubw
[ 2%] Linking static library built/tmp/libp3cppParser.a
libtool: object: built/tmp/p3cppParser_composite1.o malformed object (unknown load command 1)
libtool: object: built/tmp/p3cppParser_composite2.o malformed object (unknown load command 1)
libtool: object: built/tmp/p3cppParser_cppBison.o malformed object (unknown load command 1)
Storing dependency cache.
Elapsed Time: 1 sec
The following command returned a non-zero value: libtool -static -o built/tmp/libp3cppParser.a built/tmp/p3cppParser_composite1.o built/tmp/p3cppParser_composite2.o built/tmp/p3cppParser_cppBison.o
I have already tried removing the built directory and starting from scratch but it doesn't compile properly.
However, I get another error which seems more interesting.
panda3d euler@mac $ python makepanda/makepanda.py --everything --installer --osxtarget 10.14
Version: 1.10.3
Platform: macosx-10.14-x86_64
Using Python 2.7
Target OS: darwin
Target arch: x86_64
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package gles, excluding from build
WARNING: Could not locate thirdparty package gles2, excluding from build
WARNING: Could not locate thirdparty package egl, excluding from build
Couldn't find library libpython2.7
ERROR: Could not locate thirdparty package python in specified directory, aborting build
Storing dependency cache.
Elapsed Time: 0 sec
Build terminated.
I have upgraded my Homebrew, updated Xcode Command line tools, and reinstalled Python 2. It doesn't seem to work https://github.com/panda3d/panda3d
Running
/opt/local/bin/libtool
gives me that.
Help, I guess
python c++ command-line homebrew panda3d
add a comment |
Following the instructions on the GitHub page for Panda3D(building from Source).
Version: 1.10.3
Platform: macosx-10.14-x86_64
Using Python 2.7
Target OS: darwin
Target arch: x86_64
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package gles, excluding from build
WARNING: Could not locate thirdparty package gles2, excluding from build
WARNING: Could not locate thirdparty package egl, excluding from build
WARNING: Could not locate pkg-config package gtk+-2.0, excluding from build
Removing file built/Frameworks/Cg.framework/Cg
Generating dependencies...
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/p3dcparse
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/deploy-stub
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/deploy-stubw
[ 2%] Linking static library built/tmp/libp3cppParser.a
libtool: object: built/tmp/p3cppParser_composite1.o malformed object (unknown load command 1)
libtool: object: built/tmp/p3cppParser_composite2.o malformed object (unknown load command 1)
libtool: object: built/tmp/p3cppParser_cppBison.o malformed object (unknown load command 1)
Storing dependency cache.
Elapsed Time: 1 sec
The following command returned a non-zero value: libtool -static -o built/tmp/libp3cppParser.a built/tmp/p3cppParser_composite1.o built/tmp/p3cppParser_composite2.o built/tmp/p3cppParser_cppBison.o
I have already tried removing the built directory and starting from scratch but it doesn't compile properly.
However, I get another error which seems more interesting.
panda3d euler@mac $ python makepanda/makepanda.py --everything --installer --osxtarget 10.14
Version: 1.10.3
Platform: macosx-10.14-x86_64
Using Python 2.7
Target OS: darwin
Target arch: x86_64
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package gles, excluding from build
WARNING: Could not locate thirdparty package gles2, excluding from build
WARNING: Could not locate thirdparty package egl, excluding from build
Couldn't find library libpython2.7
ERROR: Could not locate thirdparty package python in specified directory, aborting build
Storing dependency cache.
Elapsed Time: 0 sec
Build terminated.
I have upgraded my Homebrew, updated Xcode Command line tools, and reinstalled Python 2. It doesn't seem to work https://github.com/panda3d/panda3d
Running
/opt/local/bin/libtool
gives me that.
Help, I guess
python c++ command-line homebrew panda3d
add a comment |
Following the instructions on the GitHub page for Panda3D(building from Source).
Version: 1.10.3
Platform: macosx-10.14-x86_64
Using Python 2.7
Target OS: darwin
Target arch: x86_64
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package gles, excluding from build
WARNING: Could not locate thirdparty package gles2, excluding from build
WARNING: Could not locate thirdparty package egl, excluding from build
WARNING: Could not locate pkg-config package gtk+-2.0, excluding from build
Removing file built/Frameworks/Cg.framework/Cg
Generating dependencies...
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/p3dcparse
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/deploy-stub
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/deploy-stubw
[ 2%] Linking static library built/tmp/libp3cppParser.a
libtool: object: built/tmp/p3cppParser_composite1.o malformed object (unknown load command 1)
libtool: object: built/tmp/p3cppParser_composite2.o malformed object (unknown load command 1)
libtool: object: built/tmp/p3cppParser_cppBison.o malformed object (unknown load command 1)
Storing dependency cache.
Elapsed Time: 1 sec
The following command returned a non-zero value: libtool -static -o built/tmp/libp3cppParser.a built/tmp/p3cppParser_composite1.o built/tmp/p3cppParser_composite2.o built/tmp/p3cppParser_cppBison.o
I have already tried removing the built directory and starting from scratch but it doesn't compile properly.
However, I get another error which seems more interesting.
panda3d euler@mac $ python makepanda/makepanda.py --everything --installer --osxtarget 10.14
Version: 1.10.3
Platform: macosx-10.14-x86_64
Using Python 2.7
Target OS: darwin
Target arch: x86_64
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package gles, excluding from build
WARNING: Could not locate thirdparty package gles2, excluding from build
WARNING: Could not locate thirdparty package egl, excluding from build
Couldn't find library libpython2.7
ERROR: Could not locate thirdparty package python in specified directory, aborting build
Storing dependency cache.
Elapsed Time: 0 sec
Build terminated.
I have upgraded my Homebrew, updated Xcode Command line tools, and reinstalled Python 2. It doesn't seem to work https://github.com/panda3d/panda3d
Running
/opt/local/bin/libtool
gives me that.
Help, I guess
python c++ command-line homebrew panda3d
Following the instructions on the GitHub page for Panda3D(building from Source).
Version: 1.10.3
Platform: macosx-10.14-x86_64
Using Python 2.7
Target OS: darwin
Target arch: x86_64
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package gles, excluding from build
WARNING: Could not locate thirdparty package gles2, excluding from build
WARNING: Could not locate thirdparty package egl, excluding from build
WARNING: Could not locate pkg-config package gtk+-2.0, excluding from build
Removing file built/Frameworks/Cg.framework/Cg
Generating dependencies...
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/p3dcparse
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/deploy-stub
WARNING: file depends on Python but is not in an ABI-specific directory: built/bin/deploy-stubw
[ 2%] Linking static library built/tmp/libp3cppParser.a
libtool: object: built/tmp/p3cppParser_composite1.o malformed object (unknown load command 1)
libtool: object: built/tmp/p3cppParser_composite2.o malformed object (unknown load command 1)
libtool: object: built/tmp/p3cppParser_cppBison.o malformed object (unknown load command 1)
Storing dependency cache.
Elapsed Time: 1 sec
The following command returned a non-zero value: libtool -static -o built/tmp/libp3cppParser.a built/tmp/p3cppParser_composite1.o built/tmp/p3cppParser_composite2.o built/tmp/p3cppParser_cppBison.o
I have already tried removing the built directory and starting from scratch but it doesn't compile properly.
However, I get another error which seems more interesting.
panda3d euler@mac $ python makepanda/makepanda.py --everything --installer --osxtarget 10.14
Version: 1.10.3
Platform: macosx-10.14-x86_64
Using Python 2.7
Target OS: darwin
Target arch: x86_64
WARNING: Could not locate thirdparty package fftw, excluding from build
WARNING: Could not locate thirdparty package gles, excluding from build
WARNING: Could not locate thirdparty package gles2, excluding from build
WARNING: Could not locate thirdparty package egl, excluding from build
Couldn't find library libpython2.7
ERROR: Could not locate thirdparty package python in specified directory, aborting build
Storing dependency cache.
Elapsed Time: 0 sec
Build terminated.
I have upgraded my Homebrew, updated Xcode Command line tools, and reinstalled Python 2. It doesn't seem to work https://github.com/panda3d/panda3d
Running
/opt/local/bin/libtool
gives me that.
Help, I guess
python c++ command-line homebrew panda3d
python c++ command-line homebrew panda3d
asked Mar 28 at 2:37
RaylerRayler
11 bronze badge
11 bronze badge
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55389371%2fproblems-arising-when-trying-to-build-panda3d-from-source-on-macos%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55389371%2fproblems-arising-when-trying-to-build-panda3d-from-source-on-macos%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown