symek / open-gto

Automatically exported from code.google.com/p/open-gto
Other
0 stars 0 forks source link

problem in configure.in to build maya plugins #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.enable maya plugin 
2.
3.

What is the expected output? What do you see instead?
the path to buildconfig should be :
/usr/autodesk/maya/devkit/plug-ins/buildconfig
but is 
/usr/autodesk/maya/plug-ins/buildconfig

What version of the product are you using? On what operating system?
3.5.3
fedora core 12

Please provide any additional information below.
i've attached a diff file with the fix

Original issue reported on code.google.com by lorenzo....@gmail.com on 25 Jul 2010 at 4:21

Attachments:

GoogleCodeExporter commented 9 years ago
gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) 
gcc version 4.1.2

patch updated:
also includes fixes for :

gtoimage:
    main.cpp:261: error: ‘strcmp’ was not declared in this scope

various files:
    error: ‘assert’ was not declared in this scope
    error: ‘memset’ was not declared in this scope
    error: ‘abort’ was not declared in this scope
    error: cast from ‘void*’ to ‘int’ loses precision

Original comment by lorenzo....@gmail.com on 25 Jul 2010 at 9:01

GoogleCodeExporter commented 9 years ago
forgot to include the file

Original comment by lorenzo....@gmail.com on 25 Jul 2010 at 9:01

Attachments: