Bus Build Error+Not Compiling with VC++

jdeuser2004

Active Member
Hi:

I have a clear install in my machine for B7333. After i installed the JDE, have also install the VC++. Now when I am trying to compile the business function...it is giving me the following error.

*************Error:************
Cannot find NMAKE in the build path.
Build cannot continue without a valid NMAKE.
Possible causes:
MAKEDIR setting in your jde.ini points to the wrong compiler directory.
or
You did not install Visual C++ on your machine.

My JDE.INI setting is as follows:

[JDE_CG]
STDLIBDIR=$(COMP)\VC98\lib
TPLNAME=EXEFORM2
ERRNAME=CGERR
TARGET=Optimize
INCLUDES=$(COMP)\VC98\include;$(SYSTEM)\include;$(SYSTEM)\cg;$(APP)\include;$(SYSTEM)\includev
LIBS=$(COMP)\VC98\lib;$(SYSTEM)\lib32;$(APP)\lib32;$(SYSTEM)\libv32
MAKEDIR=$(COMP)\VC98\bin;$(COMP)\Common\MSDev98\Bin
USER=JDE


I have visual studio located on default location. I did not change the folder at the time of install. still folder info is as shown below.

C:\Program Files\Microsoft Visual Studio\[all the dirs such as VB98, COMMON, VC98, ETC.]

I did see some issue in the forum with same problem...but could not find any answers....

Someone please guide. Thank you.

Regards,
Alex
 
Hi

I beileve you have installed VC++ after JDE has been
installed.Actual Steps are to Instal VC++ Before JDE
gets Installed as it would put the right entry in
JDE.ini.
Instead of $(COMP) you need to make it as C:\Program
Files\Microsoft Visual Studio\VC98\include.
It might be even D:..

So make sure where it has been installed..


Thanks and Regards
Ram
--- jdeuser2004 <[email protected]> wrote:
follows:[JDE_CG]STDLIBDIR=$(COMP)\VC98\libTPLNAME=EXEFORM2ERRNAME=CGERRTARGET=OptimizeINCLUDES=$(COMP)\VC98\include;$(SYSTEM)\include;$(SYSTEM)\cg;$(APP)\include;$(SYSTEM)\includevLIBS=$(COMP)\VC98\lib;$(SYSTEM)\lib32;$(APP)\lib32;$(SYSTEM)\libv32MAKEDIR=$(COMP)\VC98\bin;$(COMP)\Common\MSDev98\BinUSER=JDEI
http://www.jdelist.com/ubb/showthreaded.php?Cat=&Board=OWDEV&Number=67255
JDEdwards®


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
 
OneWorld expects Visual C to be already installed when you do the OW install as it modifies the JDE.INI to properly "point" to VC. You can either uninstall OneWorld and reinstall or manually change all the "$(COMP)" to "c:\Program Files\Microsoft Visual Studio".
 
Back
Top