Re: gnuplot installation fails
Anthony Agelastos <[email protected]> Thu, 24 Aug 2006 19:38:37 -0400
| Newsgroups | gmane.os.opendarwin.darwinports |
|---|---|
| Message-ID | <[email protected]> |
I recommend installing AquaTerm via DarwinPorts (soon to be MacPorts). In your case, I recommend the following. sudo port uninstall gnuplot sudo port clean --all gnuplot sudo port install aquaterm sudo port install gnuplot and it should work. You'll have to modify your .bashrc, though, to have gnuplot use AquaTerm instead of xterm. The following should suffice (to put within ~/.bashrc). export AQUATERM_REPORT_TIMING=1 export AQUATERM_PATH=/Applications/DarwinPorts/AquaTerm.app export GNUTERMAPP=/Applications/DarwinPorts/AquaTerm.app export GNUTERM=aqua On Aug 24, 2006, at 2:43 PM, Jeroen Valcke wrote: > Hello, > > I've tried installing gnuplot, but the installation failed because > of an AquaTerm buildproblem. See the error message underneath. Any > ideas? > > Trying to resolve the problem I've downloaded AquaTerm, http:// > sourceforge.net/projects/aquaterm/ and installed it manually. > However DarwinPorts doesn't detect the installed version. How can I > tell DarwinPorts that AquaTerm has been manually installed? > > > jeroen-valckes-imac-g5:~ jeroen$ sudo port install gnuplot > Password: > ---> Building aquaterm with target -buildstyle Deployment -target > AquaTerm > Error: Target com.apple.build returned: shell command "cd "/opt/ > local/var/db/dports/build/ > file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupd > ate_dports_aqua_aquaterm/work/aquaterm" && /usr/bin/xcodebuild - > buildstyle Deployment -target AquaTerm" returned error 1 > Command output: === BUILDING NATIVE TARGET AQTFwk USING BUILD > STYLE Deployment === > > PBXCp build/AquaTerm.framework/Versions/A/Resources/Info.plist > build/AquaTerm.build/AQTFwk.build/Info.plist > cd /opt/local/var/db/dports/build/ > file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupd > ate_dports_aqua_aquaterm/work/aquaterm > /System/Library/PrivateFrameworks/DevToolsCore.framework/ > Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn - > resolve-src-symlinks /opt/local/var/db/dports/build/ > file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupd > ate_dports_aqua_aquaterm/work/aquaterm/build/AquaTerm.build/ > AQTFwk.build/Info.plist /opt/local/var/db/dports/build/ > file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupd > ate_dports_aqua_aquaterm/work/aquaterm/build/AquaTerm.framework/ > Versions/A/Resources > pbxcp: Info.plist: No such file or directory > ** BUILD FAILED ** > > Error: The following dependencies failed to build: aquaterm > > > Kind regards, > > -- > Jeroen Valcke > [email protected] > > > _______________________________________________ > Darwinports mailing list > [email protected] > http://www.opendarwin.org/mailman/listinfo/darwinports