octplot

View: New views
1 Messages — Rating Filter:   Alert me  

octplot

by davoudi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Everybody,

 I have difficulty in plotting the right style (as I wish) of line in octave using gnuplot s I tried to install octplot. Unfortunately, octplot does not appear in my fink list, I guess because I am using Leopard!? So I tried to install the code myself using the code available on net:

http://sourceforge.net/project/showfiles.php?group_id=86268.

So everything went well with configure but there was a problem with make command:

patch.cpp:149: error: invalid conversion from ‘GLvoid (*)(...)’ to ‘void (*)()’
patch.cpp:149: error:   initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, void (*)())’
patch.cpp:151: error: invalid conversion from ‘GLvoid (*)(...)’ to ‘void (*)()’
patch.cpp:151: error:   initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, void (*)())’
patch.cpp:153: error: invalid conversion from ‘GLvoid (*)(...)’ to ‘void (*)()’
patch.cpp:153: error:   initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, void (*)())’
patch.cpp:155: error: invalid conversion from ‘GLvoid (*)(...)’ to ‘void (*)()’
patch.cpp:155: error:   initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, void (*)())’
patch.cpp:157: error: invalid conversion from ‘GLvoid (*)(...)’ to ‘void (*)()’
patch.cpp:157: error:   initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, void (*)())’
patch.cpp:159: error: invalid conversion from ‘GLvoid (*)(...)’ to ‘void (*)()’
patch.cpp:159: error:   initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, void (*)())’
make[2]: *** [octplot-patch.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

and as you can guess I have no idea how to fix this!?

Thanks.