Build fail: unresolved external symbol mainCRTStartup

Chien Yang chien.yang at oracle.com
Fri Nov 8 09:30:40 PST 2013


Hi Leonid,

    I have no problem doing 32 bit build on my Windows 7 laptop though I 
haven't done a 64 bit build since we switched to gralde. Here is 
information about my gradle environment just in case it is helpful:

$ gradle -v
------------------------------------------------------------
Gradle 1.4
------------------------------------------------------------

Gradle build time: Monday, January 28, 2013 3:42:46 AM UTC
Groovy: 1.8.6
Ant: Apache Ant(TM) version 1.8.4 compiled on May 22 2012
Ivy: 2.2.0
JVM: 1.8.0-ea (Oracle Corporation 25.0-b56)
OS: Windows 7 6.1 x86

- Chien

On 11/8/2013 9:10 AM, Stephen F Northover wrote:
> 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