Hi,

I think there are 2 separate issues here:

On 2014/08/01 8:52, Michael IV wrote:
> Hi.It is me again ;)  with the previous version of VS2010 plugin I
> used GLM math lib which is header only.
> Now,with the current version it looks like the comiler can't correctly
> read the headers locations.
>
> I am getting this warning:
>
> GCCCOMPILE : warning root: -I or -L of an absolute path
> "-IC:/Users/Michael/Documents/OpenGL_Stuff/glm-0.9.4.1/glm"
> encountered. If this is to a local system header/library, it may cause
> problems (local system files make sense for compiling natively on your
> system, but not necessarily to JavaScript). Pass
> '-Wno-warn-absolute-paths' to emcc to hide this warning.
Issue 1. This warning has been present for a long time. Not sure why you
are only just seeing it now. Can you not pass -Wno-warn-absolute-paths
to silence it? Or else can't you specify the header location via a
relative path or move the header?
>
> But also I am getting error warnings when I specify 'glm'
>  namespace.Also intelisence doesn't show GLM types at all.
Issue 2. Intellisense doe not show any of the Emscripten functions and
types. I see warning and error markers on all of them, yet the app
compiles. So this is not limited to the GLM types. I think the vs-tool
plug-in is not providing the correct paths to Intellisense, or
something. I have not yet found the problem irritating enough to spend
time investigating.

Regards

    -Mark

-- 
注意:この電子メールには、株式会社エイチアイの機密情報が含まれている場合
が有ります。正式なメール受信者では無い場合はメール複製、 再配信または情
報の使用を固く禁じております。エラー、手違いでこのメールを受け取られまし
たら削除を行い配信者にご連絡をお願いいたし ます.

NOTE: This electronic mail message may contain confidential and
privileged information from HI Corporation. If you are not the intended
recipient, any disclosure, photocopying, distribution or use of the
contents of the received information is prohibited. If you have received
this e-mail in error, please notify the sender immediately and
permanently delete this message and all related copies.

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to