Changes between Initial Version and Version 1 of Ticket #35527
- Timestamp:
- Aug 4, 2012, 8:53:29 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35527
- Property Keywords octave-3.2.4 osx 10.8 removed
-
Property
Status
changed from
new
toclosed
-
Property
Resolution
changed from
to
duplicate
-
Property
Summary
changed from
octave-3.2.4 compilation aborted in Mountain Lion OSX 10.8
tooctave: fatal error: curl/types.h: No such file or directory
-
Ticket #35527 – Description
initial v1 1 1 I have just upgrade my machine to Mountain Lion and have made a clean installation of macports. All ports work fine but I am having problems to compile octave. This is the error: 2 2 3 {{{ 3 4 :info:build /opt/local/bin/g++-mp-4.5 -c -I/opt/local/include -I/opt/local/include -fPIC -I. -I.. -I../liboctave -I../src -I../libcruft/misc -DHAVE_CONFIG_H -mieee-fp -I/opt/local/include/freetype2 -I/opt/local/include -Wall -W -Wshadow -Wold-style-cast -Wformat -pipe -O2 -m64 -D_THREAD_SAFE ./DLD-FUNCTIONS/urlwrite.cc -o pic/urlwrite.o 4 5 :info:build ./DLD-FUNCTIONS/urlwrite.cc:49:24: fatal error: curl/types.h: No such file or directory 5 6 :info:build compilation terminated. 7 }}} 6 8 7 9 Some ideas?