Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] build.sh run on Linux

Hi,

On which system do you build eclipse? Windows? in that case you need windows eclipse zip file from.

http://download.eclipse.org/eclipse/downloads/

BTW CDT does not depend on operation system. For example I compile on linux and successfully use the same CDT on linux and windows.
That is true for RSE and mylyn.
If you will carefully look you will see the link to download in build.xml just replace "httpd" with "http:/" to get download link
Next place all 3 archives somewhere and point to them in build.xml


--
Olexiy


On Sat, Jun 20, 2009 at 8:53 AM, Dany Rovinsky <dany.rovinsky099@xxxxxxxxx> wrote:
Hello,
I'm running build.sh (checked out from CVS org.eclipse.cdt\all\org.eclipse.cdt.releng) on my Linux machine and the target "unzip" in build.xml fails with error in line 135 while expanding /home/data/httpd/download.eclipse.org/eclipse/downloads/drops/S-3.5RC4-200906051444/eclipse-SDK-3.5RC4-linux-gtk-ppc.tar.gz
 
I want to compile CDT for windows, so the questions I have:
 
1) Where can I get eclipse-SDK-3.5RC4-linux-gtk-ppc.tar.gz?  I found several achives names eclipse-SDK-3.5RC4XXX but nether is linux-gtk-ppc.tar.gz. What about mylyn-3.2.0.I20090520-2300-e3.4.zip  and RSE-SDK-3.1RC3.zip from lines 17-19 of build.xml?
 
2) If I want to compile CDT for windows should I take eclipse-SDK-3.5RC4-linux-gtk-ppc.tar.gz or soemthing else?
 
3) If I want to compile CDT for windows  which arguments should be passed instead of ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $* in build.sh in line:
 
java $CDT_BUILD_VMARGS -jar tools/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar \
 -ws gtk -arch ppc -os linux -application org.eclipse.ant.core.antRunner $* 
 
4) How to run  Junit tests: as Junit or as Junit plugin?
 
5) I can't see the connection between the org.eclipse.cdt\all\org.eclipse.cdt.releng\lrparser and the org.eclipse.cdt\lrparser\grammar\build.xml in case I want to change grammar. Maybe I'm missing something?
 
Thank you, 
Dany 


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top