Matlab BGL compilation in Octave

Asked by Ketan Sarode

I referred post https://answers.launchpad.net/matlab-bgl/+question/48686 for using Mtlab BGL in Octave.

I made some changes to compile.m file based on what I understood and ended up running following mex command

mex -DMX_API_VER=0x70300000 -DMWINDEX_MAX=2147483647 -I..\libmbgl\include LINKFLAGS#'$LINKFLAGS -libpath:..\libmbgl\Release' LINKFLAGSPOST#'$LINKFLAGSPOST liblibmbgl-linux-64.lib' astar_search_mex.c

I am getting error with this command. (e.g. unrecognized argument LINKFLAGS)
I am not well-versed with compilation terminologies. Please provide a working mex command and I will modify compile.m accordingly.

I am using 64bit windows 10 machine.

Question information

Language:
English Edit question
Status:
Expired
For:
Matlab BGL Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.