Build fail: unresolved external symbol mainCRTStartup

Stephen F Northover steve.x.northover at oracle.com
Fri Nov 8 09:10:25 PST 2013


Hi Leonid,

I have the same configuration as you I think.  I'm just making sure I 
can build.  First, do you have 32-bit JDK8?  Are you running under a 
cygwin shell?  What is your gradle command line?

Steve

On 2013-11-08 9:08 AM, Leonid Popov wrote:
> Hi,
>
> I've just cloned a new workspace from 
> ssh://jfxsrc.us.oracle.com//javafx/8.0/scrum/graphics/jfx and tried to 
> build it. The following error encountered:
>
>     link /LIBPATH:"..\lib" /NOLOGO /MAP /INCREMENTAL:NO 
> /SUBSYSTEM:CONSOLE /MANIFEST 
> /MANIFESTFILE:"obj\DerivedSourcesJava.intermediate.manifest" 
> /OUT:..\lib\DerivedSourcesJava.exe 
> @C:\Users\lp154592\AppData\Local\Temp\nm9A16.tmp
> LINK : error LNK2001: unresolved external symbol mainCRTStartup
> ..\lib\DerivedSourcesJava.exe : fatal error LNK1120: 1 unresolved 
> externals
>
> My box is Windows 7 64-bit with MSVS 10 installed; Gradle 1.4 is used 
> for building.
>
> Any suggestions?
>
> Thanks,
> Leonid



More information about the openjfx-dev mailing list